Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-20-2005, 08:56 AM
|
#1
|
Member
Registered: Mar 2005
Distribution: Void Linux
Posts: 143
Rep:
|
Trying to get wireless working on dell w/ Mandrake 10.1
Alright, before anyone gets POed, yes I searched, yes, I'm a newb (first install, no previous linux knowledge, FNG), yes I'm an idiot, yes I deserve severe flaming, but nevertheless, I still need a wee bit o help. I just installed Mandrake 10.1 in a dual-boot situation with WinXP on my Dell 500m laptop, and I can't get either of my wireless cards going, I have the built in dell TrueMobile 1400 and a Linksys WPC54G (they use the same chipset, so stands to reason they both would not be working). Anyhow, I read up a bit on the forums here, and elsewhere, and found out that some folks were able to use ndiswrapper and use their Win drivers to run the card. Well, I've been f'king with ndiswrapper for about 2 hours now, and still can't get either card recognized. I got ndiswrapper 1.1 installed (after much nooblet oriented confusion), and tried the instructions from ndiswrapper.sourceforge and I've gotten as far as installing the .inf file, but when I type 'ndiswrapper -l' to view my drivers, it says they're all 'invalid drivers', I can't go on to the 'load module' step, and my cards still don't work. Is there any way, short of buying a new card (I'd really like to use the built in one if possible) of getting ndiswrapper to work with my damn driver?
|
|
|
03-21-2005, 03:13 AM
|
#2
|
Senior Member
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090
Rep:
|
The Truemobile cards are PRISM based...
You'll either need to alias the standard kernel modules and add the required modules to /etc/modprobe.preload & /etc/modules.conf, or you'll need to do the same thing with the PRISM2 drivers.
The Linksys are a different beast altogether...
Hint:
Punctuation, linefeed/cr's and whitespace, help get your thoughts accross, and permit you to get answers back.
|
|
|
03-21-2005, 04:47 AM
|
#3
|
Member
Registered: Mar 2005
Distribution: Void Linux
Posts: 143
Original Poster
Rep:
|
At the sourceforge project site, and as I later found out from the console, my TrueMobile 1400 internal mini-pci is broadcom based (BCM 4309), uses the same chipset and Windows driver as my WPC54G. I made a little progress, I finally got the correct driver installed, I type in ndiswrapper -l and it lists the bcmwl5 driver 'present' and 'hardware present', but now when I type 'modprobe ndiswrapper' (the next step, according to the ndiswrapper instructions) I get: 'FATAL: Error inserting ndiswrapper (/lib/modules/2.6.8.1-12mdk/misc/ndiswrapper.ko): Invalid module format' . I read that it might be because of the acx100 module, so I got rid of it per instructions from another forum, uninstalled ndiswrapper, re-installed it and did it all again, and it always gives me that message when I get to the 'modprobe ndiswrapper' part. If anybody could gimme a hand I'd appreciate it. I'm puncuating and describing things as best I can, but my install is less than 3 days old, this is my first experience with linux, and I've never done this before, so bear with me.
Last edited by thunderweasel; 03-21-2005 at 04:50 AM.
|
|
|
03-21-2005, 02:19 PM
|
#4
|
Senior Member
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090
Rep:
|
White spaces!!!!
RETURN
RETURN
A good thing!
Well you are making a LOT of progress.
The warning you got is normally the result of one of several things....
The install script may have created a .ko file when what you need is a .ko.gz file in the target directory.
CD to that directory...
then
gzip NAMEOFFILE.ko
This will create the .ko.gz file
Now
depmod -a
Which should probe it for unresolved symbols and spit out any errors. If none you are one your way...
Next try "modprobe ndiswrapper" and follow the directions for
ndiswrapper -l
Note the commands "ndiswrapper -h".
Do the one which installs the driver and the other command that adds the modprobe entries.
Then if ndiswrapper reports that the hardware has been found you are just about done...
Reboot, once you have rebooted you should be able to "modprobe ndiswrapper" (only the first time this may be required) and go into the Mandrake Control Center.
In the Mandrake Control Center your WiFi card will appear like any other LAN/Wireless card and you can then use the wizard or the gui to finish setting it up.
|
|
|
03-22-2005, 12:04 AM
|
#5
|
Member
Registered: Mar 2005
Distribution: Void Linux
Posts: 143
Original Poster
Rep:
|
Hey,
Ahh, white spaces, I get it now. I didn't realize what that meant before
I did what you said, and now the driver is installed, I was able to insert the module with the CORRECT format, very nice... And now all I have left to do is set it up.
Thanks alot for your help. I know what a pain in the ass it can be helping dumb newbies (one of my other hobbies is paintball, and I spend a probably unhealthy amount of time on marker tech forums tyring to explain simple things to dumb newbs), so I really appreciate you taking the time to gimme a hand. And I hope you're not tired of it yet, because I've just begun using linux for the first time, and I expect to have serveral more similar threads posted within the next few weeks 
|
|
|
03-22-2005, 12:28 AM
|
#6
|
Senior Member
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090
Rep:
|
Excellent!
Glad to see you have it running.
You can also add an alias to the card in /etc/modules.conf if it's not already there.
I called mine wlan0 so that the utilities would automatically recognize it...
I forget the exact syntax as I'm not in front of a machine at the moment...
|
|
|
All times are GMT -5. The time now is 02:41 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|