[Bug 565613] Re: Linksys WUSB54G wireless adapter not working in Ubuntu 10.04
Keith Garland
cagiest at gmail.com
Tue May 4 16:06:40 UTC 2010
I have the same problem with this device. I have had it working with
various degrees of success with some earlier versions of Ubuntu,
sometimes with ndiswrapper (using the v1 wusb54gs driver) and once
without it in 9.04 (I think). My error seems slightly different from
above but same effect. This was the first thing I tried on a clean
10.04 install and it did not work. I also tried the "sudo apt-get
install linux-firmware-nonfree" suggestion and it made no difference.
(The device still works fine in XP.)
Below are my logs etc. as reported above. This is with eth0 working and
after yet another failed attempt to get wlan0 with iwconfig, etc.
********
uname -a
********
Linux Dell-Ubuntu 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux
**********************************************
cat /etc/*[-_]release || cat /etc/*[-_]version
**********************************************
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS"
**************************************
cat /etc/resolv | grep -i "nameserver"
**************************************
cat: /etc/resolv: No such file or directory
**************
cat /etc/hosts
**************
127.0.0.1 localhost
127.0.1.1 Dell-Ubuntu
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
********
route -n
********
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
*****************************
keith at Dell-Ubuntu:~$ ifconfig
*****************************
eth0 Link encap:Ethernet HWaddr 00:10:5a:72:8a:7e
inet addr:192.168.1.33 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::210:5aff:fe72:8a7e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21399 errors:0 dropped:0 overruns:0 frame:0
TX packets:16485 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:24607990 (24.6 MB) TX bytes:2050761 (2.0 MB)
Interrupt:10 Base address:0xac00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:13754 errors:0 dropped:0 overruns:0 frame:0
TX packets:13754 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3717327 (3.7 MB) TX bytes:3717327 (3.7 MB)
**********
ping tests
**********
PING tests (67.215.65.132) 56(84) bytes of data.
64 bytes from hit-nxdomain.opendns.com (67.215.65.132): icmp_seq=1 ttl=53 time=39.9 ms
64 bytes from hit-nxdomain.opendns.com (67.215.65.132): icmp_seq=2 ttl=53 time=38.2 ms
64 bytes from hit-nxdomain.opendns.com (67.215.65.132): icmp_seq=3 ttl=53 time=38.3 ms
64 bytes from hit-nxdomain.opendns.com (67.215.65.132): icmp_seq=4 ttl=53 time=40.2 ms
^C
--- tests ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 38.236/39.197/40.279/0.917 ms
*****
lspci
*****
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0f.0 PCI bridge: Digital Equipment Corporation DECchip 21152 (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c)
02:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
*****
lsusb
*****
Bus 001 Device 002: ID 0411:00bc MelCo., Inc.
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
*****
lsmod
*****
Module Size Used by
binfmt_misc 6587 1
snd_cs4236 25514 2
snd_wss_lib 23410 1 snd_cs4236
snd_opl3_lib 8966 1 snd_cs4236
snd_hwdep 5412 1 snd_opl3_lib
snd_mpu401_uart 5617 1 snd_cs4236
snd_pcm_oss 35308 0
snd_mixer_oss 13746 1 snd_pcm_oss
snd_pcm 70662 3 snd_cs4236,snd_wss_lib,snd_pcm_oss
snd_seq_dummy 1338 0
snd_seq_oss 26726 0
snd_seq_midi 4557 0
snd_rawmidi 19056 2 snd_mpu401_uart,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
snd_timer 19098 4 snd_wss_lib,snd_opl3_lib,snd_pcm,snd_seq
snd_seq_device 5700 6 snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
rndis_wlan 20617 0
cfg80211 126485 1 rndis_wlan
snd 54148 17 snd_cs4236,snd_wss_lib,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
fbcon 35102 72
tileblit 2031 1 fbcon
rndis_host 5756 1 rndis_wlan
font 7557 1 fbcon
bitblit 4707 1 fbcon
softcursor 1189 1 bitblit
soundcore 6620 1 snd
cdc_ether 3541 1 rndis_host
vga16fb 11385 1
vgastate 8961 1 vga16fb
dell_wmi 1793 0
ppdev 5259 0
snd_page_alloc 7076 2 snd_wss_lib,snd_pcm
psmouse 63245 0
intel_agp 24177 1
dcdbas 5422 0
usbnet 14943 3 rndis_wlan,rndis_host,cdc_ether
parport_pc 25962 1
serio_raw 3978 0
i2c_piix4 8335 0
shpchp 28820 0
agpgart 31724 1 intel_agp
lp 7028 0
parport 32635 3 ppdev,parport_pc,lp
3c59x 31839 0
mii 4381 2 usbnet,3c59x
floppy 53016 0
*************************************************
sudo grep -i radio /var/log/messages* | tail -n 5
*************************************************
***********************************************************************
sudo tail -n 300 /var/log/messages* | /bin/grep -i firmware | tail -n 5
***********************************************************************
******************
ls /lib/firmware/*
******************
/lib/firmware/agere_ap_fw.bin /lib/firmware/dvb-usb-avertv-a800-02.fw /lib/firmware/ngene_17.fw
/lib/firmware/agere_sta_fw.bin /lib/firmware/dvb-usb-bluebird-01.fw /lib/firmware/NPE-B
/lib/firmware/aic94xx-seq.fw /lib/firmware/dvb-usb-dib0700-1.10.fw /lib/firmware/NPE-C
/lib/firmware/ar9170-1.fw /lib/firmware/dvb-usb-dib0700-1.20.fw /lib/firmware/ql2100_fw.bin
/lib/firmware/ar9170-2.fw /lib/firmware/dvb-usb-dibusb-5.0.0.11.fw /lib/firmware/ql2200_fw.bin
/lib/firmware/ar9170.fw /lib/firmware/dvb-usb-dibusb-6.0.0.8.fw /lib/firmware/ql2300_fw.bin
/lib/firmware/ath3k-1.fw /lib/firmware/dvb-usb-dtt200u-01.fw /lib/firmware/ql2322_fw.bin
/lib/firmware/atmel_at76c502_3com.bin /lib/firmware/dvb-usb-tvwalkert.fw /lib/firmware/ql2400_fw.bin
/lib/firmware/atmel_at76c502.bin /lib/firmware/dvb-usb-umt-010-02.fw /lib/firmware/ql2500_fw.bin
/lib/firmware/atmel_at76c502d.bin /lib/firmware/dvb-usb-vp702x-01.fw /lib/firmware/rt2561.bin
/lib/firmware/atmel_at76c502e.bin /lib/firmware/dvb-usb-vp7045-01.fw /lib/firmware/rt2561s.bin
/lib/firmware/atmel_at76c504_2958.bin /lib/firmware/dvb-usb-wt220u-02.fw /lib/firmware/rt2661.bin
/lib/firmware/atmel_at76c504a_2958.bin /lib/firmware/dvb-usb-wt220u-fc03.fw /lib/firmware/rt2860.bin
/lib/firmware/atmel_at76c504.bin /lib/firmware/dvb-usb-wt220u-zl0353-01.fw /lib/firmware/rt2870.bin
/lib/firmware/atmel_at76c506.bin /lib/firmware/i2400m-fw-usb-1.3.sbcf /lib/firmware/rt73.bin
/lib/firmware/atmsar11.fw /lib/firmware/i2400m-fw-usb-1.4.sbcf /lib/firmware/ti_3410.fw
/lib/firmware/bcm2033-fw.bin /lib/firmware/intelliport2.bin /lib/firmware/ti_5052.fw
/lib/firmware/bcm2033-md.hex /lib/firmware/ipw2100-1.3.fw /lib/firmware/tr_smctr.bin
/lib/firmware/bcm70012fw.bin /lib/firmware/ipw2100-1.3-i.fw /lib/firmware/usbduxfast_firmware.bin
/lib/firmware/bcm70015fw.bin /lib/firmware/ipw2100-1.3-p.fw /lib/firmware/usbdux_firmware.bin
/lib/firmware/bnx2x-e1-4.8.53.0.fw /lib/firmware/ipw2200-bss.fw /lib/firmware/v4l-cx231xx-avcore-01.fw
/lib/firmware/bnx2x-e1-5.2.7.0.fw /lib/firmware/ipw2200-ibss.fw /lib/firmware/v4l-cx23418-apu.fw
/lib/firmware/bnx2x-e1h-4.8.53.0.fw /lib/firmware/ipw2200-sniffer.fw /lib/firmware/v4l-cx23418-cpu.fw
/lib/firmware/bnx2x-e1h-5.2.7.0.fw /lib/firmware/isl3877 /lib/firmware/v4l-cx23418-dig.fw
/lib/firmware/dvb-cx18-mpc718-mt352.fw /lib/firmware/isl3886pci /lib/firmware/v4l-cx2341x-dec.fw
/lib/firmware/dvb-dibusb-5.0.0.11.fw /lib/firmware/isl3886usb /lib/firmware/v4l-cx2341x-enc.fw
/lib/firmware/dvb-fe-cx24116.fw /lib/firmware/isl3887usb /lib/firmware/v4l-cx2341x-init.mpg
/lib/firmware/dvb-fe-nxt2004.fw /lib/firmware/isl3890 /lib/firmware/v4l-cx23885-avcore-01.fw
/lib/firmware/dvb-fe-or51132-qam.fw /lib/firmware/iwlwifi-1000-3.ucode /lib/firmware/v4l-cx23885-enc.fw
/lib/firmware/dvb-fe-or51132-vsb.fw /lib/firmware/iwlwifi-3945-2.ucode /lib/firmware/v4l-cx25840.fw
/lib/firmware/dvb-fe-or51211.fw /lib/firmware/iwlwifi-4965-2.ucode /lib/firmware/v4l-pvrusb2-24xxx-01.fw
/lib/firmware/dvb-fe-tda10046.fw /lib/firmware/iwlwifi-5000-1.ucode /lib/firmware/v4l-pvrusb2-29xxx-01.fw
/lib/firmware/dvb-fe-tda10048-1.0.fw /lib/firmware/iwlwifi-5000-2.ucode /lib/firmware/whiteheat.fw
/lib/firmware/dvb-fe-xc5000-1.6.114.fw /lib/firmware/iwlwifi-5150-2.ucode /lib/firmware/whiteheat_loader.fw
/lib/firmware/dvb-ttpci-01.fw /lib/firmware/iwlwifi-6000-4.ucode /lib/firmware/xc3028-v27.fw
/lib/firmware/dvb-ttusb-dec-2000t.fw /lib/firmware/mts_cdma.fw /lib/firmware/zd1201-ap.fw
/lib/firmware/dvb-ttusb-dec-2540t.fw /lib/firmware/mts_edge.fw /lib/firmware/zd1201.fw
/lib/firmware/dvb-ttusb-dec-3000s.fw /lib/firmware/mts_gsm.fw
/lib/firmware/dvb-usb-af9015.fw /lib/firmware/ngene_15.fw
/lib/firmware/2.6.32-21-generic:
3com av7110 cpia2 emi26 keyspan_pda mts_gsm.fw sun tr_smctr.bin yam
acenic bnx2 cxgb3 emi62 korg ositech tehuti ttusb-budget yamaha
adaptec bnx2x-e1-5.0.21.0.fw dabusb ess matrox qlogic ti_3410.fw vicam
advansys bnx2x-e1h-5.0.21.0.fw e100 intelliport2.bin mts_cdma.fw r128 ti_5052.fw whiteheat.fw
atmsar11.fw cis edgeport kaweth mts_edge.fw radeon tigon whiteheat_loader.fw
/lib/firmware/3com:
3C359.bin typhoon.bin
/lib/firmware/acenic:
tg1.bin tg2.bin
/lib/firmware/adaptec:
starfire_rx.bin starfire_tx.bin
/lib/firmware/advansys:
3550.bin 38C0800.bin 38C1600.bin mcode.bin
/lib/firmware/av7110:
bootcode.bin
/lib/firmware/bnx2:
bnx2-mips-06-4.6.16.fw bnx2-mips-09-4.6.17.fw bnx2-rv2p-06-4.6.16.fw bnx2-rv2p-09-4.6.15.fw bnx2-rv2p-09ax-5.0.0.j3.fw
bnx2-mips-06-5.0.0.j3.fw bnx2-mips-09-5.0.0.j3.fw bnx2-rv2p-06-5.0.0.j3.fw bnx2-rv2p-09-5.0.0.j3.fw
/lib/firmware/cis:
3CCFEM556.cis COMpad2.cis DP83903.cis MT5634ZLX.cis PCMLM28.cis RS-COM-2P.cis SW_7xx_SER.cis tamarack.cis
3CXEM556.cis COMpad4.cis LA-PCM.cis NE2K.cis PE-200.cis SW_555_SER.cis SW_8xx_SER.cis
/lib/firmware/cpia2:
stv0672_vp4.bin
/lib/firmware/cxgb3:
ael2005_opt_edc.bin ael2020_twx_edc.bin t3c_psram-1.1.0.bin t3fw-7.1.0.bin
ael2005_twx_edc.bin t3b_psram-1.1.0.bin t3fw-7.0.0.bin t3fw-7.4.0.bin
/lib/firmware/dabusb:
bitstream.bin firmware.fw
/lib/firmware/dsp56k:
bootstrap.asm bootstrap.bin
/lib/firmware/e100:
d101m_ucode.bin d101s_ucode.bin d102e_ucode.bin
/lib/firmware/ea:
3g_asic.fw gina24_301_asic.fw indigo_djx_dsp.fw layla20_dsp.fw loader_dsp.fw mona_301_dsp.fw
darla20_dsp.fw gina24_301_dsp.fw indigo_dsp.fw layla24_1_asic.fw mia_dsp.fw mona_361_1_asic_48.fw
darla24_dsp.fw gina24_361_asic.fw indigo_io_dsp.fw layla24_2A_asic.fw mona_2_asic.fw mona_361_1_asic_96.fw
echo3g_dsp.fw gina24_361_dsp.fw indigo_iox_dsp.fw layla24_2S_asic.fw mona_301_1_asic_48.fw mona_361_dsp.fw
gina20_dsp.fw indigo_dj_dsp.fw layla20_asic.fw layla24_dsp.fw mona_301_1_asic_96.fw
/lib/firmware/edgeport:
boot2.fw boot.fw down2.fw down3.bin down.fw
/lib/firmware/emi26:
bitstream.fw firmware.fw loader.fw
/lib/firmware/emi62:
bitstream.fw loader.fw midi.fw spdif.fw
/lib/firmware/ess:
maestro3_assp_kernel.fw maestro3_assp_minisrc.fw
/lib/firmware/kaweth:
new_code.bin new_code_fix.bin trigger_code.bin trigger_code_fix.bin
/lib/firmware/keyspan:
mpr.fw usa18x.fw usa19.fw usa19qi.fw usa19qw.fw usa19w.fw usa28.fw usa28xa.fw usa28xb.fw usa28x.fw usa49w.fw usa49wlc.fw
/lib/firmware/keyspan_pda:
keyspan_pda.fw keyspan_pda.S xircom_pgs.fw xircom_pgs.S
/lib/firmware/korg:
k1212.dsp
/lib/firmware/libertas:
cf8385.bin gspi8686_v9.bin sd8385.bin sd8686_v8.bin sd8688.bin usb8682.bin
cf8385_helper.bin gspi8686_v9_helper.bin sd8385_helper.bin sd8686_v8_helper.bin sd8688_helper.bin
gspi8682.bin gspi8688.bin sd8682.bin sd8686_v9.bin usb8388_v5.bin
gspi8682_helper.bin gspi8688_helper.bin sd8682_helper.bin sd8686_v9_helper.bin usb8388_v9.bin
/lib/firmware/matrox:
g200_warp.fw g400_warp.fw
/lib/firmware/mwl8k:
fmimage_8687.fw helper_8687.fw
/lib/firmware/myricom:
lanai.bin
/lib/firmware/ositech:
Xilinx7OD.bin
/lib/firmware/qlogic:
1040.bin 12160.bin 1280.bin isp1000.bin
/lib/firmware/r128:
r128_cce.bin
/lib/firmware/radeon:
R100_cp.bin R520_cp.bin R700_rlc.bin RS780_pfp.bin RV620_pfp.bin RV635_pfp.bin RV710_pfp.bin RV770_pfp.bin
R200_cp.bin R600_me.bin RS600_cp.bin RV610_me.bin RV630_me.bin RV670_me.bin RV730_me.bin
R300_cp.bin R600_pfp.bin RS690_cp.bin RV610_pfp.bin RV630_pfp.bin RV670_pfp.bin RV730_pfp.bin
R420_cp.bin R600_rlc.bin RS780_me.bin RV620_me.bin RV635_me.bin RV710_me.bin RV770_me.bin
/lib/firmware/RTL8192SE:
rtl8192sfw492.bin rtl8192sfw74.bin rtl8192sfw.bin
/lib/firmware/sb16:
alaw_main.csp ima_adpcm_capture.csp ima_adpcm_init.csp ima_adpcm_playback.csp mulaw_main.csp
/lib/firmware/scripts:
check_firmware
/lib/firmware/slicoss:
gbdownload.sys gbrcvucode.sys oasisdbgdownload.sys oasisdownload.sys oasisrcvucode.sys
/lib/firmware/sun:
cassini.bin
/lib/firmware/sxg:
saharadbgdownloadB.sys saharadownloadB.sys
/lib/firmware/tehuti:
bdx.bin
/lib/firmware/tigon:
tg3.bin tg3_tso5.bin tg3_tso.bin
/lib/firmware/ttusb-budget:
dspbootcode.bin
/lib/firmware/usbdux:
fx2-include.asm Makefile_dux README.dux usbduxfast_firmware.asm usbdux_firmware.asm
/lib/firmware/vicam:
firmware.fw
/lib/firmware/yam:
1200.bin 9600.bin
/lib/firmware/yamaha:
ds1_ctrl.fw ds1_dsp.fw ds1e_ctrl.fw yss225_registers.bin
/lib/firmware/zd1211:
zd1211b_ub zd1211b_uph zd1211b_uphm zd1211b_uphr zd1211b_ur zd1211_ub zd1211_uph zd1211_uphm zd1211_uphr zd1211_ur
keith at Dell-Ubuntu:~$
**************
ndiswrapper -l
**************
The program 'ndiswrapper' is currently not installed. You can install it by typing:
sudo apt-get install ndiswrapper-common
********************************************************************
grep 'eth|ath|wlan|ra' /etc/udev/rules.d/*net_persistent* /etc/udev/
********************************************************************
grep: /etc/udev/rules.d/*net_persistent*: No such file or directory
*****************************************************************
grep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.*
******************************************************************
***************
iwlist scanning
***************
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 Failed to read scan data : Network is down
*************
NWElizaStates
*************
NWElizaStates: command not found
********************************************
And some (probably) relevant syslog bits...
********************************************
<info> modem-manager is now available
<WARN> default_adapter_cb(): bluez error getting default adapter: The name org.bluez was not provided by any .service files
<info> Found wlan radio killswitch rfkill0 (at /sys/devices/pci0000:00/0000:00:07.2/usb1/1-1/ieee80211/phy0/rfkill0) (driver <unknown>)
kernel: [ 21.838600] type=1505 audit(1272984038.830:5): operation="profile_load" pid=558 name="/usr/share/gdm/guest-session/Xsession"
NetworkManager: <info> Trying to start the supplicant...
kernel: [ 21.910822] type=1505 audit(1272984038.902:6): operation="profile_replace" pid=559 name="/sbin/dhclient3"
kernel: [ 21.936995] type=1505 audit(1272984038.930:7): operation="profile_replace" pid=559 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
kernel: [ 21.938054] type=1505 audit(1272984038.930:8): operation="profile_replace" pid=559 name="/usr/lib/connman/scripts/dhclient-script"
kernel: [ 21.955576] wlan0: register 'rndis_wlan' at usb-0000:00:07.2-1, Wireless RNDIS device, BCM4320b based, 00:16:01:6c:19:ff
kernel: [ 21.956935] usbcore: registered new interface driver rndis_wlan
kernel: [ 22.120635] type=1505 audit(1272984039.114:9): operation="profile_load" pid=564 name="/usr/bin/evince"
NetworkManager: SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:07.2/usb1/1-1/1-1:1.0/net/wlan0, iface: wlan0)
NetworkManager: SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:07.2/usb1/1-1/1-1:1.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
NetworkManager: <info> (wlan0): driver supports SSID scans (scan_capa 0x01).
NetworkManager: <info> (wlan0): new 802.11 WiFi device (driver: 'rndis_wlan')
NetworkManager: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/1
NetworkManager: <info> (wlan0): now managed
NetworkManager: <info> (wlan0): device state change: 1 -> 2 (reason 2)
NetworkManager: <info> (wlan0): bringing up device.
kernel: [ 22.339435] type=1505 audit(1272984039.330:10): operation="profile_load" pid=564 name="/usr/bin/evince-previewer"
kernel: [ 22.443895] type=1505 audit(1272984039.434:11): operation="profile_load" pid=564 name="/usr/bin/evince-thumbnailer"
gdm-binary[536]: WARNING: Unable to find users: no seat-id found
gdm-simple-greeter[923]: Gtk-WARNING: /build/buildd/gtk+2.0-2.20.0/gtk/gtkwidget.c:5636: widget not within a GtkWindow
gdm-session-worker[924]: GLib-GObject-CRITICAL: g_value_get_boolean: assertion `G_VALUE_HOLDS_BOOLEAN (value)' failed
kernel: [ 37.185785] wlan0: couldn't set packet filter: 0000000d
kernel: [ 37.188765] wlan0: setting infra mode failed (FFFFFFE0)
kernel: [ 37.189761] wlan0: setting SSID failed (FFFFFFE0)
kernel: [ 37.190759] wlan0: setting infra mode failed (FFFFFFE0)
kernel: [ 37.191760] wlan0: setting auth mode failed (FFFFFFE0)
NetworkManager: <info> (wlan0): deactivating device (reason: 2).
kernel: [ 37.193780] wlan0: setting encr mode failed (FFFFFFE0)
kernel: [ 37.227791] wlan0: rndis_reset() failed: -32
kernel: [ 37.229763] wlan0: couldn't set packet filter: 0000000d
kernel: [ 37.231772] wlan0: setting infra mode failed (FFFFFFE0)
kernel: [ 37.232972] wlan0: setting SSID failed (FFFFFFE0)
kernel: [ 37.233768] wlan0: setting infra mode failed (FFFFFFE0)
kernel: [ 37.234787] wlan0: setting auth mode failed (FFFFFFE0)
wpa_supplicant[561]: Could not set interface 'wlan0' UP
wpa_supplicant[561]: Failed to initialize driver interface
kernel: [ 37.236832] wlan0: setting encr mode failed (FFFFFFE0)
NetworkManager: <info> DHCP: device eth0 state changed (null) -> preinit
dhclient: bound to 192.168.1.33 -- renewal in 126285 seconds.
NetworkManager: <WARN> nm_supplicant_interface_add_cb(): Unexpected supplicant error getting interface: wpa_supplicant couldn't grab this interface.
Any help with this bug would be really appreciated!
--
Linksys WUSB54G wireless adapter not working in Ubuntu 10.04
https://bugs.launchpad.net/bugs/565613
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list