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 01-16-2005, 12:18 PM   #1
fifthgear
LQ Newbie
 
Registered: Jan 2005
Distribution: Fedora Core 3
Posts: 10

Rep: Reputation: 0
Soyo Dragon 2 Lan driver help


I have a Soyo Dragon 2 KT880 motherboard. and i can not get the driver to install. im a noob with linux. I have the drivers on the cd, now it says to compile it, do i have to compile it in the terminal? or something like emacs. im using kde and Fedora Core 2. if its command line what do i type in to compile it.


thanks

Last edited by fifthgear; 01-16-2005 at 12:52 PM.
 
Old 01-16-2005, 12:58 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
This is my guess and is standard on most source files.

1. Extract the contents if it is compressed.
2. Goto where you extracted it.
3. There should be some readme, install, or info files that should help out.
4. If not and there is a file called ' configure ' then first type ' ./configure '
5. Once done type ' make '
6. Then type ' make install ' note this will most likely require root access. So you call type ' su ' and enter root's password. Now type ' make install '
7. Being a module then you should type ' modprobe ******* ' Where ******* is the name of the module. That should be in your documentation.

If it works then you can add it to your /etc/modules.conf or /etc/modprobe.conf depending on linux distro which you did not include.
Example of my /etc/modprobe.conf
Code:
alias eth0 8139too
Or it can be added to your /etc/rc.local file as ' modprobe ***** '

One other note if you compile a new kernel then it will need to be recompiled as above or can be patched into kernel tree and built with the kernel.

Brian1
" Google the Linux way @ http://www.google.com/linux "
 
Old 01-16-2005, 04:16 PM   #3
fifthgear
LQ Newbie
 
Registered: Jan 2005
Distribution: Fedora Core 3
Posts: 10

Original Poster
Rep: Reputation: 0
im using fedora core 2

and everything worked up untill step 7

it didnt like the command modprobe thanks for your help so far though

Last edited by fifthgear; 01-16-2005 at 04:24 PM.
 
Old 01-16-2005, 04:44 PM   #4
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
What was your error output? What was your module for the nic created? What was the command you typed?

Brian1
" Google the Linux way @ http://www.google.com/linux "
 
Old 01-16-2005, 05:38 PM   #5
fifthgear
LQ Newbie
 
Registered: Jan 2005
Distribution: Fedora Core 3
Posts: 10

Original Poster
Rep: Reputation: 0
error output: bash: modprobe: command not found

module name: velocityget.ko

modprobe velocityget.ko



like i said im a noob at linux.
 
Old 01-16-2005, 05:49 PM   #6
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Try this command ' /sbin/modprobe velocityget ' as root
Also modprobe is in /sbin directory. It is not in a default users path. modprobe can only be issued by root or su -.

Brian1
" Google the Linux way @ http://www.google.com/linux "

Last edited by Brian1; 01-16-2005 at 05:51 PM.
 
Old 01-16-2005, 05:59 PM   #7
fifthgear
LQ Newbie
 
Registered: Jan 2005
Distribution: Fedora Core 3
Posts: 10

Original Poster
Rep: Reputation: 0
hey that worked


edit: internet is up and running!!!



thanks a ton brian

Last edited by fifthgear; 01-16-2005 at 06:03 PM.
 
Old 01-16-2005, 06:09 PM   #8
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Glad to be of help there fifthgear.

Brian1
" Google the Linux way @ http://www.google.com/linux "
 
Old 01-16-2005, 06:18 PM   #9
fifthgear
LQ Newbie
 
Registered: Jan 2005
Distribution: Fedora Core 3
Posts: 10

Original Poster
Rep: Reputation: 0
now i can update everything
 
Old 05-19-2005, 08:04 PM   #10
fifthgear
LQ Newbie
 
Registered: Jan 2005
Distribution: Fedora Core 3
Posts: 10

Original Poster
Rep: Reputation: 0
im back......i had to scrap that install after needing the drive for my senior project.

now when i run the make command i get the following error (same files by the way)




/lib/modules/2.6.5-1.358/build/include/asm/hw_irq.h:28 error: 'NR_IRQ_VECTORS' undeclared here (not in a function)

/lib/modules/2.6.5-1.358/build/include/asm/hw_irq.h:32 error: 'NR_IRQs' undeclared here (not in a function)





what the hell

edit: would upgrading to Core 3 help any?

Last edited by fifthgear; 05-19-2005 at 08:15 PM.
 
Old 05-24-2005, 08:09 AM   #11
fifthgear
LQ Newbie
 
Registered: Jan 2005
Distribution: Fedora Core 3
Posts: 10

Original Poster
Rep: Reputation: 0
woohoo!

upgraded to core 3 and its workin fine


maybe it will detect my sound card with core 4
 
  


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
Please help, Soyo Dragon Plus (AMD) with onboard sound arst05 Linux - Hardware 2 12-02-2004 07:30 PM
Sound with Soyo Dragon Plus MB AMD arst05 Fedora 0 11-30-2004 07:39 AM
Soyo KT400 Dragon Ultra SLaCk_KiD Slackware 4 01-31-2003 05:13 PM
Soyo Dragon Lite and Raid FunkyBunnies Linux - Hardware 0 12-26-2002 06:33 PM
SOYO DRAGON w/RAID and VIA southbridge battle scoobydope Linux - Hardware 3 11-03-2002 08:17 PM

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

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