Code: Select all
woopud@woopud-laptop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11b/g ESSID:"" Nickname:"Broadcom 4306"
Mode:Managed Access Point: Invalid
RTS thr:off Fragment thr:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
woopud@woopud-laptop:~$ sudo ndiswrapper -l
Installed drivers:
bcmwl5 driver installed, hardware present
woopud@woopud-laptop:~$ sudo iwconfig eth1 essid galaxy
woopud@woopud-laptop:~$ sudo ifconfig eth1 up
SIOCSIFFLAGS: No such file or directory
woopud@woopud-laptop:~$ sudo dhclient
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/
SIOCSIFFLAGS: No such file or directory
SIOCSIFFLAGS: No such file or directory
Listening on LPF/eth1/00:90:4b:a3:68:8a
Sending on LPF/eth1/00:90:4b:a3:68:8a
Listening on LPF/eth0/00:0f:b0:47:92:2e
Sending on LPF/eth0/00:0f:b0:47:92:2e
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
receive_packet failed on eth1: Network is down
DHCPOFFER from 192.168.0.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.1
bound to 192.168.0.5 -- renewal in 37502 seconds.
woopud@woopud-laptop:~$ sudo ndiswrapper -m
modprobe config already contains alias directive
woopud@woopud-laptop:~$