|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Wireless Questions about wireless networking setup, use, and wireless specific applications |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
It looks like ndiswrapper isn't completely gone:
Code:
find . -type f -exec grep -l 'ndiswrapper' {} \;
./sysconfig/network/scripts/ifup-wireless
./udev/rules.d/70-persistent-net.rules
The following commands don't produce any output: Code:
find . -type f -exec grep -l 'ath0' {} \;
find . -type f -exec grep -l 'wifi0' {} \;
Code:
find . -type f -exec grep -l 'wlan0' {} \;
./rules.d/70-persistent-net.rules
I can connect to a wired network using SuSE, and Windows connects to the network wirelessly, so I think the network's configured correctly. What am I missing? Thanks for your help. |
|
|||
|
I still haven't been able to figure out how to get my computer to connect to the internet, and I'm not really sure what to do next. I'm pretty new to "looking under the hood" of my Linux system, so if anyone could do a little hand holding and tell me what to do next--even if it seems really obvious--I would be very grateful.
Sorry to be a bother, and thank you for your time, Caleb |
|
|||
|
Code:
su password mv /etc/udev/rules.d/70-persistent.net.rules /root/ # backup for safety udevadm trigger rcnetwork restart
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon) |
|
|||
|
Code:
# mv 70-persistent-net.rules /root/
# udevtrigger
# rcnetwork restart
Shutting down network interfaces:
eth0 device: Intel Corporation 82801BA/BAM/CA/CAM Ethernet Controller (rev 03)
eth0 done
wlan0 device: Atheros Communications, Inc. AR5416 802.11a/b/g/n Wireless PCI Adapter (rev 01)
wlan0 done
Shutting down service network . . . . . . . . . . . . . done.
Hint: you may set mandatory devices in /etc/sysconfig/network/config
Setting up network interfaces:
lo
lo IP address: 127.0.0.1/8
Checking for network time protocol daemon (NTPD): unused
lo done
eth0 device: Intel Corporation 82801BA/BAM/CA/CAM Ethernet Controller (rev 03)
eth0 (DHCP) . . . . . no IP address yet... backgrounding.
eth0 waiting
wlan0 device: Atheros Communications, Inc. AR5416 802.11a/b/g/n Wireless PCI Adapter (rev 01)
wlan0 warning: using NO encryption
wlan0 (DHCP) . . . . . no IP address yet... backgrounding.
wlan0 waiting
Setting up service network . . . . . . . . . . . . . . done.
SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
SuSEfirewall2: Warning: no default firewall zone defined, assuming 'ext'
SuSEfirewall2: using default zone 'ext' for interface eth0
SuSEfirewall2: using default zone 'ext' for interface wifi0
SuSEfirewall2: batch committing...
SuSEfirewall2: Firewall rules successfully set
# ping -c 5 66.70.73.150
connect: Network is unreachable
|
![]() |
|
| Bookmarks |
| Tags |
| dwa-552, madwifi, ndiswrapper |
| Thread Tools | |
| Display Modes | |
|
|