View previous topic :: View next topic |
Author |
Message |
Joel Guest
|
Posted: Tue Aug 13, 2002 6:02 pm Post subject: I need a network module that is not present! |
|
|
I'm a real newbie to Linux, and one of my friends told me that Gentoo probably would suit me (don't ask me why).
Here's my problem: In the beginning there is a PCI-autodetection-thing. It does not recognize my networking card (probably bad english), which happens to be a SURECOM EP-320X-S 100/10M ETHERNET PCI ADAPTER, to be exact. I thought like, no, do they want me to buy a new card.
Then I found there homepage where I could download drivers, and in that file I downloaded I found a textfile telling me that the file I need is fealnx.o. I searched on altavista.com and found it.
First I thought, wow, my problems are solved, then I realized that that was not the case. How do I put the new file fealnx.o in /etc/modules/*/kernel/drivers/net? Or, how do I reach my floppy drive?
I mean, I get stuck at step 1 really. Doesn't feel good at all. Help is appreciated!
Joel Holmqvist
joel@holmqvist.as |
|
Back to top |
|
|
JohnHerdy n00b
Joined: 11 Jul 2002 Posts: 61
|
Posted: Tue Aug 13, 2002 7:08 pm Post subject: |
|
|
mount -t vfat /dev/fd0 /mnt/floppy
Regards,
John Herdy. |
|
Back to top |
|
|
Joel Guest
|
Posted: Tue Aug 13, 2002 7:22 pm Post subject: That doesn't work! |
|
|
I'm sorry, I should've told you, I've already tried it but it does'nt seem to work, all it says is:
mount: mounting /dev/fd0 on /mnt/floppy failed: No such file or directory
Thank you anyway,
Joel |
|
Back to top |
|
|
JohnHerdy n00b
Joined: 11 Jul 2002 Posts: 61
|
Posted: Tue Aug 13, 2002 7:33 pm Post subject: |
|
|
ls /dev/fd* (check if /dev/fd0 is present)
mkdir /mnt/floppy
mount -t vfat /dev/fd0 /mnt/floppy
Regards,
John Herdy. |
|
Back to top |
|
|
Joel Guest
|
Posted: Tue Aug 13, 2002 7:43 pm Post subject: I seem to lack fd0! |
|
|
It's annoying that I didn't check that first...
I seem to lack fd0! I have fd, but there are no fd0 at all, I guess that's why it keep telling me "no such file or directory"!
Is there any way to create fd0? I do have the /dev/floppy/ directory!
Forums are great, I really appreciate all help!
/Joel |
|
Back to top |
|
|
wudmx Guru
Joined: 07 Aug 2002 Posts: 527
|
Posted: Tue Aug 13, 2002 7:49 pm Post subject: |
|
|
try
mknod /dev/fd0 b 2 0
to create the device.... but im not sure if it solves your problem!
wudmx |
|
Back to top |
|
|
Joel Guest
|
Posted: Tue Aug 13, 2002 7:54 pm Post subject: WOW! I can mount my floppy! |
|
|
Now I can mount my floppy drive, I'll keep working on it, and I promise to keep you informed! |
|
Back to top |
|
|
wudmx Guru
Joined: 07 Aug 2002 Posts: 527
|
Posted: Tue Aug 13, 2002 8:24 pm Post subject: |
|
|
did "mknod /dev/fd0 b 2 0" worked? i havent tried it on my own! let us know if you have more problems, the forum will help you:-)
wudmx |
|
Back to top |
|
|
Joel Guest
|
Posted: Tue Aug 13, 2002 8:29 pm Post subject: Things are harder than I thought... |
|
|
Well, thanks to your help I managed to mount my floppy. I thought that I could simply use the module I had downloaded. That was not the case. It turned out to be compiled under kernel 2.4.18. And the kernel used in the installation-CD is of version 2.4.19-gentoo-r7.
Is it possible (for me) to compile the missing module using the system booted by the installation-CD? If that what possible, it would give a module of correct version, wouldn't it? I have some source I found on Surecoms hompage on a floppy disk, and now I know how to mount it, so I only need to know how to compile it, if it's possible.
Maybe it's not worth it? Maybe I should try another dist? |
|
Back to top |
|
|
Joel Guest
|
Posted: Tue Aug 13, 2002 8:33 pm Post subject: mknod /dev/fd0 b 2 0 |
|
|
Yes, "mknod /dev/fd0 b 2 0" worked just fine! It created fd0, and then the only thing I had to do was "mount -t vfat /dev/fd0 /mnt/floppy/"! Its so easy when you know it, isn't it . |
|
Back to top |
|
|
wudmx Guru
Joined: 07 Aug 2002 Posts: 527
|
Posted: Tue Aug 13, 2002 8:35 pm Post subject: |
|
|
i havent known it until now... ive just searched with google.. :-)
wudmx |
|
Back to top |
|
|
Miles Tux's lil' helper
Joined: 23 Jun 2002 Posts: 97 Location: London, UK
|
Posted: Tue Aug 13, 2002 9:33 pm Post subject: |
|
|
A quick search on google came up with:
http://lhd.zdnet.com/db/dispproduct.php3?DISP?2975
It says your card uses a Realtek chipset, the cheapest and most common chipset, and definitely part of the kernel. This means you don't need the driver supplied by Surecom.
At the prompt type:
or if that didn't work try:
My card (Netgear FA310/tulip driver) didn't get detected and modprobe didn't install it but forcing to be loaded via insmod did work. |
|
Back to top |
|
|
Joel Guest
|
Posted: Wed Aug 14, 2002 7:48 am Post subject: Maybe someday I will learn |
|
|
I tried to modprobe rtl8139, but it didn't work, because that module didn't exist, so I tried everything starting with "8" instead, and when I tried 8390.o it simply worked, at least I got no error messages, so, I hope it's the correct one.
Thank you!
Joel |
|
Back to top |
|
|
Miles Tux's lil' helper
Joined: 23 Jun 2002 Posts: 97 Location: London, UK
|
Posted: Wed Aug 14, 2002 9:15 pm Post subject: |
|
|
If it works stick with it. Good luck with the rest of the install. |
|
Back to top |
|
|
eelcogelton n00b
Joined: 27 Aug 2002 Posts: 24 Location: Holland
|
Posted: Tue Aug 27, 2002 8:21 pm Post subject: does it work for you? |
|
|
Joel,
does it work for you now ? I've got the same NIC, and I've got the same problem. When I do modprobe 8390 I get no error msg either, but when I try putting up eth0:
ifconfig eth0 192.168.0.2 netmask 255.255.255.0
I get the message that the device was not found.
I hope you can help me out, or someone can compile the fealnx.c code for me for a 2.4.19-gentoo-r7 kernel.
the source is on http://eelco.kicks-ass.org/Ne320xs/
tia,
Eelco |
|
Back to top |
|
|
nipplehead n00b
Joined: 09 Aug 2002 Posts: 35 Location: NYU
|
Posted: Tue Aug 27, 2002 9:01 pm Post subject: 8139too |
|
|
IIRC, the Realtek now use the 8139too module. try modprobing that. might solve your problems |
|
Back to top |
|
|
Messiah Tux's lil' helper
Joined: 30 Apr 2002 Posts: 139
|
Posted: Thu Sep 12, 2002 9:28 pm Post subject: Re: does it work for you? |
|
|
eelcogelton wrote: | Joel,
I hope you can help me out, or someone can compile the fealnx.c code for me for a 2.4.19-gentoo-r7 kernel.
|
I do have this one at work (just compiled the module from the kernel-source. It *works*). If you are interested mail me @ the_chone@fuckmicrosoft.com |
|
Back to top |
|
|
jankdc n00b
Joined: 03 Jan 2003 Posts: 17
|
Posted: Mon Jan 06, 2003 9:29 pm Post subject: help! |
|
|
I am in stage 27 of the install and I deleted my /dev/fd0 file. I followed the advice here Quote: | Yes, "mknod /dev/fd0 b 2 0" worked just fine! It created fd0, and then the only thing I had to do was "mount -t vfat /dev/fd0 /mnt/floppy/"! Its so easy when you know it, isn't it icon_smile.gif. |
When I try to install the grub bootdisk I get the followingCode:
grub> root (fdo)
I get the message
Code:
invalidate; busy buffer
filesystem type is ext2fs, using whole disk
invalidate: busy buffer |
|
Back to top |
|
|
scocou Apprentice
Joined: 16 Aug 2002 Posts: 184 Location: Pacific NW, Canada
|
Posted: Mon Jan 06, 2003 9:53 pm Post subject: |
|
|
Yeah Nipplehead said it above...
8139too.o is what you want for most newer RealTek chips (i.e. 8139). You can also try ne2k-pci.o for the older 8029 chip. Another good way to tell for sure what module it wants is to boot a Knoppix disk and dmesg/lsmod/whatever to find out what module it loaded. It has excellent hardware auto-detection. Btw...I would be surprised if Gentoo doesn't have the module on the install/live disk... |
|
Back to top |
|
|
jankdc n00b
Joined: 03 Jan 2003 Posts: 17
|
Posted: Mon Jan 06, 2003 10:07 pm Post subject: Re: help! |
|
|
Quote: | When I try to install the grub bootdisk I get the followingCode:
grub> root (fdo) |
I formatted the floppy, umounted the files started from the creating bootdisk code 27.1[/quote] Code listing 27.1: Creating a GRUB Bootdisk
# mke2fs /dev/fd0
# mount /dev/fd0 /mnt/floppy
# mkdir -p /mnt/floppy/boot/grub
# cp /usr/share/grub/i386-pc/stage1 /mnt/floppy/boot/grub/
# cp /usr/share/grub/i386-pc/stage2 /mnt/floppy/boot/grub/
# grub
grub> root (fd0)
grub> setup (fd0)[/code]grub>root (fd0)
filesystem type is ext2fs, using whole disk
grub> setup (fd0)
checking if "/boot/grub/stage1" exists. . . no
Checking if "/grub/stage1" exists. . . no
Error 15: File not found Code: |
I looked my hda and saw /boot/grub/stage1, but found no /grub directory
any help would be appreciated |
|
|
Back to top |
|
|
Stieltje Apprentice
Joined: 03 Apr 2003 Posts: 158 Location: The land where the sky is black
|
Posted: Mon Sep 01, 2003 5:24 am Post subject: |
|
|
this thread is pretty old, but anyway.
This is how to get a surecom 320X-S to work, according to www.surecom.com.tw
I have just tried it and it works like a charm
quoting from the install readme:
4. If your Linux kernel is any new version above than 2.4.5
(included) and it is a new installation, you can configure the
kernel by following console commands to enable the driver for
SURECOM EP-320X-S/S-1 100/10M Ethernet PCI Adapter.
Enable the option of "Myson MTD-8XX PCI Ethernet support"
in "Ethernet (10 or 100 M bit)" of "Network device support"
as a loadable module or system default module.
cheers _________________ PCs nearly always come with Microsoft Windows as their operating systems, but the "OS," as it is called, can be changed to a non-Microsoft operating system with a little work. |
|
Back to top |
|
|
|