LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-30-2004, 08:54 AM   #1
netman86
LQ Newbie
 
Registered: Oct 2004
Posts: 6

Rep: Reputation: 0
wireless in slackware


i am very new to slackware, and have almost no experiance with any other distros.

That being said, i dont even know how to install drivers in this operating system...

Im trying to setup a sort of internet server in my room, and have it acessable from the internet, as well as make it a network bridge.

The problem is i dont have wired internet in my room, i cannot get a wire here. However, i have a constant 60% or better wireless signal from my router.

i happen to have an ASUS WL-138g wireless card, and ive installed it in the slackware system, almong with a regular pci NIC.


The problem is that the computer does not recognise the wireless nic. if i put in dmesg, the only thing i think is related to it says
PCI: no IRQ known for interrupt pin A of device 01:0d.0. Please try using pci=biosirq

I dont have a clue what to do about that, or where to try using that line

Anyways, after much searching i found that a mod here said that the output of sbin/lspci would make it possible to know if the card is even compatable...

01:0e.0 Ethernet controller: Galileo Technology Ltd.: Unknown device 1fa6 (rev 07)

is the only line that i would assume goes to the card.

Is it compatable? How can you tell?

If it is, where would i go for a driver, and how would i go about installing it?

google/linux wasnt of any help to me, except to time and time again send me here for something else. I also heard this is a great place from alexr186, so i figured id stop on in and see what can be done.
I hope this place is as freindly as the other forum i go to, OCforums.

Thanks in advance guys! (and gals?)
 
Old 10-30-2004, 04:47 PM   #2
itzfritz
Member
 
Registered: Oct 2004
Location: Babylon, New York
Distribution: debian lenny, ubuntu intrepid
Posts: 70

Rep: Reputation: 15
netman,

In order to use that option (pci=biosirq), you can input it at the "boot:" prompt when your system comes up (before the kernel is loaded) .
Example:
Code:
boot: pci=biosirq
The press enter. Normally you would just press 'enter' when you see the "boot:" prompt.
For a overview of kernel boot options, see http://www.yolinux.com/HOWTO/BootPrompt-HOWTO.html

If this works, you would add this option to your bootloader's config file. There is much documentation on the 'net for this.
 
Old 10-30-2004, 10:54 PM   #3
netman86
LQ Newbie
 
Registered: Oct 2004
Posts: 6

Original Poster
Rep: Reputation: 0
no luck passing that option, i diddnt set a wait period before load time so i dont get hte boot: thing. can i force it to show up like you can with windows 98 and its menu?
 
Old 10-30-2004, 11:53 PM   #4
itzfritz
Member
 
Registered: Oct 2004
Location: Babylon, New York
Distribution: debian lenny, ubuntu intrepid
Posts: 70

Rep: Reputation: 15
you can set it in your bootloader.
what will happen is your bootloader will instruct your kernel to do something specific; normally, you pass that option to the kernel with the 'boot:' prompt, but when you set it in your bootloader, the bootloader tells the kenel what to do.

if you use lilo , edit /etc/lilo.conf and add an "append=irq=pcibios" line in the section where your kernel image is selected and loaded.

There are many tutoriials if you dont understand. also if you use grub rather than lilo.
search google for "grub boot options" or "lilo boot options".
 
Old 10-31-2004, 10:45 AM   #5
netman86
LQ Newbie
 
Registered: Oct 2004
Posts: 6

Original Poster
Rep: Reputation: 0
addng that line diddnt help...(at least if vmlinuz is the kernel)
niether did adding the line it asked me to... it still says to try it, so i assume the problem is still there.
 
Old 10-31-2004, 06:24 PM   #6
itzfritz
Member
 
Registered: Oct 2004
Location: Babylon, New York
Distribution: debian lenny, ubuntu intrepid
Posts: 70

Rep: Reputation: 15
I'm sorry; you have to run /sbin/lilo after you edit the lilo.conf file, and before you reboot.
 
Old 10-31-2004, 09:45 PM   #7
netman86
LQ Newbie
 
Registered: Oct 2004
Posts: 6

Original Poster
Rep: Reputation: 0
after some agravation and some google/linux, i found the sintax is

append="irq=pcibios"

it makes a difference to people who dont know any better thank you allot , though. that lilo thing told me i had the line wrong.

however, after reboot the error still shows up is dmesg.
does this mean it diddnt run it, or does it mean that it tried it, it diddnt help, and it doesnt know anyhting better to tell me?

i know nothing about linux drivers, so im at a loss for words.
Heck, i cant even properly mount my cdrom sometimes. (sometimes.,,sometimes it works, sometimes it dont. Beats me.)
 
Old 11-10-2004, 08:50 AM   #8
netman86
LQ Newbie
 
Registered: Oct 2004
Posts: 6

Original Poster
Rep: Reputation: 0
*Bump, the unversally understood thread function*
 
Old 11-10-2004, 12:08 PM   #9
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Did you rerun lilo? Changes to lilo.conf will not take effect until you also run (as root)
Code:
/sbin/lilo
-- J.W.
 
Old 11-11-2004, 04:12 PM   #10
netman86
LQ Newbie
 
Registered: Oct 2004
Posts: 6

Original Poster
Rep: Reputation: 0
yeah, i ran it. The project is suspended untill i have time/ knowledge to complete it :-\
 
  


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
Slackware 10 Wireless Help im_not_cool Linux - Wireless Networking 1 01-25-2005 04:51 PM
Wireless on Slackware 10 hayesben Slackware 11 10-15-2004 09:14 AM
Wireless Slackware 10 Ops Slackware 15 06-30-2004 04:24 PM
Wireless in Slackware agallant Linux - Software 2 11-28-2003 11:45 PM
Wireless with slackware ematrixxx Linux - Hardware 49 08-24-2003 08:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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