LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Suse/Novell
User Name
Password
Suse/Novell This Forum is for the discussion of Suse Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 04-02-2006, 10:15 PM   #1
pilotgi
Member
 
Registered: Apr 2002
Location: ks
Distribution: openSUSE 11.1 64 bit
Posts: 486

Rep: Reputation: 32
First try at wireless unsuccessful


I purchased a dlink wireless usb adapter DWL-g122 for my SUSE 10.0 box. My first attempt was to just plug it in and see what happened. SUSE recognized the new hardware and configured it with YaST. About the only thing I had to do was enter the ESSID for my network. It loaded the rt2570 module. The lnk and act leds on the adapter were on/blinking and I had an ip address assigned to rausb0. I could ping my Netgear router and access the configuration page. But I couldn't connect to the internet and KWiFiManager said I had zero signal strength. The router is 4 ft from the adapter.

Second Try: I installed ndiswrapper and used the windows driver from the dlink cd. I now had wlan0 in YaST with the ndiswrapper module, also configured with my ESSID. There were no leds lit on the adapter, except an occasional blink on the act led. Iwconfig showed the ESSID as being off/any instead of the correct id I had previously. Even after using the command: iwconfig wlan0 essid "name" it still said off/any. I couldn't get an ip address for wlan0 but KWiFiManager said the signal strength was 100%.

Now, I've uninstalled the ndiswrapper module and reconfigured rausb0 with the rt2570 module. The result is the same, but at least I have an ip address and the leds are on. And I can still connect to my router. But I have zero signal.

I did notice one difference between eth0 and rausb0 from the ifconfig command. eth0 has a line listing the interrupt and rausb0 doesn't.

eth0
Link encap:Ethernet HWaddr 00:01:6C:C1:30:AF
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::201:6cff:fec1:30af/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:79 errors:0 dropped:0 overruns:0 frame:0
TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:13596 (13.2 Kb) TX bytes:8438 (8.2 Kb)
Interrupt:3 Base address:0x8000

rausb0
Link encap:Ethernet HWaddr 00:13:46:E8:22:4D
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::213:46ff:fee8:224d/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1 errors:0 dropped:0 overruns:0 frame:0
TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:130543 (127.4 Kb) TX bytes:25512 (24.9 Kb)

eth0 connection works fine. Any ideas?
 
Old 04-03-2006, 10:43 AM   #2
cyber-worx
Member
 
Registered: May 2004
Location: England / Switzerland
Distribution: Gentoo, Ubuntu, Debian, Slackware
Posts: 138

Rep: Reputation: 15
Go back to the non-ndis option.

Make sure that the interface is routed properly

paste the output from
Code:
route
Cheers
-Rob
 
Old 04-03-2006, 11:02 AM   #3
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,694

Rep: Reputation: 45
yeah, i agree. no point in using ndis if a native solution is avalable.
 
Old 04-03-2006, 03:00 PM   #4
Fire!
Member
 
Registered: Dec 2005
Location: Netherlands
Distribution: Suse
Posts: 45

Rep: Reputation: 15
I prefer to use the rt2570 from SUSE, but had the same problem as pilotgi.

See post 5:
http://www.linuxquestions.org/questi...d.php?t=404799

ndis saved me for the moment.

Keep us updated
 
Old 04-03-2006, 03:32 PM   #5
pilotgi
Member
 
Registered: Apr 2002
Location: ks
Distribution: openSUSE 11.1 64 bit
Posts: 486

Original Poster
Rep: Reputation: 32
Results of route:

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
192.168.0.0 * 255.255.255.0 U 0 0 0 rausb0
link-local * 255.255.0.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0

ifconfig still shows the same as above in my first post for rausb0. The lnk led is steady greeen on the adapter. I'll try Fire!'s suggestion with ndis later this evening.
 
Old 04-03-2006, 03:50 PM   #6
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,694

Rep: Reputation: 45
for the moment disable any onboard lan. any change?
 
Old 04-03-2006, 05:27 PM   #7
pilotgi
Member
 
Registered: Apr 2002
Location: ks
Distribution: openSUSE 11.1 64 bit
Posts: 486

Original Poster
Rep: Reputation: 32
If you mean stopping eth0 with 'rcnetwork stop eth0' then, no this doesn't help with the wireless.
 
Old 04-06-2006, 04:30 PM   #8
Fire!
Member
 
Registered: Dec 2005
Location: Netherlands
Distribution: Suse
Posts: 45

Rep: Reputation: 15
Good news (for the moment)
I performed a auto update of the SUSE kernel to 2.6.13-15.8-default
And I expected that my USB network card to fail after reboot...

After reboot ndis was corrupt like I predicted, but unexpected
my Belkin USB (F5D7050) started to come alive! rt2570.ko must be improved.
I went to yast to configure the rausb0.

Yes next, I unloaded the windows drivers from ndis, removed the ndis program
itself and the configuration for wlan0.

For the last hour I am 100% linux. The upcoming days I try to use the
connection as much as possible to see how it performs.
 
Old 06-02-2006, 01:13 PM   #9
jantman
Member
 
Registered: Nov 2005
Location: New Jersey, USA
Distribution: SuSE
Posts: 492

Rep: Reputation: 31
I've been using SuSE since 5.0 and I love it. I love Linux just as much, and with the exception of VMWare and 'doze XP for development and testing, I'm all *nix.

That being said, I have a laptop from Linux Certified (yes, made just fox Linux) and have had nothing but problems with wireless networking. The support for it, at least in the out-of-the-box configuration of SuSE which I have (just installed with YAST, made no changes to wireless networking), it's a PITA.

Linux and wireless networking (at least under SuSE) still have quite a ways to go to get the level that Windows, Mac, etc. have reached. I find that KWiFiManager rarely detects networks properly, lacks the interface of Windows or the proprietary Atheros programs, and KNetAttach lacks most any functionality which I assumed it would have (automatic switchover between WLAN/LAN, and the ability to remember a variety of LAN profiles for us laptop users).
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
first boot unsuccessful jsarrel Red Hat 2 02-28-2005 02:45 AM
unsuccessful mandrake uninstallation chynk Linux - Newbie 3 11-10-2004 09:31 AM
Unsuccessful Linux Installation thayes5150 Linux - Newbie 5 11-19-2003 03:53 PM
Unsuccessful Mandrake 9.0 installation xfuzz Linux - Distributions 7 04-22-2003 10:47 PM
unsuccessful instal terry Linux - Software 0 05-15-2001 10:44 AM


All times are GMT -5. The time now is 01:38 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration