LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-12-2006, 09:26 PM   #16
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15

And by the way I am not ignoring this thread, I am keeping up with all three threads
 
Old 03-12-2006, 09:35 PM   #17
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
By the way, I am not ignoring this thread; I am keeping up with all three threads now.
 
Old 03-13-2006, 01:43 PM   #18
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
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?
 
Old 03-13-2006, 02:23 PM   #19
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
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:

Code:
vi /etc/ld.so.conf
and add this line:
Code:
/usr/local/lib
as the first line and then (after saving that file) run
Code:
ldconfig
, 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
 
Old 03-13-2006, 02:37 PM   #20
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
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?
 
Old 03-13-2006, 02:51 PM   #21
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Try entering :q
 
Old 03-13-2006, 02:56 PM   #22
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
tried that, it doesn't work
 
Old 03-13-2006, 02:58 PM   #23
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Then :q! should. If not, login into another terminal and run killall vi.
 
Old 03-13-2006, 03:01 PM   #24
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
I am not in X
 
Old 03-13-2006, 03:03 PM   #25
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
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.
 
Old 03-13-2006, 03:17 PM   #26
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
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:
Code:
:q!
to exit the file.

Eric
 
Old 03-13-2006, 03:39 PM   #27
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
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.
 
Old 03-13-2006, 03:39 PM   #28
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
Thanks, Eric. That helped. Now, how do I install your unshield package? Thanks.
 
Old 03-13-2006, 07:11 PM   #29
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
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?
 
Old 03-13-2006, 09:30 PM   #30
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
Hello? Is anybody there? Can anyone help me?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to configure my network on slackware 10.0 so i can access a windows network salviadud Linux - Newbie 2 02-11-2005 01:19 PM
Can't configure network arion Linux - Newbie 1 11-29-2004 02:01 AM
how to configure network penny21 Linux - Networking 8 04-06-2004 10:52 AM
how to configure a new network halovivek Linux - Networking 1 12-04-2003 10:59 AM
How to configure a Network everywhere fast network card under Linux Mandrake 7.2 margo256 Linux - Newbie 1 03-12-2001 10:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration