Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Surely thers an easy GUI way to set up wireless on Jaunty 64bit??

  1. #11
    Join Date
    Nov 2004
    Beans
    102

    Re: Surely thers an easy GUI way to set up wireless on Jaunty 64bit??

    other bits gave this:

    linux64@linux64-desktop:~$ sudo ndiswrapper -m
    [sudo] password for linux64:
    WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
    module configuration already contains alias directive

    module configuration already contains alias directive

    module configuration already contains alias directive

    module configuration already contains alias directive

    module configuration already contains alias directive

    linux64@linux64-desktop:~$ sudo ndiswrapper -ma
    module configuration information is stored in /etc/modprobe.d/ndiswrapper
    linux64@linux64-desktop:~$ sudo ndiswrapper -mi
    module configuration information is stored in /etc/modprobe.d/ndiswrapper
    linux64@linux64-desktop:~$ sudo modprobe ndiswrapper
    WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
    linux64@linux64-desktop:~$

    what was that doing?

    thanks

    Doc

  2. #12
    Join Date
    Nov 2004
    Beans
    102

    Re: Surely thers an easy GUI way to set up wireless on Jaunty 64bit??

    linux64@linux64-desktop:~$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    pan0 no wireless extensions.



    gonna try it again after a reboot

    thanks
    doc

  3. #13
    Join Date
    Nov 2004
    Beans
    102

    Re: Surely thers an easy GUI way to set up wireless on Jaunty 64bit??

    hmmm

    after reboot i still get:

    linux64@linux64-desktop:~$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    pan0 no wireless extensions.

  4. #14
    Join Date
    Nov 2004
    Beans
    102

    Re: Surely thers an easy GUI way to set up wireless on Jaunty 64bit??

    another thought

    where do the .inf and .sys files need to be - i have them both in my home folder - is that ok?

    also, from the "windows wireless drivers" window it won't let me "configure network as no tool" - do i need to install something else

    or maybe there are permission problmes? but with what?

    yours confusedly

    doc

  5. #15
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Surely thers an easy GUI way to set up wireless on Jaunty 64bit??

    You may be running into a conflict with the driver Linux automatically installs for your device. Make sure ndiswrapper is unloaded:

    Code:
    sudo rmmod ndiswrapper
    then in the same terminal type:

    Code:
    sudo lshw -C network
    and paste the output in your next post.

  6. #16
    Join Date
    Nov 2004
    Beans
    102

    Re: Surely thers an easy GUI way to set up wireless on Jaunty 64bit??

    Quote Originally Posted by cariboo907 View Post
    You may be running into a conflict with the driver Linux automatically installs for your device. Make sure ndiswrapper is unloaded:

    Code:
    sudo rmmod ndiswrapper
    then in the same terminal type:

    Code:
    sudo lshw -C network
    and paste the output in your next post.
    will do - am on a different PC at the moment

    but why am i doping this if as you say there are drivers already loaded? what would i need to do to get it working without the ndiswrapper

    thanks again

    doc

  7. #17
    Join Date
    Nov 2004
    Beans
    102

    Re: Surely thers an easy GUI way to set up wireless on Jaunty 64bit??

    Quote Originally Posted by cariboo907 View Post
    You may be running into a conflict with the driver Linux automatically installs for your device. Make sure ndiswrapper is unloaded:

    Code:
    sudo rmmod ndiswrapper
    then in the same terminal type:

    Code:
    sudo lshw -C network
    and paste the output in your next post.
    linux64@linux64-desktop:~$ sudo rmmod ndiswrapper
    [sudo] password for linux64:
    linux64@linux64-desktop:~$ sudo lshw -C network
    *-network DISABLED
    description: Ethernet interface
    physical id: 1
    logical name: pan0
    serial: ae:fb:a7:d2:43:f4
    capabilities: ethernet physical
    configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes
    linux64@linux64-desktop:~$

  8. #18
    Join Date
    Jul 2005
    Location
    Manchester
    Beans
    1

    Re: Surely thers an easy GUI way to set up wireless on Jaunty 64bit??

    Type: -$ dmesg

    ...and you will see ndiswrapper error messages complaining about it being a 64 bit kernel and the driver is 32 bit. So we need to find a 64 bit version of the file WN121T.inf

    Aside from installing a new kernel that is 32 bit, I am stumped as I can't find a 64 bit version. Moving to 64 bit is just a massive hassel!

    Cheers,

    John

  9. #19
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Surely thers an easy GUI way to set up wireless on Jaunty 64bit??

    Quote Originally Posted by johnward1978 View Post
    Aside from installing a new kernel that is 32 bit, I am stumped as I can't find a 64 bit version. Moving to 64 bit is just a massive hassel!
    No, trying to use a wireless device that doesn't have in-kernel drivers, is a big hassle.

    I'd recommend doing some research into wireless devices, and buy a USB wireless card that works out-of-the-box on Ubuntu Jaunty. Saves yourself some pain. The Realtek RTL8187 chipset is easy to find and it finally works properly on Jaunty with a package from the repositories.

    If you have a card that's supported out-of-the-box or with a repository package, then you don't need the terminal - you just use the Network Manager applet. Then it's an "easy GUI way to set up wireless".
    Last edited by 3rdalbum; August 26th, 2009 at 05:20 AM.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •