Laptop Problem

Discussion in 'Linux - General discussion' started by evilal, Mar 18, 2010.

  1. evilal

    evilal Guest

    Hey, I recently came across an old HP Pavilion ze4400 laptop in work. The laptop boots fine, and has xubuntu installed.The cd drive works fine too.The problem is it doesn't detect any usb device I plug into it or it doesn't detect any Ethernet cable I plug in either. Any one have any ideas as how to fix this? Appreciate any reply's. Thanks.
     
  2. ddp

    ddp Moderator Staff Member

    Joined:
    Oct 15, 2004
    Messages:
    39,167
    Likes Received:
    136
    Trophy Points:
    143
    moved to correct forum. check in bios to see if both are enabled. if enabled then is a software issue as in lack of drivers which have to be installed for them to work.
     
  3. Deadrum33

    Deadrum33 Active member

    Joined:
    Jul 23, 2005
    Messages:
    1,930
    Likes Received:
    0
    Trophy Points:
    66
    Sounds like it needs proper drivers for network interface and chipset. I could be of more help but I am ignorant on the inner workings of Linux. Perhaps this question would be better asked in a Linux forum?
    edit---DDP agreed and transported this while I typed my response.
     
    Last edited: Mar 19, 2010
  4. loood

    loood Regular member

    Joined:
    Mar 11, 2007
    Messages:
    132
    Likes Received:
    0
    Trophy Points:
    26
    maybe you need to mount usb stick manualy
    most likely its /dev/sda1 od sdb1 but you can try both
    Code:
    sudo mkdir /media/usb
    sudo mount /dev/sda1 /media/usb
    
    or
    
    sudo mount /dev/sdb1 /media/usb
    
     
    Last edited: Mar 19, 2010

Share This Page