The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Linux

Reply
 
LinkBack Thread Tools Display Modes
Old 10-03-2005, 01:00 PM   #1
Variable Bitrate
 
intuitionsys's Avatar
 
Join Date: Jul 2005
Location: Ottawa, ON, Canada
Posts: 288
Gentoo ndiswrapper woes

Okay the switch to Gentoo from "stripped-down-SuSE" has been a good thing pretty much in every respect except the ndiswrapper module (that I unfortunately need to use until I replace my LinkSys card) is giving me problems.

Using ndiswrapper 1.2 from the Gentoo emerge and 1.4 compiled from source both are disallowing setting the key on the card. I'm using the exact same Windows drivers I was using with the default SuSE ndiswrapper RPM that worked fine. I haven't tried dropping back to the version SuSE was using to see if that solves my problems but I was wondering if anyone else has run into this problem?
__________________
Silverwolf 2.0 Progress: 100% (alpha)
Alpha Release Date: June 28, 2007
intuitionsys is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 10-03-2005, 11:52 PM   #2
FLAC
 
TheLlama's Avatar
 
Join Date: Jul 2004
Location: All over the world
Posts: 984
Have you followed this how-to ?
TheLlama is offline   Reply With Quote
Old 10-04-2005, 10:48 AM   #3
Newbie
 
Join Date: Aug 2005
Posts: 10
By key, are we talking about a wireless key?

What card are you using?
jmaclean is offline   Reply With Quote
Old 10-04-2005, 10:55 AM   #4
Variable Bitrate
 
intuitionsys's Avatar
 
Join Date: Jul 2005
Location: Ottawa, ON, Canada
Posts: 288
No I haven't. Thanks for the link. After a couple hours of trying incrementally lower versions of ndiswrapper I finally decided to heck with it and ordered an Edimax card from one of my suppliers that uses the ralink chipset (rt2500 module) that I've used before with zero problems. It'll be a few days before it arrives so I may give that howto a go in the meantime if I have time. The built-in wireless in my main laptop doesn't support WPA so I can use the card there and finally set my wireless segment to WPA-only.

The good news is that the Gentoo setup is going well otherwise with a noticable increase in speed and a significant decrease in cold boot time. I should have made the switch ages ago. One weirdness I did encounter was that grub simply would not recognize my reiserfs boot partition (error 16 I think). Lilo works just fine though and may be a tad faster anyway.
__________________
Silverwolf 2.0 Progress: 100% (alpha)
Alpha Release Date: June 28, 2007
intuitionsys is offline   Reply With Quote
Old 10-04-2005, 01:20 PM   #5
Newbie
 
Join Date: Dec 2004
Posts: 48
strange im running ndiswrapper on gentoo just fine. What kernel are you running? Also does it compile right and does it load?

/sbin/modprobe ndiswrapper
iwconfig wlan0 essid "essidname"
iwconfig wlan0 key "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
dhcpcd -t 10 wlan0
DigitalExpl0it is offline   Reply With Quote
Old 10-04-2005, 01:57 PM   #6
Variable Bitrate
 
intuitionsys's Avatar
 
Join Date: Jul 2005
Location: Ottawa, ON, Canada
Posts: 288
I guess I should clarify; the module loads just fine (except the latest v1.4) but I get an error setting either the essid or any of the keys. I can change the mode between Ad-Hoc and Managed and a few other things but that's it. I always get either a "Set Encode" error or an "Invalid Arguement" error when using iwconfig. What's a mystery is that it worked fine with SuSE kernel 2.6.11 and v1.1 of ndiswrapper. My Gentoo system is running 2.6.12 and I've tried ndiswrapper versions 1.1 through 1.4 all with the same results.

Since the Edimax card is only 40 bucks I decided I'd forego the mystery and use the rt2500 module that probably has the best linux support (by the chipset manufacturer even) of any chipset. I built a Silverwolf system for someone else using that card and it was more reliable than the LinkSys I've been using in mine. I have nothing against LinkSys but their linux support is non-existant as everyone knows.

Btw once I get my Gentoo system set up and running again, my next step is to open-source the Silverwolf front-end and associated apps so hopefully within a month (a few weeks maybe?) there will be a new linux player on the block.
__________________
Silverwolf 2.0 Progress: 100% (alpha)
Alpha Release Date: June 28, 2007
intuitionsys is offline   Reply With Quote
Old 10-04-2005, 03:12 PM   #7
FLAC
 
