Unsolved
This post is more than 5 years old
9 Posts
0
15363
February 25th, 2006 16:00
Inspiron/Linux + Wireless
Hello,
I just installed the SuSE Linux Professional 9.3 on my Dell Inspiron 5150 laptop, "on" windows XP (so I have 2 OS's now)
And, The problem is that I can't set up my wireless network for Linux only, because my wireless is working FINE with winXP.
I tried a lot of stuff, and since I am linux-noob yet, I neet somebody to help me out,
Is there a way to set it up? Or command? Are there any linux-guys?
Wireless card is:
integrated one (not PCMCI) "Dell Wireless WLAN 1350 Mini-PCI"
Any advice would be appreciated,
thanks,
Davron.
I just installed the SuSE Linux Professional 9.3 on my Dell Inspiron 5150 laptop, "on" windows XP (so I have 2 OS's now)
And, The problem is that I can't set up my wireless network for Linux only, because my wireless is working FINE with winXP.
I tried a lot of stuff, and since I am linux-noob yet, I neet somebody to help me out,
Is there a way to set it up? Or command? Are there any linux-guys?
Wireless card is:
integrated one (not PCMCI) "Dell Wireless WLAN 1350 Mini-PCI"
Any advice would be appreciated,
thanks,
Davron.
Message Edited by DavroN on 02-25-2006 01:31 PM
No Events found!


Jerry Park
695 Posts
0
February 26th, 2006 00:00
The documentation I looked at is here:
http://www.novell.com/documentation/suse93/
You can download ndiswrapper here:
http://sourceforge.net/projects/ndiswrapper/
Jerry Park
695 Posts
0
February 26th, 2006 00:00
The Dell 1370 is a broadcom device.
micmaxe
740 Posts
0
February 26th, 2006 14:00
DavroN
9 Posts
0
February 26th, 2006 14:00
I downloaded it, but I am really zer0, like I can't do anything with it, I loaded linux, installed it. One of them opened YaST, and the rest was just showing text (sort of config.)
And then? I don't know how to make my wireless work :)
Well, no idea..
Jerry Park
695 Posts
0
February 26th, 2006 16:00
If the instructions which come with ndiswrapper are no help, your choice may be to purchase a card which is supported by linux.
Message Edited by Jerry Park on 02-26-2006 12:21 PM
Message Edited by Jerry Park on 02-26-2006 12:22 PM
rolflist
18 Posts
0
March 5th, 2006 16:00
The installation for my card went OK using Ndiswrapper, and not using the direct drivers
of Ralink or sourceforge. I reinstalled the latest Ndiswrapper, over the Suse installation of Ndiswrapper, that did not work for me.
Ndiswrapper, that runs with XP windows wifi drivers, can be found at:
http://ndiswrapper.sourceforge.net
http://portal.suse.com/sdb/en/2004/04/pohletz_ndiswrapper.html
http://www.novell.com/products/linuxpackages/professional/ndiswrapper.html
The XP windows drivers for Ndiswrapper can come from your working Windows XP installation, the CD that came with your wifi card, or from the support site of the manufacturer of the wifi card.
Supported cards: http://ndiswrapper.sourceforge.net/mediawiki/index.php/List
For my 'rt2500' card I followed essentially the described installation procedure. At the end I managed even to get WPA2 (TKIP-IP) encryption working. But suggestion: first run everything without encryption.
Encryption for wpa2 using wpa_supplicant: http://hostap.epitest.fi/wpa_supplicant/
Please do not forget to remove the rt2400.ko kernels in the modules, that are left over when installing first the direct drivers. With the rt2400.ko AND ndiswrapper I had only kernel crashes. Same holds for old ndiswrapper stuff: remove it (or save all into another folder). When cleaned up to a 'fresh' state, both the Ndiswrapper installation went as it should.
Suse 9.3 is a bit clumsy, that it cannot run both wired and wifi IP connections at the same time. I choose between the two running installations with a setup script made in the Yast manager. This is OK for a home connection, but for your mobile you would need something more fancy. It is told that the last Suse's (10.x) should have a 'wlan manager', but I have only bad experiences with them.
During testing the installation, it can be very handy if you have a running wired connection on another PC to search the web (at your neighbour ? - later you can share the Wlan !), while trying out your wifi setup.
Message Edited by rolflist on 03-05-2006 12:48 PM
DavroN
9 Posts
0
March 6th, 2006 11:00
Where exactly into linux?
I'm just trying to get into linux,
hmm.. then I better use windows.
Message Edited by DavroN on 03-06-2006 08:49 AM
rolflist
18 Posts
0
March 6th, 2006 13:00
http://www.math.ucla.edu/~jimc/insp6000/index.html
rolflist
18 Posts
0
March 6th, 2006 13:00
The following lines describe the procedure for the network card RTL8180L. You should work as 'root' for the installation, so be careful. It will be best, if you keep the old settings, make entries for two kernels in your GRUB startup, and start to play with only one of them, and keep the other as a fall back. Keep a backup of your important linux files on another place, in case you need to reinstall Suse again.
Get the manufacturer driver for your card (as a .zip or .gz) and save the relevant ZIP archive in the directory /tmp.
Unpack the file with the command:
unzip -d driver /tmp/winxp-8180(168).zip
A new subdirectory (/tmp/driver) is created when unpacking the file. This subdirectory contains the file .INF required by Ndiswrapper.
Proceed to install the driver. In this example:
ndiswrapper -i /tmp/driver/NET8180.INF
Check if the driver has been properly installed with the command:
ndiswrapper -l
Load the module with the command:
modprobe ndiswrapper
And proceed as indicated in the link.
ps. By the way, Suse 10.1 where many of these 'wireless' issues may be solved, is still in 'beta'.
Message Edited by rolflist on 03-06-2006 09:56 AM