Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

LAN PCI Device

  • 19-03-2002 1:43pm
    #1
    Registered Users, Registered Users 2 Posts: 68,317 ✭✭✭✭


    K, I bought me a pair of cheapass Intel Pci Ethernet cards and shoved them in(1 to each comp). Plug and Play Compatible, blah blah, Windoze loved them. I only have rh7.2 Linux on one machine for the mo. It's a old PII with 16megs of ram, and no atx power (yes it's that old). Linux cannot see the card. Still being a newbie, I have no idea about makefiles or probing, or anything. an 'ifconfig eth0' or 'ifconfig ether0' gives me an error - interface not found. Is it the cards, or am I missing something? Do I need to do some kernel tweaking, or have I just no hope with these cards? tx

    :)


Comments

  • Registered Users, Registered Users 2 Posts: 2,013 ✭✭✭lynchie


    Frist check that Linux is picking up the card by examining the output of "cat /proc/pci" If it is there, it means the kernel has seen the card. Secondly, you need to load the driver for the card. If you are using the default stock kernel with rh7.2 (i.e. you havent built your own kernel) the driver should be already available. Try google to see if you can find out what driver your card uses. You can try the following command to load all network drivers "modprobe -t drivers/net \*" Check your /var/log/messages to see if one of those drivers worked. You should see some sort of initialisation/splash messages for the driver.

    Once you know what driver to use just run linuxconf or netconfig to set up your network.


  • Closed Accounts Posts: 1,026 ✭✭✭sisob


    Originally posted by seamus
    Still being a newbie, I have no idea about makefiles or probing, or anything. an 'ifconfig eth0' or 'ifconfig ether0' gives me an error - interface not found.

    I would reccomend mandrake - it will pick up the cards automatically - and is a lot easier to use than redhat.

    Mark


  • Registered Users, Registered Users 2 Posts: 1,862 ✭✭✭flamegrill


    try running ./dev/MAKEDEV from your / directory or in the /dev directory type ./MAKEDEV, note: its important you use capslock, it is case sensitive.

    also:

    # Intel EtherExpress Pro support:
    #/sbin/modprobe eepro

    # Intel EtherExpress PRO/100 PCI support:
    #/sbin/modprobe eepro100

    # Intel EtherExpress16 support:
    #/sbin/modprobe eexpress

    the above modules shoud probably work, well one of them might :) taken straight from rc.modules, probably /etc/modules.conf or something smelly like that on RH.

    happy networking. :)

    Regards,

    Flamey


  • Registered Users, Registered Users 2 Posts: 68,317 ✭✭✭✭seamus


    Ah I love the boards. I'm pretty sure something there should work...... I forgot to mention that I can't use XWin for the mo, 'cos the vid card isn't supported, which ruled out netconfig. :(
    /me hits View Source-->Save

    Tks all :)


  • Closed Accounts Posts: 5,564 ✭✭✭Typedef


    Seamus.
    Update X from http://xfree86.org
    get umm Xinstall.sh I think for the more pertinant version of X that resides there.

    Regards your LAN card.
    Type
    lspci as root and post it's results here, I guess someone if not me will be able to find the right driver for you to use.
    Typedef struct windows_luser{bool windows_sux;}mu_ha_ha_ha;


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 68,317 ✭✭✭✭seamus


    That won't be loads of use Typedef. I have no net connection to the Linux box, so all of my posting is done in college. So it'll take too long to save text and repost blah blah. I'll try the other stuff first and take the long route if it doesn't help. Tks anyway, n1

    :)


  • Closed Accounts Posts: 1,026 ✭✭✭sisob


    what's the video card? there are very few cards totally not supported.

    Also for things like XFree86 4.2.0 and kernels and stuff check out linuxemporium.co.uk - beats 56king them down.


  • Registered Users, Registered Users 2 Posts: 68,317 ✭✭✭✭seamus


    :( still having this prob, although it's gotten a little more interesting. Upgraded to rh7.2/KDE (it was rh7 I had before).
    Being a lazy bastid, I'm using KDE's GUI's for configuring most stuff. The Hardware browser informs me of an 'unknown device' that it calls "Intel 10+/Pro adapter". Adding a new network device, using any Etherexpress module results in a 'cannot initialize device" message, although it does ask me for a whole pile of settings, DMA, IO, etc that I can't provide. Any stuff said above don't work for me :(
    tx


Advertisement