LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   D-Link PCI Network Card driver installation help (https://www.linuxquestions.org/questions/linux-networking-3/d-link-pci-network-card-driver-installation-help-90691/)

Kaiser 09-08-2003 07:25 PM

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

cnjohnson 09-08-2003 08:17 PM

How did you "mount the floppy"?

mount /dev/floppy /mnt/floppy

Cheers--
Charles

Kaiser 09-08-2003 10:28 PM

what?

Kaiser 09-08-2003 10:29 PM

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?

michaelk 09-08-2003 11:49 PM

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?

Kaiser 09-09-2003 07:32 AM

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

michaelk 09-09-2003 07:54 AM

The driver you downloaded is the one for windows not linux.

Kaiser 09-09-2003 09:12 AM

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?

michaelk 09-09-2003 10:07 AM

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

Kaiser 09-09-2003 03:44 PM

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


ahhhh!!!whats wrong?


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