openSUSE Forums > Network/Internet > Wireless » DWA-552 won't access internet

Go Back   openSUSE Forums > Network/Internet > Wireless
Forums FAQ Members List Search Today's Posts Mark Forums Read


Wireless Questions about wireless networking setup, use, and wireless specific applications

Reply
Page 2 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 17-Sep-2009, 21:49
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 8
pseudonyma hasn't been rated much yet
Default Re: DWA-552 won't access internet

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
How do I rid myself of ndiswrapper?

The following commands don't produce any output:
Code:
find . -type f -exec grep -l 'ath0' {} \;
find . -type f -exec grep -l 'wifi0' {} \;
But this does:
Code:
find . -type f -exec grep -l 'wlan0' {} \;
./rules.d/70-persistent-net.rules
I'm not sure what to do with this information.

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.
Reply With Quote
  #12 (permalink)  
Old 23-Sep-2009, 10:13
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 8
pseudonyma hasn't been rated much yet
Default Re: DWA-552 won't access internet

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
Reply With Quote
  #13 (permalink)  
Old 23-Sep-2009, 10:30
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: DWA-552 won't access internet

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)
Reply With Quote
  #14 (permalink)  
Old 24-Sep-2009, 21:42
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 8
pseudonyma hasn't been rated much yet
Default Re: DWA-552 won't access internet

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
Reply With Quote
Reply
Page 2 of 2 1 2

Bookmarks

Tags
dwa-552, madwifi, ndiswrapper


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2