LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-23-2006, 02:40 PM   #1
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
use wifi driver from mepis on slack.


Hi all,

I loaded in mepis really fast on my laptop to see if it would do wireless with my hawking card as the mepis had a late release kernel.

It does.

Now i want to see what "driver" mepis is using so I can write it down for myself,and then restore my laptop from an image that I burned to cd's of slackware on this laptop; as slackware truly rules on this laptop.

Would I be able to see if this driver is or is not available in the newer kernels. Kind of like a driver's listing included with the kernels.

The image is the stock 2.4 kernel from slack 10.2 and I'm thinking of compiling in 2.6.10 which I was able to put into my desktop.

Any ideas Thank you.
 
Old 03-23-2006, 03:21 PM   #2
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
You're kind of vague with the specifics. What type of Hawking card for instance?

You can look at the output of the following commands and try to guess what is specific to the wireless card.
Code:
lsmod
lspci -v
and possibly by inspecting
Code:
dmesg | less
right after booting.

Try to copy that output on a USB stick or use the network connection in mepis to copy the captured results to another machine, then post what you think is relevant.
Chances are big that the driver for the card is not part of the Linux kernel (not even a recent 2.6 kernel), unless it is an old card, or one supported by for instance the prism54 (2.4, 2.6 kernels) or ipw2100/ipw2200 driver (2.6 kernels)

Eric
 
Old 03-23-2006, 05:22 PM   #3
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Original Poster
Rep: Reputation: 63
thanks for the input bob. I'm gonna try it out after dinner.

the card is

1. Hawking Technology
M/N : HWC546
Card is Revision T (very important according to their site)
This is a pcmcia card. I'd prefer to use this cuz it fits nicely into the laptop. But if i have to use the other that's listed below then no biggie.

I did some googling on this card and supposedly the chip is manufactured by one company and sold to many distributors and that this card can simulate a Linksys TNE1100 or something like that.

thanks to CWWilson I can upgrade kernels now in slackware, and I suspect? not sure that this is being used as prism in the Mepis.

i looked at the wiki, but they dont have this card "hawking" in their.

i searched by FCC number and it comes up as the Linksys. now i read on some old posts in forums for early versions of 2.4 kernels people got the TNE100 to work with ndiswrapper, but I don't believe the ndiswrapper is even loaded with the mepis from the KDE process program app.

Thanks again.

Last edited by Old_Fogie; 06-09-2006 at 03:50 PM.
 
Old 03-23-2006, 06:20 PM   #4
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
If it's a Prism chip, (I have one too!) use wlan-ng. Download/compile according to the instructions included. Prism support must be compiled in (mine are modules).

Then you get to configure....

After that, I was having probs w/eth0 hanging when trying to get a DHCP address, when I had no ethernet cable plugged in. Here is the solution: http://www.linuxquestions.org/questi...53#post2137853

It allows me to have my ethernet not plugged in, then when I do, it gets an address and viola!

I edited rc.inet2 to try to load the wlan0 drivers because for some reason, it wouldn't initialize correctly after using those scripts. I just added
Code:
/etc/rc.d/rc.inet1 wlan0_start
and it worked like a charm (If you don't have your card plugged in, it won't do anything)
I used all the files/programs/scripts he had on there, and made them all executable. His instructions are VERY GOOD
 
Old 03-24-2006, 05:55 AM   #5
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
Quote:
Originally Posted by cwwilson721
I edited rc.inet2 to try to load the wlan0 drivers because for some reason, it wouldn't initialize correctly after using those scripts. I just added
Code:
/etc/rc.d/rc.inet1 wlan0_start
and it worked like a charm (If you don't have your card plugged in, it won't do anything)

I used all the files/programs/scripts he had on there, and made them all executable. His instructions are VERY GOOD
Yeah, those are my scripts. Thank you for your enthusiasm and advocacy :-)
Can you tell me a little more about why you had to edit rc.inet2 in order to get your wireless working again? Maybe I can improve my scripts if you stumbled over a bug. Mail me at my email address if you don't want to clutter this thread. I can always post back the results.

Cheers, Eric
 
Old 03-24-2006, 06:29 AM   #6
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Original Poster
Rep: Reputation: 63
Hi all,

In windows, 98, ME, or 2000 I was never able to get this prism card to do DHCP.

In Mepis DHCP for this card does not work either.

But I have no problem just manually entering in the IP that I will use here at the house. I'm not going to be using wifi hotspots or anything.

CW when you say:

"If it's a Prism chip, (I have one too!) use wlan-ng. Download/compile according to the instructions included. Prism support must be compiled in (mine are modules)."

Do you mean to use apt-get or similar to download the "wlan-ng"?
 
Old 03-24-2006, 07:00 AM   #7
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
There is of course a linux-wlan-ng package present in the /extra directory of the Slackware package tree; for instance here in case you don't want to build your own from source.

But I looked around, and it seems the Hawking "revision T" indicates that it is powered bt a TI 1130 chip (which you can verify by downloading the Windows driver and checking the filenames - you'll see "t1130_XP.sys" for instance). This chipset is supported by the
ACX100 project at Sourceforge. They have a Slackware related Wiki page at http://acx100.sourceforge.net/wiki/D...list/Slackware

Looks like that is the way to go. Also, ndiswrapper should work with your card. The acx100 driver is known to be crash-sensitive at times due to the fact that the driver is reverse-engineered (because Texas Instruments refuses to co-operate with the Linux community).

Eric
 
Old 03-25-2006, 01:54 AM   #8
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Original Poster
Rep: Reputation: 63
Hi all,

Right now this laptop has the 2.4 kernel in it. I haven't put the testing 2.6 kernel in here yet.

I was not able to verify the driver by the boot process you mentioned Bob, but Mepis had 2.5 prism folder and the files were listed by date and time in KDE as last accessed as the same time as I had the card in.

So I'm thinking it's going to use the 2.5 prism.

My question is:

Should I put the testing/2.6 kernel in.

Then use pkgtool to put that wlan-ng you linked me to in and see if i can get it to work.

Then if that does not work try out the ACX100 project/wiki.

Sound like a good process to you?

Thanks again.
 
Old 03-25-2006, 02:46 AM   #9
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Original Poster
Rep: Reputation: 63
I have this pc imaged, so i tried out the way I typed there.

I installed the test kernel, modules, alsa then downloaded the wlan_ng and installed with pkgtool.

Rebooted the pc.

LSPCI shows the card as the Texas Instruments ACX111 54mbs just like Mepis showed it too.

Last edited by Old_Fogie; 06-10-2006 at 01:14 AM.
 
Old 03-25-2006, 10:26 AM   #10
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Read Alien Bob's post about what chipset/prog to use (Trust him. He knows his stuff...Wireless,networking,and Slackware)
 
Old 03-25-2006, 10:42 AM   #11
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Original Poster
Rep: Reputation: 63
Oh I'll be sure to read Bob's stuff.

Last nite as was just at the end of my rope. You know how it is I'm sure.
 
Old 03-25-2006, 11:11 AM   #12
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Yes, I do....Just got off a 1100 mile one day drive. I was pretty wore out too....lol
 
Old 03-25-2006, 08:45 PM   #13
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Quote:
Originally Posted by Alien Bob
Can you tell me a little more about why you had to edit rc.inet2 in order to get your wireless working again? Maybe I can improve my scripts if you stumbled over a bug. Mail me at my email address if you don't want to clutter this thread. I can always post back the results.

Cheers, Eric
Umm....No, I cannot. Your profile does not allow that, and can't find one on your homepage. Send me one, I'll zip you one right back
 
Old 03-27-2006, 10:52 AM   #14
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Original Poster
Rep: Reputation: 63
Hi Eric.

Ok I have the default slack install then put in testing kernel.

imaged pc so i can restore.

went to http://acx100.sourceforge.net/wiki/D...list/Slackware

to use as my guide.

I extracted the acx driver to the /usr/src/acx folder as they suggest.

then I run this in console:

make -C /lib/modules/`uname -r`/build M=`pwd`

console returns to me:

make: *** /lib/modules/2.6.13/build: No such file or directory. STop.

I tried by removing the `uname -r` and just putting in 2.6.13 and get:

make: entering directory `/lib/modules/2.6.13'
make: *** No rule to make target `/build'. Stop.
make: Leaving directory `/lib/modules/2.6.13'
bash-3.00#

and when i run "uname -r" in console I do get 2.6.13

So for the time being I'm going to throw Mepis on here; compile a new kernel so the pc has some life to it vs. the default kernel with all the overhead; and just wait till' slack comes out with newer version.

Thanks for you help tho I do appreciate it.
 
Old 03-27-2006, 01:43 PM   #15
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
Quote:
Originally Posted by Old_Fogie
Hi Eric.

Ok I have the default slack install then put in testing kernel.

make: *** /lib/modules/2.6.13/build: No such file or directory. STop.
Did you install the kernel sources for the 2.6.13 kernel? The /lib/modules/2.6.13/build is a link that points to the directory where the linux kernel source tree was located at the time of building. Pat's kernel source for the 2.6.13 kernel is /usr/src/linux-2.6.13

Eric
 
  


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
Wifi Atheros 54 slack mirto Slackware 5 11-23-2005 04:34 AM
Slack Vs. Mepis Vs. Ubuntu User665 Linux - Distributions 44 09-16-2005 08:01 PM
Mepis: can't find my wifi network every of the time BufordMadigan Linux - Wireless Networking 1 05-31-2005 12:53 PM
nvidia driver and mepis ronss Linux - Distributions 3 01-31-2005 04:42 AM
ATI driver and MEPIS percent20 Linux - Hardware 4 01-20-2005 11:00 AM

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

All times are GMT -5. The time now is 12:04 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