Jump to content

StimpE

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by StimpE

  1. [landon@localhost ~]$ glxinfo | grep direct
    glxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

    Mandriva 2006, ATI Radeon 9800 PRO, ATI proprietary driver module.

  2. I had America's Army workin fine then all of a sudden when I try to start it, It exits with an openGL error.

    [landon@localhost ~]$ armyops
    Could not load OpenGL library
    
    History:
    
    Exiting due to error

     

    How do I get openGL back on here?

  3. Search results for libexpat.so.1 :
    PLD 	ftp.pld-linux.org/dists/2.0/PLD/i586/PLD/RPMS/ltsp_x_core-3.0.4-2.i586.rpm
    PLD 	ftp.pld-linux.org/dists/2.0/PLD/i386/PLD/RPMS/ltsp_x_core-3.0.4-2.i386.rpm
    Other 	ftp.sourceforge.net/pub/sourceforge/l/lt/ltsp/ltsp_x_core-3.0.4-0.i386.rpm
    Other 	ftp.sourceforge.net/pub/sourceforge/l/lt/ltsp/ltsp_x_core-3.0.3-0.i386.rpm
    Other 	ftp.sourceforge.net/pub/sourceforge/l/lt/ltsp/ltsp_x_core-3.0.2-0.i386.rpm
    ALTLinux 	ftp.altlinux.ru/pub/distributions/ALTLinux/Sisyphus/files/i586/RPMS/libexpat-2.0.0-alt3.1.i586.rpm
    Other 	ftp.sourceforge.net/pub/sourceforge/f/fr/freevo/freevo_runtime-3-3.i386.rpm
    Other 	ftp.sourceforge.net/pub/sourceforge/f/fr/freevo/freevo_runtime-3-2.i386.rpm
    Other 	ftp.sourceforge.net/pub/sourceforge/f/fr/freevo/freevo_runtime-3-1.i386.rpm
    Other 	ftp.sourceforge.net/pub/sourceforge/f/fr/freevo/freevo_runtime-1-1.i386.rpm
    Other 	ftp.sourceforge.net/pub/sourceforge/f/fr/freevo/freevo-runtime-8.01-rc1.i386.rpm
    Other 	ftp.sourceforge.net/pub/sourceforge/f/fr/freevo/freevo-runtime-8-1.i386.rpm
    Other 	ftp.sourceforge.net/pub/sourceforge/f/fr/freevo/freevo-runtime-7-1.i386.rpm
    Trustix 	ftp.trustix.com/pub/trustix/releases/trustix-3.0.5/i586/trustix/rpms/expat-libs-1.95.8-5tr.i586.rpm
    Trustix 	ftp.trustix.com/pub/trustix/updates/3.0/rpms/expat-libs-1.95.8-5tr.i586.rpm
    Trustix 	ftp.trustix.com/pub/trustix/releases/trustix-3.0/i586/trustix/rpms/expat-libs-1.95.8-5tr.i586.rpm
    Trustix 	ftp.trustix.com/pub/trustix/releases/trustix-2.2/i586/trustix/rpms/expat-libs-1.95.8-2tr.i586.rpm
    Trustix 	ftp.trustix.com/pub/trustix/releases/trustix-2.1/i586/trustix/rpms/expat-libs-1.95.7-7tr.i586.rpm
    SuSE Other 	atrpms.net/sl10.1-i386/suse/RPMS.release/expat-2.0.0-11.i586.rpm
    SuSE Other 	atrpms.net/sl10.1-i386/suse/release/expat-2.0.0-11.i586.rpm

     

    Which one should I use?

  4. [landon@localhost ~]$ su
    Password:
    [root@localhost landon]# urpmi libexpat
    no package named libexpat
    The following packages contain libexpat:
    libexpat0
    libexpat0-devel
    [root@localhost landon]# urpmi libexpat0
    medium "update_source" uses an invalid list file:
     mirror is probably not up-to-date, trying to use alternate method
    medium "updates" uses an invalid list file:
     mirror is probably not up-to-date, trying to use alternate method
    The package(s) are already installed
    [root@localhost landon]# urpmi libexpat0-devel
    medium "update_source" uses an invalid list file:
     mirror is probably not up-to-date, trying to use alternate method
    medium "updates" uses an invalid list file:
     mirror is probably not up-to-date, trying to use alternate method
    The package(s) are already installed

  5. Trying to update my ati drivers, here's what im trying to do

    [root@localhost landon]# rpm -Uhi --force fglrx.rpm
    error: Failed dependencies:
    	libexpat.so.1 is needed by fglrx_6_8_0-8.29.6-1.i386

     

    I've tried urpmi'in libexpat.so.1 but it isn't availablle. Anyone know a way around this?

  6. What's happening if uder a root console you type

    modprobe 8139too

    If it loads that way, then try putting the module at your startup script ( /etc/modprobe.conf ).

     

    I think we tried that already.

    If I enter modprobe 8139too, it pauses for a sec and then prompts you for the next line.

    After supposedly loading the module, it still won't show up when you run lspci..still shows up as Unkown device.

  7. Did you try my suggestion of turning off APIC?

    Yes, didn't work :(

     

    As for the actual model I think it's Realtek RL8100CL, but Windows recognizes the NIC as Realtek RTL8139/810x Family Fast Ethernet NIC

     

    *edit*

    I've tried booting the newest MEPIS distro, and it too cannot detect neither my LAN or WLAN device.

  8. I just realised your network card is coming up as unknown device, it should have been detected fine. Check your BIOS for PnP OS and make sure it's disabled and not set to be controlled by the OS.

     

    Also, your eth0 as current is your firewire card.

     

    I looked around in my BIOS and it doesn't have an option for PnP OS so it must be enabled by default since windows picks it up fine.

     

    Any other ideas as to how I can get it working?

  9. This line from lspci:

     

    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.: Unknown device 813 6 (rev 01)

     

    is your nic, and eth0 is running. Just doesn't seem to have ip, so add this to /etc/modprobe.conf:

     

    alias net-pf-10 off

     

    and you'll prob find it'll work better, this is common problem with realtek. The lsmod command should list something like 8139too is a module that is loaded, effectively a driver for your card.

     

    Still nothing, here is my modprobe.conf

    alias sound-slot-0 snd-hda-intel

    alias ieee1394-controller ohci1394

    install scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /sbin/modprobe sbp2; /bin/true

    remove snd-hda-intel /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-hda-intel

    install snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intel && { /sbin/modprobe snd-pcm-oss; /bin/true; }

    install usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/true

    alias wlan0 ndiswrapper

    alias eth0 eth1394

    alias net-pf-10 offblacklist audio

    here is lspci

    [root@localhost lando]# lspci

    00:00.0 Host bridge: Intel Corporation Mobile Memory Controller Hub (rev 03)

    00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics Controller (rev 03)

    00:02.1 Display controller: Intel Corporation Mobile Integrated Graphics Controller (rev 03)

    00:1b.0 Class 0403: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

    00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)

    00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)

    00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)

    00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)

    00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)

    00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)

    00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)

    00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)

    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)

    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)

    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controllers cc=IDE (rev 02)

    00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)

    04:00.0 Network controller: Intel Corporation: Unknown device 4222 (rev 02)

    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.: Unknown device 8136 (rev 01)

    06:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev c0)

    06:04.0 CardBus bridge: ENE Technology Inc CB-712/4 Cardbus Controller (rev 10)

    06:04.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller (rev 01)

    06:04.2 Class 0805: ENE Technology Inc ENE PCI Secure Digital Card Reader Controller (rev 01)

    06:04.3 FLASH memory: ENE Technology Inc: Unknown device 0520 (rev 01)

    06:04.4 FLASH memory: ENE Technology Inc: Unknown device 0551 (rev 01)

    and here is the results of ifconfig

    [root@localhost lando]# ifconfig

    eth0 Link encap:UNSPEC HWaddr 00-02-3F-65-99-40-35-CC-00-00-00-00-00-00-00-00

    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

    RX packets:0 errors:0 dropped:0 overruns:0 frame:0

    TX packets:0 errors:6 dropped:6 overruns:0 carrier:0

    collisions:0 txqueuelen:1000

    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

     

    lo Link encap:Local Loopback

    inet addr:127.0.0.1 Mask:255.0.0.0

    UP LOOPBACK RUNNING MTU:16436 Metric:1

    RX packets:128 errors:0 dropped:0 overruns:0 frame:0

    TX packets:128 errors:0 dropped:0 overruns:0 carrier:0

    collisions:0 txqueuelen:0

    RX bytes:10672 (10.4 KiB) TX bytes:10672 (10.4 KiB)

     

    Thanks for your help so far, any more ideas? :S

     

    *edit*

    I just noticed after I rebooted it edited the line you told me to add and replaced it with this

    alias net-pf-10 offblacklist audio

     

    Should I change it back to what you said, or will it just get changed to this again?

     

    The lsmod command should list something like 8139too is a module that is loaded, effectively a driver for your card.

    lsmod is not showing me anything with 8139too, I'm starting to get worried lol.

  10. [root@localhost lando]# lspci

    00:00.0 Host bridge: Intel Corporation Mobile Memory Controller Hub (rev 03)

    00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics

    Controller (rev 03)

    00:02.1 Display controller: Intel Corporation Mobile Integrated Graphics Control

    ler (rev 03)

    00:1b.0 Class 0403: Intel Corporation 82801G (ICH7 Family) High Definition Audio

    Controller (rev 02)

    00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (r

    ev 02)

    00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (r

    ev 02)

    00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (r

    ev 02)

    00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev

    02)

    00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev

    02)

    00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev

    02)

    00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)

    00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Control ler (rev 02)

    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)

    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (re v 02)

    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA S torage Controllers cc=IDE (rev 02)

    00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)

    04:00.0 Network controller: Intel Corporation: Unknown device 4222 (rev 02)

    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.: Unknown device 813 6 (rev 01)

    06:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller ( rev c0)

    06:04.0 CardBus bridge: ENE Technology Inc CB-712/4 Cardbus Controller (rev 10)

    06:04.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Contro ller (rev 01)

    06:04.2 Class 0805: ENE Technology Inc ENE PCI Secure Digital Card Reader Contro ller (rev 01)

    06:04.3 FLASH memory: ENE Technology Inc: Unknown device 0520 (rev 01)

    06:04.4 FLASH memory: ENE Technology Inc: Unknown device 0551 (rev 01)

    [root@localhost lando]# ifconfig

    eth0 Link encap:UNSPEC HWaddr 00-02-3F-65-99-40-35-CC-00-00-00-00-00-00-00-00

    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

    RX packets:0 errors:0 dropped:0 overruns:0 frame:0

    TX packets:0 errors:6 dropped:6 overruns:0 carrier:0

    collisions:0 txqueuelen:1000

    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

     

    lo Link encap:Local Loopback

    inet addr:127.0.0.1 Mask:255.0.0.0

    inet6 addr: ::1/128 Scope:Host

    UP LOOPBACK RUNNING MTU:16436 Metric:1

    RX packets:1112 errors:0 dropped:0 overruns:0 frame:0

    TX packets:1112 errors:0 dropped:0 overruns:0 carrier:0

    collisions:0 txqueuelen:0

    RX bytes:92688 (90.5 KiB) TX bytes:92688 (90.5 KiB)

     

    Windows recognizes the NIC as Realtek RTL8139/810x Family Fast Ethernet NIC. Now what do I do? Thanks in advance.

     

    *edit* If it matters, this is on a laptop.

  11. So far I've done the following to get mandriva 2006 to detect my wireless card (Intel PRO/Wireless 3945ABG)

    su to switch to root user

     

    ndiswrapper -l this will list installed drivers

    ndiswrapper -e followed by each driver listed to remove each driver

    mdiswrapper -l make sure the list is blank

     

    Download a driver for your card from

    List - NdisWrapper

    Use a driver from here if posiable as these are verified drivers, extract and save this in a folder Download for example

     

    At the console prompt change to the directory where you copied the driver too

     

    ndiswrapper -i filename.inf instal driver (Specify your driver .inf file)

    ndiswrapper -l to ensure your driver is listed

     

    Now you should see something like, showing your driver if not we have an issue!:

    Installed ndis drivers:

    bcmwl5 driver present, hardware present

     

    now at the konsole enter:

     

    ndiswrapper -m

    depmod -a

    modprobe ndiswrapper

     

    Now I'm assuming I have to configure the wireless connection to retrieve the address information from the dhcp server? Is there some file I configure for this?

    Any help is appreciated, thanks.

×
×
  • Create New...