TheLlama's Avatar
 
Join Date: Jul 2004
Location: All over the world
Posts: 984
Exciting. I should have the first beta release of mine done in about a month too. It will be released open-source from the get-go. Of course, mine is a niche product, but with the way I designed the gui toolkit, it will run in X, SDL, or Framebuffer in addition to the VFD (the VFD being the whole reason I had to design a TK anyways).
TheLlama is offline   Reply With Quote
Old 10-04-2005, 03:25 PM   #8
Newbie
 
Join Date: Dec 2004
Posts: 48
Quote: Originally Posted by TheLlama
Exciting. I should have the first beta release of mine done in about a month too. It will be released open-source from the get-go. Of course, mine is a niche product, but with the way I designed the gui toolkit, it will run in X, SDL, or Framebuffer in addition to the VFD (the VFD being the whole reason I had to design a TK anyways).

nice, Id love to have a good Framebuffer Front End.
DigitalExpl0it is offline   Reply With Quote
Old 10-04-2005, 05:15 PM   #9
Variable Bitrate
 
intuitionsys's Avatar
 
Join Date: Jul 2005
Location: Ottawa, ON, Canada
Posts: 288
Quote: Originally Posted by TheLlama
Exciting. I should have the first beta release of mine done in about a month too. It will be released open-source from the get-go. Of course, mine is a niche product, but with the way I designed the gui toolkit, it will run in X, SDL, or Framebuffer in addition to the VFD (the VFD being the whole reason I had to design a TK anyways).

Mine is a bit of a niche product as well, just a different niche The original hardware and software design was for vehicles with OEM monitors (usually for an OEM navigation system). Mine requires X though, at least for now. Except for some minor reliance on arts and a couple kde libs for the spectrum analyzer, everything is Qt so I could probably move it to Qt Embedded on a framebuffer in the future. It will be interesting to see your progress. Keep us updated...
__________________
Silverwolf 2.0 Progress: 100% (alpha)
Alpha Release Date: June 28, 2007
intuitionsys is offline   Reply With Quote
Old 10-04-2005, 07:10 PM   #10
FLAC
 
TheLlama's Avatar
 
Join Date: Jul 2004
Location: All over the world
Posts: 984
cool.. I'll explain the workings of the system in greater detail later. However, the way things are setup: it is just as easy to get input from X, from /dev/psaux, from /dev/input/mice, or even just a getch() loop. But, I'll save the explaination for later.
TheLlama is offline   Reply With Quote
Old 10-17-2005, 12:47 PM   #11
Variable Bitrate
 
intuitionsys's Avatar
 
Join Date: Jul 2005
Location: Ottawa, ON, Canada
Posts: 288
The upgrade to Gentoo is almost done now. In the middle of things I also gave the new OpenSuSE 10.0 a whirl. Although many things are improved, some things are also broken (that may well be fixed in the 10.1 release). I can't say I'd recommend an upgrade to anyone using 9.3, but it does boot significantly faster now and uses the newer 2.6.13 kernel. My biggest problem was that artsd was all but unusable no matter what I tried. I also had to monkey with some startup scripts to get the radeon and drm working properly.

Anyway, wrt Gentoo, there is a noticable speedup in both cold boot time and running performance. I'm using a 2.6.13.4 vanilla kernel patched with the latest swsusp2. The only problem I'm having right now is that "iwlist ra0 scan" returns "driver does not support scanning" that I need to look into. It works fine and connects to any network but part of my frontend needs the scanning ability. Once that's solved it'll finally be back in the car. It took WAY longer than I expected to make the move but the difference in speed and stability was well worth it.

It will be interesting to see how well swsusp2 works over time. The swsusp used by SuSE (not swsusp2) was very unreliable.
__________________
Silverwolf 2.0 Progress: 100% (alpha)
Alpha Release Date: June 28, 2007
intuitionsys is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Any tips for Gentoo on Epia M10000? rubicon Linux 1 02-16-2005 08:58 PM
Plexi / Acrylic Woes lostreception Fabrication 30 10-18-2004 01:06 PM
More woes of the EQ cadence117 MediaCar 0 07-28-2004 09:54 AM
Power/ITPS Woes sq_geek Power Supplies 15 07-23-2004 04:32 AM
GPS Mouse woes cadence117 GPS 14 07-13-2004 02:53 PM


All times are GMT -5. The time now is 05:50 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics