Hi,
I upgraded my Kubuntu installation to 8.04 (doing a clean install, as I am somewhat wary of kernel upgrades since my windows time) and now I am rushing around getting all these little problems sorted.
I reinstalled the driver for my wireless NIC card just as I did under 7.10, but that does not appear to be the problem.
For starters, my nic cards little green light no longer comes on when I switch it on. The interface is recognized by Kubuntu, as shown by my ifconfig output:
Code:
creature124@creature-lappy:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:13:a9:84:84:1a
inet addr:75.62.210.42 Bcast:75.62.210.255 Mask:255.255.255.0
inet6 addr: fe80::213:a9ff:fe84:841a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:35498 errors:0 dropped:0 overruns:0 frame:0
TX packets:37847 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14636074 (13.9 MB) TX bytes:15125946 (14.4 MB)
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:53 errors:0 dropped:0 overruns:0 frame:0
TX packets:53 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3308 (3.2 KB) TX bytes:3308 (3.2 KB)
wlan0 Link encap:Ethernet HWaddr 00:18:de:d5:bf:b5
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wmaster0 Link encap:UNSPEC HWaddr 00-18-DE-D5-BF-B5-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
I have no idea what wmaster0 is, it never appeared in my ifconfig output under 7.10. Also, my wireless nic used to be called eth1, but I suppose the name change is part of the kernel upgrade.
The card seems to be recognized, but any attempt to enable it result in the follow error:
Code:
creature124@creature-lappy:~$ sudo ifup wlan0
Ignoring unknown interface wlan0=wlan0.
I have no idea why the interface is 'unknown' even though it is listed in ifconfig.
Does anyone have any ideas?
Thanks,
Greg