LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-25-2008, 08:09 PM   #1
dvap
LQ Newbie
 
Registered: Sep 2008
Distribution: Slackware 12.1/Ubuntu 8.10
Posts: 26

Rep: Reputation: 15
Slackware/Wine Question


Does Slackware 12.1 come with wine? if not, do you think If I dowwnload it, untar it, and save it somehow, that I would be able to install it plus this wireless Linksys card’s program(thats for windows) through it?
 
Old 09-25-2008, 08:40 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Slackware doesn't come with WINE, but there are many pre-built packages available for it, as it is very popular software. You could of course build it from source as well.

As for running the software, probably not. Generally speaking, any software that interacts with hardware (especially something as complicated as WiFi) is not going to run well, if at all, under WINE. WINE is a software compatibility layer, and does very little in the way of hardware.

If you are looking to run Windows drivers on the other hand, then the software you are looking for is ndiswrapper.
 
Old 09-25-2008, 08:42 PM   #3
dvap
LQ Newbie
 
Registered: Sep 2008
Distribution: Slackware 12.1/Ubuntu 8.10
Posts: 26

Original Poster
Rep: Reputation: 15
ok thanks!
 
Old 09-25-2008, 08:46 PM   #4
xweb
Member
 
Registered: Dec 2005
Location: norfolk, va
Distribution: kubuntu, debian
Posts: 36

Rep: Reputation: 16
Quote:
Originally Posted by dvap View Post
Does Slackware 12.1 come with wine? if not, do you think If I dowwnload it, untar it, and save it somehow, that I would be able to install it plus this wireless Linksys card’s program(thats for windows) through it?

What you want is the ndiswrapper
What is a NdisWrapper
 
Old 09-26-2008, 06:54 AM   #5
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Rather than grab a pre-built package, I would suggest compiling your own package with the Slackbuilds.org script for wine.

As for the Linksys card, that is a completely separate issue and ndiswrapper may not be the best solution depending on the card. What we really need to know is the chipset for that card, which you can usually find by looking at the output of lspci.
 
Old 09-26-2008, 07:16 AM   #6
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Quote:
Originally Posted by dvap View Post
Does Slackware 12.1 come with wine?
No, Slackware 12.1 comes with beer!

 
Old 09-26-2008, 08:17 AM   #7
pietruszewski
Member
 
Registered: Jul 2007
Location: London, Ontario, Canada
Distribution: Debian
Posts: 79

Rep: Reputation: 15
Quote:
Originally Posted by Hangdog42 View Post
As for the Linksys card, that is a completely separate issue and ndiswrapper may not be the best solution depending on the card. What we really need to know is the chipset for that card, which you can usually find by looking at the output of lspci.
If you know your card's chipset, check if its supported by Madwifi (http://madwifi.org/).
 
Old 09-26-2008, 09:50 AM   #8
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Check if your card is supported natively here:
http://linux-wless.passys.nl/query_p...ndname=Linksys
If not, try ndiswrapper.
 
Old 09-26-2008, 12:32 PM   #9
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
Quote:
Originally Posted by keefaz View Post
No, Slackware 12.1 comes with beer!

Dang, I was going to say it goes nicely with chianti....
 
Old 09-26-2008, 07:43 PM   #10
dvap
LQ Newbie
 
Registered: Sep 2008
Distribution: Slackware 12.1/Ubuntu 8.10
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pietruszewski View Post
If you know your card's chipset, check if its supported by Madwifi (http://madwifi.org/).
I have a Linksys wmp54g... I think its Ralink...?
 
Old 09-26-2008, 11:38 PM   #11
dvap
LQ Newbie
 
Registered: Sep 2008
Distribution: Slackware 12.1/Ubuntu 8.10
Posts: 26

Original Poster
Rep: Reputation: 15
ok... I used iwconfig to set it up... did I error by doing this. iwconfig picked up the card. However, I didnt get on the net for some reason..
 
Old 09-27-2008, 03:22 AM   #12
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by dvap View Post
I have a Linksys wmp54g... I think its Ralink...?
It depends on the revision, see the link I posted earlier. The revision number should be written either on the card or on the box.
 
Old 09-27-2008, 11:10 AM   #13
dvap
LQ Newbie
 
Registered: Sep 2008
Distribution: Slackware 12.1/Ubuntu 8.10
Posts: 26

Original Poster
Rep: Reputation: 15
Ok, I got it on the net!! I used bt3 to download "Wireless Assistant", and put it on my slackware partition. I couldnt install it, but I did manage to use the executable file and run the program. thanks for the help! all I need now is how to secure slackware and update it, or maybe install Synaptic Package Manager.
 
Old 09-27-2008, 02:43 PM   #14
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018
Quote:
Originally Posted by mostlyharmless View Post
Dang, I was going to say it goes nicely with chianti....
and some faver beans. f-f-f-f-f-f-f-f-f
 
Old 09-27-2008, 06:12 PM   #15
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
or maybe install Synaptic Package Manager.
Um, uh. I hate to break it to you, but that is an *buntu abomination. Won't work on Slackware.
 
  


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
A wine question: Theming wine or changing wine's colour scheme PatrickMay16 General 8 12-17-2006 06:53 AM
wine in slackware 9.1 salahuddin_66 Slackware 4 06-12-2004 03:02 AM
wine on slackware 9.1 question slick8o8 Linux - Software 1 04-17-2004 06:25 AM
wine and winesetuptk working well with slackware 9.0 and slackware 9.1 oobe Linux - Software 0 10-19-2003 12:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:50 AM.

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