Slackware This Forum is for the discussion of Slackware 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-12-2006, 10:26 PM
|
#16
|
Member
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88
Original Poster
Rep:
|
And by the way I am not ignoring this thread, I am keeping up with all three threads
|
|
|
03-12-2006, 10:35 PM
|
#17
|
Member
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88
Original Poster
Rep:
|
By the way, I am not ignoring this thread; I am keeping up with all three threads now.
|
|
|
03-13-2006, 02:43 PM
|
#18
|
Member
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88
Original Poster
Rep:
|
In the steps to installing ndiswrapper I have got this far, but when I entered the following commands, I got an error message:
Extract the .CAB files with: unshield x DATA1.CAB && unshield x DATA2.CAB
So, my output reads:
root@johnvillegas:/home/DesktopNetworking# unshield x DATA1.CAB && unshield x DATA2.CAB
unshield: error while loading shared libraries: libunshield.so.0: cannot open shared object file: No such file or directory
#============================================================End of error
Can someone help me with this, please?
|
|
|
03-13-2006, 03:23 PM
|
#19
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559
|
Having three threads to watch and answer questions is like having three girl friends at the same time - you'll regret it.
Having said that, I think you goofed up your compilation of unshield.
Either try adding /usr/local/lib to the library path, like this:
and add this line: as the first line and then (after saving that file) run , or if that didn't help, or if the line /usr/local/lib was already present, you can try and install my unshield package.
Eric
|
|
|
03-13-2006, 03:37 PM
|
#20
|
Member
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88
Original Poster
Rep:
|
The /usr/local/lib line was already in there, but I don't know how to get out of the file. How do I get out of the file?
|
|
|
03-13-2006, 03:51 PM
|
#21
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
Try entering :q
|
|
|
03-13-2006, 03:56 PM
|
#22
|
Member
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88
Original Poster
Rep:
|
tried that, it doesn't work
|
|
|
03-13-2006, 03:58 PM
|
#23
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
Then :q! should. If not, login into another terminal and run killall vi.
|
|
|
03-13-2006, 04:01 PM
|
#24
|
Member
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88
Original Poster
Rep:
|
I am not in X
|
|
|
03-13-2006, 04:03 PM
|
#25
|
Member
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88
Original Poster
Rep:
|
when I try to enter characters, they are output onto the screen. My screen output consists of five lines, followed by a column of tildes that can't move my cursor to.
|
|
|
03-13-2006, 04:17 PM
|
#26
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559
|
Better start with reading the SlackBook vi section before you go on...!
Now, press the <ESC> key to leave insert mode and go to "command mode".
Then Run the combination:
to exit the file.
Eric
|
|
|
03-13-2006, 04:39 PM
|
#27
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
Killall works in console, not in X. It's the same as kill but you give process name (in killall) rather than its pid (process identification number). Try it, it's useful thing when you will don't know how to exit the program.
|
|
|
03-13-2006, 04:39 PM
|
#28
|
Member
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88
Original Poster
Rep:
|
Thanks, Eric. That helped. Now, how do I install your unshield package? Thanks.
|
|
|
03-13-2006, 08:11 PM
|
#29
|
Member
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88
Original Poster
Rep:
|
The following are the instructions off the wiki for ndiswrapper:
Download the driver. Extract to a new directory using unzip. Extract the CAB files (DATA1.CAB, DATA1.HDR, DATA2.CAB) using "unshield x" . cd Drivers/WINXP . edit bkusb.in_ and uncomment the CopyFile.XP.Sys section. Run ndiswrapper -i bkusb.in_ as root followed by ndiswrapper -m . modprobe ndiswrapper. ifdown wlan0. ifup wlan0 and you are there.
I have made it as far as uncommenting the CopyFile.XP.sys section. Now I am trying to run ndiswrapper but the error message I get is:
-bash: ndiswrapper: command not found
#=======================================End of error
What have I done wrong?
|
|
|
03-13-2006, 10:30 PM
|
#30
|
Member
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88
Original Poster
Rep:
|
Hello? Is anybody there? Can anyone help me?
|
|
|
All times are GMT -5. The time now is 09:26 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
|
|