|
|
|
 |
|

March 9th, 2007, 06:57 PM
|
Second Lieutenant
|
|
Join Date: Aug 2003
Posts: 412
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Windows is too expensive
5.10, 6.10 its close! You should have 1.18 which is a bit newer. You can check in synaptic with a search for ndiswrapper. Sorry about that.
|

March 9th, 2007, 07:30 PM
|
 |
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: OT: Windows is too expensive
Para, why did you edit out your post? I found the link, but you had some other stuff there. The ndiswrapper I have is 1.18, but according to this link the version I want is 1.5. Unless that's a misprint and they meant 1.05 or something, that's sounds newer than what I have.
Geoschmo
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|

March 9th, 2007, 07:43 PM
|
Second Lieutenant
|
|
Join Date: Aug 2003
Posts: 412
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Windows is too expensive
Version 1.5 is from 2005-10-30 and 1.18 is 2006-06-22. After looking a while whoever made the ubuntu 6.10 ndiswrapper-utils also had trouble with looking at version numbers. XD
Did you install ndiswrapper-utils or ndiswrapper-utils-1.8?
bug
|

March 9th, 2007, 08:11 PM
|
 |
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: OT: Windows is too expensive
I have:
ndiswrapper-common .............1.18-lubuntu2
ndiswrapper-utils .............1.1-5
ndiswrapper-utils-1.1 ..........1.1-5
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|

March 9th, 2007, 08:37 PM
|
Second Lieutenant
|
|
Join Date: Aug 2003
Posts: 412
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Windows is too expensive
Yeah you want the 1.8 utils
run
Code:
sudo apt-get install ndiswrapper-utils-1.8
sudo ndiswrapper-1.8 -i /path/to/inf/SiS163u.INF
sudo modprobe ndiswrapper
|

March 9th, 2007, 09:26 PM
|
 |
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: OT: Windows is too expensive
Ok, I didn't do that yet, but I've made some progress. I found a post one place stating the XP driver may not work and to try the other versions. I got the driver to install with no errors by using the Win2K driver instead of the XP driver. Here's what I get now...
lsusb
Bus 001 Device 002: ID 0457:0163 Silicon Integrated Systems Corp.
Bus 001 Device 001: ID 0000:0000
ndiswrapper -l
Installed drivers:
sis163u driver installed, hardware present
It looks like progress to me, but I still cant' seem to figure out how to get the device to connect to my wireless network. And the led on the adapter isn't on. Any ideas?
Geoschmo
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|

March 9th, 2007, 09:41 PM
|
Second Lieutenant
|
|
Join Date: Aug 2003
Posts: 412
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Windows is too expensive
Code:
sudo depmod -a
sudo modprobe ndiswrapper
Then look at the end of /var/log/messages for errors. Then go into System - Administration - Networking and set stuff up. If all works run this to load the mod at startup:
Code:
sudo ndiswrapper -m
|

March 9th, 2007, 09:56 PM
|
 |
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: OT: Windows is too expensive
Ok, didn't see any errors in the log file. But when I do this...
sudo ndiswrapper -m
I get this...
modprobe config already contains alias directive
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|

March 9th, 2007, 10:15 PM
|
Second Lieutenant
|
|
Join Date: Aug 2003
Posts: 412
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Windows is too expensive
Look for ndiswrapper in the list
Code:
gedit /etc/modules
|

March 9th, 2007, 10:22 PM
|
 |
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: OT: Windows is too expensive
Quote:
parabolize said:
Look for ndiswrapper in the list
Code:
gedit /etc/modules
|
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
lp
That's all. Don't see ndiswrapper in it.
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|