[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Errors starting wirless driver on 17" G4 PowerBook



The output when $ sudo ifup eth1
SIOCSIFFLAGS: No such file or directory
SIOCSIFFLAGS: No such file or directory
Failed to bring up eth1.


It looks like in dmesg the bcm43xx is found when booting (using ubuntu on this box).  However the interface is not reconized or connected to bcm43xx.

[snip}
[   61.151418] ieee80211_crypt: registered algorithm 'NULL'
[   61.430697] ieee80211: 802.11 data/management/control stack, git-1.1.7
[   61.430706] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[   61.579889] bcm43xx driver
[   61.580614] PCI: Enabling device 0001:10:12.0 (0004 -> 0006)
[   61.881835] sungem.c:v0.98 8/24/03 David S. Miller (davem@redhat.com)
[   61.947408] PHY ID: 1410cc1, addr: 0
[   61.948000] eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0d:93:35:91:44
[   61.948008] eth0: Found Marvell 88E1101 PHY

[snip]

[   61.948000] eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0d:93:35:91:44
[   61.948008] eth0: Found Marvell 88E1101 PHY

[snip]

[   64.347177] eth0: Link is up at 100 Mbps, full-duplex.
[   64.347186] eth0: Pause is disabled

[snip]


Other than that there isn't any other mention of wireless.

lsmod give this out put...

[snip]
sungem                 38948  0
sungem_phy             10432  1 sungem
bcm43xx               136524  0
ieee80211softmac       33568  1 bcm43xx
ieee80211              39784  2 bcm43xx,ieee80211softmac
ieee80211_crypt         7136  1 ieee80211
[snip]




In /etc/modules I included..

bcm43xx eth1

and...

my /etc/network/interfaces has this for the interface:

iface eth1 inet static
        name DS-wifi
        address 192.168.1.1
        netmask 255.255.255.0
        gateway 192.168.1.100
        wireless_mode Managed
        dns-nameservers 10.1.100.1
        wireless-essid xyz-abc
	wireless-key xxxxxxxxxxxxxxx
	
All the still I can't bring up the interface.  Any extra help/eyes would be very helpful.  Thanks.

-Adam



Reply to: