This is the infamous post I've been looking for! Sweet.
My issue is similar to the other peoples- especially sqrdsqr's post.
Except I have a Mac, and I think he/she/it has a Dell.
Either way, to answer sqrdsqr's question, what I just did to check to see if I have the "name" I should be calling it (i.e. eth1, wlan0, etc) was in konsole:
lshw -class network
. It should list your networking thingadoos.
My question is, I did my whole lshw thing, and confirmed that my settings were right in the /etc/network/interfaces file...but it's still not working.
Here's what I get when I do a lshw.
I see that my wireless device and/or is being recognized (at least one of them have to be recognized because it says 802.11abgn after an equal sign)...but as to what to do with this info from here, I've got nothing.Code:*-network description: Wireless interface product: BCM4322 802.11a/b/g/n Wireless LAN Controller vendor: Broadcom Corporation physical id: 0 bus info: pci@0000:04:00.0 logical name: eth1 version: 01 serial: 00:26:bb:11:ec:8f width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=wl0 driverversion=5.60.246.6 latency=0 module=wl multicast=yes wireless=IEEE 802.11abgn
Here's what my interfaces file looks like.
iwconfig gives me thisCode:auto lo iface lo inet loopback auto eth0 iface eth0 inet static address ...(...means that I've got it right) netmask .......... network ............ gateway ........ auto eth1 iface eth1 inet static address .......... netmask ............. network .......... gateway ............. essid ........... mode Managed nick manor channel auto ap any rate auto txpower auto key off modu auto
and ifconfig gives me this:Code:lo no wireless extensions. eth0 no wireless extensions. eth1 IEEE 802.11abgn ESSID:"" Nickname:"" Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated Bit Rate:16 Mb/s Tx-Power:24 dBm Retry min limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Managementmode:All packets received Link Quality=5/5 Signal level=0 dBm Noise level=-57 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:1 Invalid misc:0 Missed beacon:0
Honestly, even after I get my wireless WORKING, I'm not going to have it be a static address...but I figured it'd be a good idea to get it up and running before trying to figure out how dhcp works. Maybe it's simpler. Who knows (not I)? So yeah. figure that one out.Code:eth0 Link encap:Ethernet HWaddr 00:26:bb:60:6a:ce inet addr:....... Bcast:........... Mask:255.255.255.0 inet6 addr: fe80::226:bbff:fe60:6ace/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:6167 errors:0 dropped:0 overruns:0 frame:0 TX packets:5364 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:5088981 (5.0 MB) TX bytes:903159 (903.1 KB) Interrupt:45 Base address:0xa000 eth1 Link encap:Ethernet HWaddr 00:26:bb:11:ec:8f inet addr:............. Bcast:.............. Mask:255.255.255.0 inet6 addr: fe80::226:bbff:fe11:ec8f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:195 errors:0 dropped:0 overruns:0 frame:941 TX packets:0 errors:6 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:10782 (10.7 KB) TX bytes:0 (0.0 B) Interrupt:22 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:475 errors:0 dropped:0 overruns:0 frame:0 TX packets:475 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:26455 (26.4 KB) TX bytes:26455 (26.4 KB)![]()
Cheers
nouhoh
P.S.
Thanks for posting this, I started like 2 different threads ( and got in trouble because I accidentally started 2 rather than one...hard to explain) before finding this one. I seriously searched everywhere for people with similar issues, and only those last few dudes seemed to have the same kinds of problems I've been having.



