View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 21 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: NDISwrapper with R5E50
PostPosted: Wed Jan 10, 2007 4:46 pm 
Offline
Joined: Thu Mar 16, 2006 1:00 pm
Posts: 87
I previously followed the directions in this post to get my netgear wg311v3 working with r5c7. When r5d1 came out, i upgraded, but I had the problems in this post, which no one at the time seemed able to solve, so I went back to r5c7. I now have r5e50, and I love a lot of the upgrades and would love to keep it, but I can't get my wireless working with this one either. I'm not sure if the problems are related to the same issue I had with the previous release or not. The driver seems to install fine. ndiswrapper -l returns
Code:
Installed ndis drivers:
wg311v3 driver present, hardware present
but modprobe ndiswrapper is now returning:
Code:
FATAL: Module ndiswrapper not found
I'm not really sure how this is possible, since ndiswrapper is obviously installed...any suggestions?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 10, 2007 7:25 pm 
the first one installs the drivers onto your system.

the second loads ndiswrapper. have you got ndiswrapper in your modules file?


Top
  
 
 Post subject:
PostPosted: Wed Jan 10, 2007 7:28 pm 
Offline
Joined: Thu Mar 16, 2006 1:00 pm
Posts: 87
if you're refering to /etc/modules, yes, ndiswrapper is in there


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 11, 2007 4:48 pm 
Offline
Joined: Tue Sep 26, 2006 3:21 pm
Posts: 14
I'm not sure if it makes you feel better but I have the same issue with ndiswrapper and a Dlink DWL-G520. Somebody on a different forum suggested it may need to get re-compiled for the current kernel. I'm not sure if that is the issue though... and since I hosed my kernel headers I can't try it.

Ralf

_________________
# CASE: Acer AP8400 (Mini-tower)
# CPU: P3 733Mhz
# Motherboard: Asus CUV4X Rev. 1.03 Socket 370
# RAM: 384 MByte
# CD/DVD-RW: LG DVD/RW
# HDD: Seagate 320 GByte
# SOUNDCARD: On board
# TUNER CARD: PVR-350
# REMOTE CONTROL: Silver Haupauge


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 11, 2007 6:18 pm 
i couldn't run mine in its current form. apt-get remove ndiswrapper and downloaded the source and reinstalled it and it worked great.

not sure why i got some line errors when using the version that came with knoppmyth.


Top
  
 
 Post subject:
PostPosted: Thu Jan 11, 2007 6:57 pm 
Offline
Joined: Thu Mar 16, 2006 1:00 pm
Posts: 87
hmm...guess i'll have to give that a shot then...wish me luck...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 11, 2007 9:35 pm 
ok i just tried to install e50 and had exactly the same problem. Wasn't able to re install ndiswrapper since the kernel isn't in the system now. The headers didn't seem to be enough to reinstall ndiswrapper from source and since i don't have net access since the wifi can't connect i can't download them.


Top
  
 
 Post subject:
PostPosted: Fri Jan 12, 2007 12:00 am 
Offline
Joined: Thu Mar 16, 2006 1:00 pm
Posts: 87
hmmm...so maybe I shouldn't try reinstalling ndiswrapper yet? I have a wired internet connection right now (running down the hall of our apartment), so I could install the kernel source, but my understanding from other posts is that that won't work so well? Anybody have a solution for this?


Top
 Profile  
 
PostPosted: Tue Jan 16, 2007 6:01 pm 
Offline
Joined: Mon Nov 13, 2006 6:25 am
Posts: 1
It seems the actual ndiswrapper module (to be loaded with modprobe command) is no where to be found on R5E50.

Maybe someone could post a precompiled ndiswrapper.ko module file to save many of us the work of downloading sources and building?

Thanks in advance if anyone decides to do this.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 19, 2007 12:55 pm 
Offline
Joined: Tue Oct 24, 2006 9:50 pm
Posts: 13
Has anyone had any further luck with this? I'm using a Linksys WMP54G and this is the only issue keeping my remote frontend(R5E50) from being operational.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 20, 2007 12:01 am 
Offline
Joined: Thu Mar 16, 2006 1:00 pm
Posts: 87
no...I haven't gotten mine working yet either. I looked, and there does not appear to be an ndiswrapper.ko on my system. Is it perhaps called something else? It seems odd that it could just not be there, because wouldn't that mean that no one would be able to use a wireless card with R5E50?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 23, 2007 10:20 am 
Offline
Joined: Tue Oct 24, 2006 9:50 pm
Posts: 13
I tried an experiment last night, but no luck. I installed a fresh copy of R5D1 and ndiswrapper works perfectly with my WMP54G card. I had the wireless operational, but because my backend is R5E50, I can't connect. I then tried to AutoUpgrade using R5E50. No go. I even saved off my ndiswrapper.ko from R5D1 and then tried to put it back in R5E50. It didn't like that, either.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 26, 2007 9:03 pm 
Offline
Joined: Thu May 11, 2006 2:36 pm
Posts: 5
Add me to the list. The module is not on the distribution, nor are the kernel sources needed for me to build one. I'm not a Debian user normally and was totally lost trying to find the proper sources on their servers. I have no idea where to find sources for 2.6.18-chw-13...

I guess I'll just have to download something from kernel.org and pray ;)

Edit: There I go sticking my foot in my mouth...(from the wiki):
Quote:
wget ftp://knoppmyth.net/R5/linux-source-2.6 ... om_all.deb
dpkg -i linux-source-2.6.18-chw-13_2.6.18-chw-13-10.00.Custom_all.deb
cd /usr/src; tar xjvf linux-source-2.6.18-chw-13.tar.bz2

cd /usr/src/linux-source-2.6.18-chw-13; cp /boot/config-2.6.18-chw-13 .config; make
cd /usr/src; rm linux; ln -s linux-source-2.6.18-chw-13 linux


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 27, 2007 9:16 am 
Offline
Joined: Thu May 11, 2006 2:36 pm
Posts: 5
Here is the module that I compiled last night if anyone wants to try it. It is for the shipped version of ndiswrapper and kernel from R5E50. It seems to work with the exception that my wireless card won't actually associate with anything :lol:

Good times. If you do download the module, don't forget:
Code:
install -m 0644 ndiswrapper.ko /lib/modules/`uname -r`/misc
depmod -a ndiswrapper
modprobe ndiswrapper


And you might want to uninstall your windows drivers first and check your /etc/ndiswrapper directory to make sure it's empty before installing and using the module...


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 27, 2007 11:52 am 
Offline
Joined: Mon Feb 13, 2006 12:40 pm
Posts: 4
That did the trick for me. Thanks for posting the module.

Edit: Well the module loads but my card's lights are not coming on. So, we're getting one step closer.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 33 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu