Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 05-01-2007, 08:29 PM   #1 (permalink)
Registered User
 
Join Date: Mar 2007
Posts: 51
OS: Windows XP


[resolved]drivers

Alright, i just installed fedora core 6 (dual boot with XP). it does not recognize my lan driver. i have a Realtek RTL8169/8110 (taken from device manager, so not sure on the exact model) and i have downloaded the drivers for linux. ok, now from here, i have no idea what to do. i have very very little experience with linux, so i will need specifics. i know a few commands, but not enough to actually do anything... also, i have created a fat32 partition to share between linux and windows, but i dont know how to get anything off of it in linux, since its not seeing it when i go to computer or whatever. any help will be appreciated.
Oogitsmelol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 05-01-2007, 08:47 PM   #2 (permalink)
Registered User
 
Join Date: Mar 2007
Posts: 51
OS: Windows XP


Re: drivers

aha i may have figured it out (not really, but i didnt know make was a command, so now the instructions make a little bit more sense) so im going to go and try it and if i figure it out, i will edit this post to reflect my achievement.

ok... didnt work. i tried to, but it kept coming up with errors, that i probably should have written down but didnt think to. is it possible its just the wrong drivers, or its just not going to work?

Last edited by Oogitsmelol; 05-01-2007 at 09:08 PM.
Oogitsmelol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-02-2007, 12:04 AM   #3 (permalink)
Mentally divergent
 
Bartender's Avatar
 
Join Date: Jun 2005
Location: Chehalis, WA, USA
Posts: 1,285
OS: W2K, Ubuntu 8.04


Re: drivers

See if this thread helps any
http://www.linuxquestions.org/questi....php?p=2679073
Bartender is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-02-2007, 06:47 PM   #4 (permalink)
Registered User
 
Join Date: Mar 2007
Posts: 51
OS: Windows XP


Re: drivers

ok, i have those drivers. ive followed all of the instructions on the readme, but when i go to do like make clean install or whatever it says, i get two errors. i will try it again in a little bit, and actually save the output. it says on the fedora page that it comes with kernel 2.6 something, which the drivers should work for. if it comes down to it, i can buy a new network card, but i dont really want to use the money when its just a driver thing.
Oogitsmelol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-03-2007, 12:58 PM   #5 (permalink)
Register user
 
PureEvilDan's Avatar
 
Join Date: May 2005
Location: England
Posts: 229
OS: Gentoo AMD XP 2400+ 1GB Ram / WinXp Intel 805D 2GB Ram

My System

Re: drivers

Can you also include the output from:
It will let us know the exact network card your running and linux kernel.

lspci | grep Ethenet && uname -a
PureEvilDan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-03-2007, 04:43 PM   #6 (permalink)
Registered User
 
Join Date: Mar 2007
Posts: 51
OS: Windows XP


Re: drivers

will do. i should have it up later on tonight. one thing i have realized though, ubuntu can use the network card without having to install the drivers. so if i cant get this to work, then i will just use ubuntu instead. the only reason i didnt use it in the first place is because we use it at school and i just wanted to try something different.
Oogitsmelol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-03-2007, 05:24 PM   #7 (permalink)
Registered User
 
Join Date: Mar 2007
Posts: 51
OS: Windows XP


Re: drivers

ok heres the messages i got.

[root@localhost r1000_v1.05]# make clean install
make -C src/ clean
make[1]: Entering directory `/root/Desktop/r1000_v1.05/src'
rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions
make[1]: Leaving directory `/root/Desktop/r1000_v1.05/src'
make -C src/ install
make[1]: Entering directory `/root/Desktop/r1000_v1.05/src'
install -m 644 -c r1000.ko /lib/modules/2.6.18-1.2798.fc6/kernel/drivers/net/
install: cannot stat `r1000.ko': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/root/Desktop/r1000_v1.05/src'
make: *** [install] Error 2

[root@localhost r1000_v1.05]# make install
make -C src/ install
make[1]: Entering directory `/root/Desktop/r1000_v1.05/src'
install -m 644 -c r1000.ko /lib/modules/2.6.18-1.2798.fc6/kernel/drivers/net/
install: cannot stat `r1000.ko': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/root/Desktop/r1000_v1.05/src'
make: *** [install] Error 2

Could it be because my folder with the drivers in it is on the desktop? oh and the lspc command didnt work. it said something like bash: lspc command not recognized. duh, i see why now... i forgot the i. ill will post the stuff from that later on tonight.

Last edited by Oogitsmelol; 05-03-2007 at 05:27 PM.
Oogitsmelol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-03-2007, 07:21 PM   #8 (permalink)
Registered User
 
Join Date: Mar 2007
Posts: 51
OS: Windows XP


Re: drivers

ok, after really thinking about it, i think i will just install and get rid of fedora. since i dont really know what i am doing with linux, i think that may be the best path for me to take. that way i can learn what i am doing with an os that i can connect to the internet from without having to restart my computer every time i try to figure out how to do something. now comes my next question... how do i get rid of fedora to install ubuntu? oh and one more thing... ubuntu or kubuntu? i know thats more of a personal preference, and from the screenshots i do kind of prefer the way kubuntu looks. is one easier than the other? well since i have to burn it to a cd anyways, i will try it out first, just wondering what you think about them.
Oogitsmelol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-03-2007, 09:30 PM   #9 (permalink)
Registered User
 
Join Date: Mar 2007
Posts: 51
OS: Windows XP


Re: drivers

ok, we dont have to worry about this thread anymore. i went ahead and installed kubuntu. it works for my network card, im using konqueror right now to type this message. thanks anyways.
Oogitsmelol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 08:06 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85