LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-22-2007, 05:46 AM   #1
pbuddenberg
LQ Newbie
 
Registered: Jul 2007
Location: Den Haag
Distribution: Ubuntu (Hardy Heron)
Posts: 12

Rep: Reputation: 0
SWEEX Wireless LAN PC CARD 140 NITRO XM on a Smartbook i1100Z with Ubuntu


I Can't seem to get my PC CARD on my laptop (Smartbook i100Z) working under Ubuntu Feisty (7.04).
The OS does not detect it. I tried to manually detect the card and this didn't do much either. I do not know how to continue...

Maybe the cardbus isn't active at all (?)

Also I can't find more detailed specs on the hardware. This is printed on the card itself.

SWEEX Wireless LAN PC CARD 140 NITRO XM
Model: LW141
WLAN 802.11b/g Cardbus Javelin
H: 0.3
MAC: 00160A-000FEC
SN: LW415BNE004074

For what it's worth...
 
Old 07-22-2007, 09:09 AM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Welcome to LQ!

Try running lspci and see if that detects the card. What we really need to know is what kind of chipset is in there because that will determine the driver to use.
 
Old 07-23-2007, 04:44 AM   #3
pbuddenberg
LQ Newbie
 
Registered: Jul 2007
Location: Den Haag
Distribution: Ubuntu (Hardy Heron)
Posts: 12

Original Poster
Rep: Reputation: 0
Smile Cardbus and Chipset Smartbook i1100Z

Nice,

Ok it worked.

I found the chipset with lspci.

Then I installed the win driver using ndiswrapper.

pbuddenberg@Smartbook:~$ ndiswrapper -l
wlancig : driver installed
device (1260:3886) present

Then it took me some time to get the right settings. But finaly it worked. I mostly used the Ubuntu wiki:

https://help.ubuntu.com/community/Wi...er/Ndiswrapper

Tanx

Peter

Last edited by pbuddenberg; 07-23-2007 at 07:53 AM.
 
Old 07-23-2007, 07:34 AM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
I'm looking at something on the internet which has to do with ndiswrapper and prism54. Looks complicated...
Well, yes and no. Hopefully a quick explanation will clear up what is going on.

As you may have noticed, wireless support in Linux is variable. Some chipsets are incredibly well supported and others have virtually no support. For chipsets that have no native Linux drivers, there is ndiswrapper which allows Windows drivers to function in Linux. Your chipset (the ISL3886) does have native linux support, and that is the Prism54 project. So in essence, you've got two drivers to choose from.

As far as ndiswrapper goes, you'll see a couple of things. People use it frequently even when they don't need to because it tends to be easier to set up. However, a fair bit of the Linux community consider it an abomination since it uses proprietary closed source drivers. Whether to use it or not is your choice.

The Linux driver for your card is call islsm, and is part of the Prism54 site. The main instructions for downloading and installing it are here, and I agree they are a touch confusing. Have a read and post any questions you might have. Basically what you'll do to use this driver is to download and compile the kernel module and download and install firmware. Both of these are usually pretty easy to do.

The one thing to look out for is that while you can have both ndiswrapper and islsm installed on your computer at the same time, you can't try to use them at the same time as they'll fight over the card and nothing will work.
 
Old 07-23-2007, 09:54 AM   #5
pbuddenberg
LQ Newbie
 
Registered: Jul 2007
Location: Den Haag
Distribution: Ubuntu (Hardy Heron)
Posts: 12

Original Poster
Rep: Reputation: 0
Ok thanks a lot. This gives me some more insight on how to tackle the problem next time.
So I've used ndiswrapper. Say I want to use the Linux native driver. Do I just Delete the ndiswrapper software and start over with prism54?
 
Old 07-23-2007, 11:27 AM   #6
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Originally Posted by pbuddenberg
Say I want to use the Linux native driver. Do I just Delete the ndiswrapper software and start over with prism54?
Actually you don't have to delete ndiswrapper at all, you just need to install prism54. The issue is both drivers can't be loaded at the same time. I'll use my own rig as an example. My wireless card is a Broadcom and like yours, has a native linux driver (bcm43xx) and ndiswrapper. Since bcm43xx is still a work in progress, I keep both on my machine. The trick is to make sure that only one loads at a time. Since bcm43xx is automatically loaded, if I want to use ndiswrapper, I first have to unload bcm43xx. The sequence looks like this:

modprobe -r bcm43xx
modprobe ndiswrapper

As long as I don't have bcm43xx and ndiswrapper loaded at the same time (you use the lsmod command to see what modules are loaded) then it works.

You'll have the same issue if you install prism54. Just be sure that islsm and ndiswrapper don't show up in the lsmod output at the same time.
 
Old 07-24-2007, 06:18 PM   #7
pbuddenberg
LQ Newbie
 
Registered: Jul 2007
Location: Den Haag
Distribution: Ubuntu (Hardy Heron)
Posts: 12

Original Poster
Rep: Reputation: 0
Ok, I think I understand. I'll have a go on the prism54 software as soon as I feel up to it. It actually works fine now anyway.
Thanks for your help, much appreciated...

Peter
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wifi Sweex 140 Nitro PCI losing packets whiskeyhunter Linux - Wireless Networking 0 03-15-2007 05:56 PM
Wireless lan on ubuntu Sonny89 Ubuntu 3 12-06-2005 04:23 AM
Wireless LAN card 802.11b and Ricoh card bus Abdul Mueid Linux - Wireless Networking 4 02-10-2004 04:10 PM
wireless lan card citrus Linux - Wireless Networking 1 01-05-2004 03:06 PM
wireless Lan card claproth Red Hat 1 09-25-2003 02:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 12:40 PM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration