LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-08-2003, 07:25 PM   #1
Kaiser
Member
 
Registered: Aug 2003
Location: Chicago
Distribution: Mandrake 9.1
Posts: 48

Rep: Reputation: 15
Almost got it working Need more help D-Link PCI Network Card driver installation help


well, yeh, its what the subject says... lol i need help to update the drivers onto the latest version of mandrake i have the driver file on a floppy, the ethernet card is a D-Link PCI Adapter, on the website where i installed the drivers www.support.dlink.com, they had a txt on how to install it on redhat 9 and it says to type cd floppy in a terminal once the floppy is mounted
but when it does that it said unknown bash

Last edited by Kaiser; 09-08-2003 at 11:05 PM.
 
Old 09-08-2003, 08:17 PM   #2
cnjohnson
Member
 
Registered: Nov 2002
Location: Nashville
Distribution: FreeBSD, Linux, OS-X
Posts: 544

Rep: Reputation: 30
How did you "mount the floppy"?

mount /dev/floppy /mnt/floppy

Cheers--
Charles
 
Old 09-08-2003, 10:28 PM   #3
Kaiser
Member
 
Registered: Aug 2003
Location: Chicago
Distribution: Mandrake 9.1
Posts: 48

Original Poster
Rep: Reputation: 15
what?
 
Old 09-08-2003, 10:29 PM   #4
Kaiser
Member
 
Registered: Aug 2003
Location: Chicago
Distribution: Mandrake 9.1
Posts: 48

Original Poster
Rep: Reputation: 15
Since im running mandrak it automaticly mounts it
How do i use the file on the disk to update the driver so i can get this card installed? And once the card is installed how can i get it set up on the network i have existing?

Last edited by Kaiser; 09-08-2003 at 10:30 PM.
 
Old 09-08-2003, 11:49 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,692

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
You want to cd i.e change directory to the floppy drive. With MDK it is /mnt/floppy. Therefore

cd /mnt/floppy

So what does the install text file tell you to do next?

What is the model of the network card for reference?
 
Old 09-09-2003, 07:32 AM   #6
Kaiser
Member
 
Registered: Aug 2003
Location: Chicago
Distribution: Mandrake 9.1
Posts: 48

Original Poster
Rep: Reputation: 15
The Model Number is DFE-530TX+, Its a D-Link PCI card. this is suposed to be what i do[]
$ cd floppy
$ cp rtl8139.c /root(or any temp directory)
$ cd /root
$ gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c rtl8139.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`
what is rtl8139.c i know that i am moving the file from my floppy to /root but i dont have a filen with that name. the file i have is dfe530TX+_driver_5397.exe

Last edited by Kaiser; 09-09-2003 at 07:43 AM.
 
Old 09-09-2003, 07:54 AM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,692

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
The driver you downloaded is the one for windows not linux.
 
Old 09-09-2003, 09:12 AM   #8
Kaiser
Member
 
Registered: Aug 2003
Location: Chicago
Distribution: Mandrake 9.1
Posts: 48

Original Poster
Rep: Reputation: 15
well now i just feel like an idiot, lol once i get the correct driver I
$ cd /mnt/floppy
cp rtl8139.c /root
cd /root
gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c rtl8139.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`
[enter]
$ insmod rtl8139.o

and that should all work?

next i need to configure the network properties, where do i do that? and lastly once the network does work how can i set up file and printsharing between mandrake and windows 95?

Last edited by Kaiser; 09-09-2003 at 09:15 AM.
 
Old 09-09-2003, 10:07 AM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,692

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
I am not to familar with RH but it does have a network config GUI utility.

File and printsharing is accomplished via samba. If you did not select it during install go back and install the RPM from the CDs. Documentation can be found at www.samba.org
 
Old 09-09-2003, 03:44 PM   #10
Kaiser
Member
 
Registered: Aug 2003
Location: Chicago
Distribution: Mandrake 9.1
Posts: 48

Original Poster
Rep: Reputation: 15
I got the correct driver on disk but... now when igo
$cd /mnt/floppy
Bash: cd: /mnt/floppy: Input/Output error]


ahhhh!!!whats wrong?
 
  


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
How to compile D-Link DFE530TX network card driver in RH Linux 7.3 zy101 Linux - Hardware 6 04-25-2008 08:16 AM
statically link a network card driver into kernel stonux Linux - Hardware 0 04-07-2005 02:57 PM
Driver installation for Belkin F5D6001 pci wlan card geostone Linux - Wireless Networking 2 09-16-2004 07:54 AM
D Link G520 PCI Card yetwai Linux - Hardware 18 11-18-2003 03:39 PM
iPAQ fast PCI network card driver philipsyyy Linux - Software 0 09-30-2002 12:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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