The bcmw15 is not listed...only the ndiswrapper is listed...........
Is there a directory that the bcmw15.inf & sys files are supposed to be located?
Ndiswrapper is loaded in /usr/src/modules.
The only thing that I am iffy on is the /etc/network/interfaces file. I have seen a couple of different ways of having that set up. eth2 states that there is no such device. The same thing goes for wlan0. eth0 is the my firewire.....I have blacklisted the eth1394 file. In my interfaces I have it as stated in this how-to I have right here that I printed from the Debian user forums:
Quote:
#wifi
auto wlan0
iface wlan0 inet dhcp
|
Here is a couple more ifup outputs:
Quote:
SIOCSIFADDR: No such device
wlan0: ERROR while getting interface flags: No such device
wlan0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up wlan0.
home11:/home/endi1111# ifup eth0
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up eth0.
home11:/home/endi1111# ifup eth2
Ignoring unknown interface eth2=eth2.
home11:/home/endi1111#
|