Linksys Wireless USB adapter - brand WUSB600N v2 - Its USB ID is 1737:0079 - Linksys adapter only detected as USB device on Dell DIM4500 in Ubuntu 10.04 LTS - but no wireless kernel modules are loaded during boot!

Asked by Paul Henson

I'm new to Ubuntu, trying to get my Linksys USB wireless adapter to work. The documentation says to install ndisgtk using the Synaptic Package Manager. But it's not listed as a program to install.
I also found in the forums the command line to install it, but just got the response that it couldn't be found.
I also found a reference in the online manual, but the link to ndisgtk didn't work there either.
Just downloaded ver 10.04 today. Installed as a dual boot with XP

The Linksys works fine when I boot the machine into XP.

I'll greatly appreciate any help,
Paul

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Can you give the output of:

sudo lshw -C network

There may be native driver.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#3

Hi,

Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->Terminal"

Step 2: Please copy-paste the following command from the https://answers.launchpad.net/ubuntu website in Firefox into the Linux Terminal. Do NOT copy-paste from the Email message into the Terminal, as that will only copy PART of the command. The command STARTS with the word sudo and ENDS with the word restart. So please copy-paste the ENTIRE command below from Firefox into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.

Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

sudo apt-get update; sudo apt-get install hwinfo grep; sudo lshw -C network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'ound|irmware|eth|ath|wl|ipw|rtl|rt2|b43|witch|ndiswrapper'; iwconfig; grep b43 /etc/modprobe.d/*; grep wl /etc/modprobe.d/*; sudo hwinfo --netcard ; sudo lsmod; sudo /etc/init.d/networking restart

Step 3: Please post results (copy/paste terminal output) on this thread. The troubleshooters here need to see the full Terminal output from running the above command.

Step 4: Please also specify the exact model and make of your wireless USB adapter (if known) on this thread

Regards,

Mark

Revision history for this message
Paul Henson (readingrr42) said :
#4

Results of Step 2:
paul@ubuntu:~$ sudo apt-get update; sudo apt-get install hwinfo grep; sudo lshw -C
Hit http://security.ubuntu.com lucid-security Release.gpg
Ign http://security.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US
Hit http://us.archive.ubuntu.com lucid Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/restricted Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-en_US
Hit http://security.ubuntu.com lucid-security Release
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com lucid-updates Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com lucid Release
Hit http://us.archive.ubuntu.com lucid-updates Release
Hit http://us.archive.ubuntu.com lucid/main Packages
Hit http://us.archive.ubuntu.com lucid/restricted Packages
Hit http://us.archive.ubuntu.com lucid/main Sources
Hit http://us.archive.ubuntu.com lucid/restricted Sources
Hit http://us.archive.ubuntu.com lucid/universe Packages
Hit http://us.archive.ubuntu.com lucid/universe Sources
Hit http://us.archive.ubuntu.com lucid/multiverse Packages
Hit http://us.archive.ubuntu.com lucid/multiverse Sources
Hit http://us.archive.ubuntu.com lucid-updates/main Packages
Hit http://us.archive.ubuntu.com lucid-updates/restricted Packages
Hit http://us.archive.ubuntu.com lucid-updates/main Sources
Hit http://us.archive.ubuntu.com lucid-updates/restricted Sources
Hit http://us.archive.ubuntu.com lucid-updates/universe Packages
Hit http://us.archive.ubuntu.com lucid-updates/universe Sources
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Packages
Hit http://security.ubuntu.com lucid-security/main Packages
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Sources
Hit http://security.ubuntu.com lucid-security/restricted Packages
Hit http://security.ubuntu.com lucid-security/main Sources
Hit http://security.ubuntu.com lucid-security/restricted Sources
Hit http://security.ubuntu.com lucid-security/universe Packages
Hit http://security.ubuntu.com lucid-security/universe Sources
Hit http://security.ubuntu.com lucid-security/multiverse Packages
Hit http://security.ubuntu.com lucid-security/multiverse Sources
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
The following extra packages will be installed:
  libhd16
The following NEW packages will be installed:
  hwinfo libhd16
0 upgraded, 2 newly installed, 0 to remove and 240 not upgraded.
Need to get 744kB of archives.
After this operation, 2,060kB of additional disk space will be used.
Do you want to continue [Y/n]?

Step 4:
Linksys WUSB800N ver. 2

I check for linux drivers on their website, but found only Windows and Mac

Should I answer yes or no to the continue question?

Thanks, Paul

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Ok then run:

sudo apt-get upgrade

That will update the packages for you. Also you never gave the output of:

sudo lshw -C network

As I asked.

Thanks

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#6

That is not the full Terminal output. Press Y to the continue question and send us the full output, please.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#7

And please copy-paste the whole command, not just part of it.

Your command starts with sudo and ends with -C, which is incorrect

The RIGHT command starts with sudo and ends with restart, like the following command:

sudo apt-get update; sudo apt-get install hwinfo grep; sudo lshw -C network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'ound|irmware|eth|ath|wl|ipw|rtl|rt2|b43|witch|ndiswrapper'; iwconfig; grep b43 /etc/modprobe.d/*; grep wl /etc/modprobe.d/*; sudo hwinfo --netcard ; sudo lsmod; sudo /etc/init.d/networking restart

Revision history for this message
Paul Henson (readingrr42) said :
#8

Here is output you requested. Sorry I overlooked it earlier. I sent a
different output to another person, I think.
Thanks,
Paul

paul@ubuntu:~$ sudo lshw -C network
[sudo] password for paul:
  *-network
       description: Ethernet interface
       product: 21x4x DEC-Tulip compatible 10/100 Ethernet
       vendor: Davicom Semiconductor, Inc.
       physical id: 2
       bus info: pci@0000:02:02.0
       logical name: eth0
       version: 31
       serial: 00:08:a1:05:30:50
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list rom ethernet physical
       configuration: broadcast=yes driver=dmfe driverversion=1.36.4
ip=192.168.1.104 latency=64 link=yes maxlatency=40 mingnt=20 multicast=yes
       resources: irq:18 ioport:d800(size=256) memory:feaffc00-feaffcff
memory:f4700000-f473ffff(prefetchable)
paul@ubuntu:~$

On Thu, Aug 5, 2010 at 11:45 AM, actionparsnip <
<email address hidden>> wrote:

> Your question #120027 on gnome-nettool in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/120027
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> Ok then run:
>
> sudo apt-get upgrade
>
> That will update the packages for you. Also you never gave the output
> of:
>
> sudo lshw -C network
>
> As I asked.
>
> Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/120027
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
Paul Henson
<email address hidden>
785-249-8028

Revision history for this message
Paul Henson (readingrr42) said :
#9

Is this better?
paul@ubuntu:~$ sudo apt-get update; sudo apt-get install hwinfo grep; sudo lshw -C network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'ound|irmware|eth|ath|wl|ipw|rtl|rt2|b43|witch|ndiswrapper'; iwconfig; grep b43 /etc/modprobe.d/*; grep wl /etc/modprobe.d/*; sudo hwinfo --netcard ; sudo lsmod; sudo /etc/init.d/networking restart
[sudo] password for paul:
Hit http://security.ubuntu.com lucid-security Release.gpg
Ign http://security.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/restricted Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-en_US
Hit http://security.ubuntu.com lucid-security Release
Hit http://us.archive.ubuntu.com lucid Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US
Get:1 http://us.archive.ubuntu.com lucid-updates Release.gpg [189B]
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com lucid Release
Hit http://security.ubuntu.com lucid-security/main Packages
Get:2 http://us.archive.ubuntu.com lucid-updates Release [44.7kB]
Hit http://security.ubuntu.com lucid-security/restricted Packages
Hit http://security.ubuntu.com lucid-security/main Sources
Hit http://security.ubuntu.com lucid-security/restricted Sources
Hit http://security.ubuntu.com lucid-security/universe Packages
Hit http://security.ubuntu.com lucid-security/universe Sources
Hit http://security.ubuntu.com lucid-security/multiverse Packages
Hit http://security.ubuntu.com lucid-security/multiverse Sources
Hit http://us.archive.ubuntu.com lucid/main Packages
Hit http://us.archive.ubuntu.com lucid/restricted Packages
Hit http://us.archive.ubuntu.com lucid/main Sources
Hit http://us.archive.ubuntu.com lucid/restricted Sources
Hit http://us.archive.ubuntu.com lucid/universe Packages
Hit http://us.archive.ubuntu.com lucid/universe Sources
Hit http://us.archive.ubuntu.com lucid/multiverse Packages
Hit http://us.archive.ubuntu.com lucid/multiverse Sources
Get:3 http://us.archive.ubuntu.com lucid-updates/main Packages [272kB]
Get:4 http://us.archive.ubuntu.com lucid-updates/restricted Packages [3,252B]
Get:5 http://us.archive.ubuntu.com lucid-updates/main Sources [98.0kB]
Get:6 http://us.archive.ubuntu.com lucid-updates/restricted Sources [1,292B]
Get:7 http://us.archive.ubuntu.com lucid-updates/universe Packages [83.6kB]
Get:8 http://us.archive.ubuntu.com lucid-updates/universe Sources [27.1kB]
Get:9 http://us.archive.ubuntu.com lucid-updates/multiverse Packages [3,771B]
Get:10 http://us.archive.ubuntu.com lucid-updates/multiverse Sources [1,499B]
Fetched 535kB in 3s (157kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
The following extra packages will be installed:
  libhd16
The following NEW packages will be installed:
  hwinfo libhd16
0 upgraded, 2 newly installed, 0 to remove and 240 not upgraded.
Need to get 744kB of archives.
After this operation, 2,060kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ lucid/universe libhd16 16.0-2 [698kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ lucid/universe hwinfo 16.0-2 [46.1kB]
Fetched 744kB in 1s (404kB/s)
Selecting previously deselected package libhd16.
(Reading database ... 122724 files and directories currently installed.)
Unpacking libhd16 (from .../libhd16_16.0-2_i386.deb) ...
Selecting previously deselected package hwinfo.
Unpacking hwinfo (from .../hwinfo_16.0-2_i386.deb) ...
Processing triggers for man-db ...
Setting up libhd16 (16.0-2) ...

Setting up hwinfo (16.0-2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
  *-network
       description: Ethernet interface
       product: 21x4x DEC-Tulip compatible 10/100 Ethernet
       vendor: Davicom Semiconductor, Inc.
       physical id: 2
       bus info: pci@0000:02:02.0
       logical name: eth0
       version: 31
       serial: 00:08:a1:05:30:50
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list rom ethernet physical
       configuration: broadcast=yes driver=dmfe driverversion=1.36.4 ip=192.168.1.104 latency=64 link=yes maxlatency=40 mingnt=20 multicast=yes
       resources: irq:18 ioport:d800(size=256) memory:feaffc00-feaffcff memory:f4700000-f473ffff(prefetchable)
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

auto lo
iface lo inet loopback

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS"
00:00.0 Host bridge [0600]: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge [8086:1a30] (rev 11)
00:01.0 PCI bridge [0604]: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge [8086:1a31] (rev 11)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 81)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge [8086:24c0] (rev 01)
00:1f.1 IDE interface [0101]: Intel Corporation 82801DB (ICH4) IDE Controller [8086:24cb] (rev 01)
00:1f.3 SMBus [0c05]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller [8086:24c3] (rev 01)
00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
01:00.0 VGA compatible controller [0300]: nVidia Corporation NV17 [GeForce4 MX 420] [10de:0172] (rev a3)
02:02.0 Ethernet controller [0200]: Davicom Semiconductor, Inc. 21x4x DEC-Tulip compatible 10/100 Ethernet [1282:9102] (rev 31)
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 046d:c529 Logitech, Inc.
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 1737:0079 Linksys
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
H/W path Device Class Description
====================================================
                             system DIM4500
/0 bus D845EPT2
/0/1 memory 64KiB BIOS
/0/5 processor Intel(R) Pentium(R) 4 CPU 2.40GHz
/0/5/6 memory 8KiB L1 cache
/0/5/7 memory 512KiB L2 cache
/0/1d memory 512MiB System Memory
/0/1d/0 memory DIMM DDR Synchronous 266 MHz (3.8 ns) [
/0/1d/1 memory 512MiB DIMM DDR Synchronous 266 MHz (3.
/0/100 bridge 82845 845 [Brookdale] Chipset Host Brid
/0/100/1 bridge 82845 845 [Brookdale] Chipset AGP Bridg
/0/100/1/0 display NV17 [GeForce4 MX 420]
/0/100/1d bus 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) US
/0/100/1d.1 bus 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) US
/0/100/1d.2 bus 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) US
/0/100/1d.7 bus 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Con
/0/100/1e bridge 82801 PCI Bridge
/0/100/1e/2 eth0 network 21x4x DEC-Tulip compatible 10/100 Ether
/0/100/1f bridge 82801DB/DBL (ICH4/ICH4-L) LPC Interface
/0/100/1f.1 scsi0 storage 82801DB (ICH4) IDE Controller
/0/100/1f.1/0 /dev/sda disk 40GB MAXTOR 6L040J2
/0/100/1f.1/0/1 /dev/sda1 volume 31MiB Windows FAT volume
/0/100/1f.1/0/2 /dev/sda2 volume 37GiB Windows NTFS volume
/0/100/1f.1/1 /dev/cdrom disk CDRW/DVD SM-332B
/0/100/1f.3 bus 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SM
/0/100/1f.5 multimedia 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC
Linux ubuntu 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux
[ 0.021136] SMP alternatives: switching to UP code
[ 0.102160] ACPI: No dock devices found.
[ 0.102835] * The chipset may have PM-Timer Bug. Due to workarounds for a bug,
[ 0.102839] * this bug, please use "acpi_pm_good" to disable the workaround
[ 0.108341] Switching to clocksource tsc
[ 0.115793] pnp: PnP ACPI: found 12 devices
[ 0.284376] hub 1-0:1.0: USB hub found
[ 0.284915] hub 2-0:1.0: USB hub found
[ 0.285273] hub 3-0:1.0: USB hub found
[ 0.285629] hub 4-0:1.0: USB hub found
[ 0.285793] PNP: No PS/2 controller found. Probing ports directly.
[ 0.300082] device-mapper: multipath: version 1.1.0 loaded
[ 0.300088] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.303090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.878124] isapnp: No Plug & Play device found
[ 1.297020] eth0: Davicom DM9102 at pci0000:02:02.0, 00:08:a1:05:30:50, irq 18.
[ 13.338032] lp: driver loaded but no devices found
[ 13.448323] dell-wmi: No known WMI GUID found
[ 13.775102] intel_rng: Firmware space is locked read-only. If you can't or
[ 13.775107] intel_rng: don't want to disable this in firmware setup, and if
[ 14.899325] [drm] nouveau 0000:01:00.0: BMP BIOS found
[ 14.899337] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 2.0
[ 15.857123] Console: switching to colour frame buffer device 180x56
[ 19.054890] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 67.049770] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
lo no wireless extensions.

eth0 no wireless extensions.

/etc/modprobe.d/blacklist.conf:# replaced by b43 and ssb.
/etc/modprobe.d/blacklist-watchdog.conf:blacklist twl4030_wdt
22: PCI 202.0: 0200 Ethernet controller
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_1282_9102
  Unique ID: rBUF.0NgK5ZS9c0D
  Parent ID: 6NW+.5o60iem1mwE
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:02:02.0
  SysFS BusID: 0000:02:02.0
  Hardware Class: network
  Model: "Davicom 21x4x DEC-Tulip compatible 10/100 Ethernet"
  Vendor: pci 0x1282 "Davicom Semiconductor, Inc."
  Device: pci 0x9102 "21x4x DEC-Tulip compatible 10/100 Ethernet"
  SubVendor: pci 0x4554
  SubDevice: pci 0x434e
  Revision: 0x31
  Driver: "dmfe"
  Driver Modules: "dmfe"
  Device File: eth0
  I/O Ports: 0xd800-0xd8ff (rw)
  Memory Range: 0xfeaffc00-0xfeaffcff (rw,non-prefetchable)
  Memory Range: 0xf4700000-0xf473ffff (ro,prefetchable,disabled)
  IRQ: 18 (31676 events)
  HW Address: 00:08:a1:05:30:50
  Link detected: yes
  Module Alias: "pci:v00001282d00009102sv00004554sd0000434Ebc02sc00i00"
  Driver Info #0:
    Driver Status: dmfe is active
    Driver Activation Cmd: "modprobe dmfe"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #16 (PCI bridge)
Module Size Used by
binfmt_misc 6587 1
snd_intel8x0 25588 2
fbcon 35102 71
snd_ac97_codec 100646 1 snd_intel8x0
tileblit 2031 1 fbcon
ac97_bus 1002 1 snd_ac97_codec
font 7557 1 fbcon
snd_pcm_oss 35308 0
bitblit 4707 1 fbcon
softcursor 1189 1 bitblit
snd_mixer_oss 13746 1 snd_pcm_oss
snd_pcm 70662 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
vga16fb 11385 0
vgastate 8961 1 vga16fb
snd_seq_dummy 1338 0
snd_seq_oss 26726 0
snd_seq_midi 4557 0
snd_rawmidi 19056 1 snd_seq_midi
snd_seq_midi_event 6003 2 snd_seq_oss,snd_seq_midi
snd_seq 47263 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
nouveau 467048 2
snd_timer 19098 2 snd_pcm,snd_seq
ttm 49943 1 nouveau
snd_seq_device 5700 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
drm_kms_helper 29297 1 nouveau
drm 162471 4 nouveau,ttm,drm_kms_helper
snd 54148 14 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
i2c_algo_bit 5028 1 nouveau
soundcore 6620 1 snd
intel_agp 24177 1
snd_page_alloc 7076 2 snd_intel8x0,snd_pcm
agpgart 31724 3 ttm,drm,intel_agp
ppdev 5259 0
psmouse 63245 0
dell_wmi 1793 0
parport_pc 25962 1
shpchp 28820 0
dcdbas 5422 0
lp 7028 0
serio_raw 3978 0
joydev 8708 0
parport 32635 3 ppdev,parport_pc,lp
usbhid 36110 0
hid 67032 1 usbhid
dmfe 16861 0
floppy 53016 0
 * Reconfiguring network interfaces... Ignoring unknown interface eth0=eth0.
                                                                         [ OK ]
paul@ubuntu:~$

Thanks,
Paul

Revision history for this message
Paul Henson (readingrr42) said :
#10

OK, I think I have the driver installed now.
A couple more questions, please. I'm in the Editing Wireless Connection Window.
I have the SSID and the MAC address, but my network info does not show a BSSID. What's that?
Do I leave mode at "Infrastructure" and MTU at "automatic"?

Thanks again for your help,
Paul

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#11

I suggest reading the following documents:

https://help.ubuntu.com/community/WifiDocs/Device/Linksys%20WUSB600N

and

http://en.wikipedia.org/wiki/BSSID#Basic_service_set_identifier

and

http://compnetworking.about.com/cs/wireless/f/infrawireless.htm

You should probably leave mode on "infrastructure" and MTU on "automatic", but it is up to you to decide, as we cannot know exactly how your specific network is set up....

Revision history for this message
Paul Henson (readingrr42) said :
#12

Thanks for all your time, but I've given up in total frustration on this
project and just reloaded Windows.

On Thu, Aug 5, 2010 at 7:35 PM, Mark Rijckenberg <
<email address hidden>> wrote:

> Your question #120027 on gnome-nettool in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/120027
>
> Status: Open => Answered
>
> Mark Rijckenberg proposed the following answer:
> I suggest reading the following documents:
>
> https://help.ubuntu.com/community/WifiDocs/Device/Linksys%20WUSB600N
>
> and
>
> http://en.wikipedia.org/wiki/BSSID#Basic_service_set_identifier
>
> and
>
> http://compnetworking.about.com/cs/wireless/f/infrawireless.htm
>
> You should probably leave mode on "infrastructure" and MTU on
> "automatic", but it is up to you to decide, as we cannot know exactly
> how your specific network is set up....
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/120027/+confirm?answer_id=10
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/120027
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
Paul Henson
<email address hidden>
785-249-8028

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#13

Hi Paul,

Too bad you have given up....

In case others are having issues with this chipset, I suggest following this solution procedure:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/408165/comments/60

Here is another probably solution:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/408165/comments/70

Regards,

Mark

Can you help with this problem?

Provide an answer of your own, or ask Paul Henson for more information if necessary.

To post a message you must log in.