Results 1 to 3 of 3

Thread: Ubuntu 6.06 on Thinkcenter A55

  1. #1
    Join Date
    Apr 2007
    Beans
    1

    Ubuntu 6.06 on Thinkcenter A55

    Hi

    Im installing ubuntu 6.06 on Thinkcenter a55 but my ethernet is not detected. Can anyone help me solve this? How can I get the driver for the gigabit lan, it uses Broadcom Gigabit lan. Would appreciate very much for immediate reply. Thanks

  2. #2
    Join Date
    Mar 2007
    Location
    BC, Canada
    Beans
    358
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Ubuntu 6.06 on Thinkcenter A55

    can you post :

    Code:
    ifconfig -a
    lspci | grep Eth
    lshw -class network

  3. #3
    Join Date
    Mar 2007
    Location
    BC, Canada
    Beans
    358
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Ubuntu 6.06 on Thinkcenter A55

    I think that you have an ethernet controller based on the BCM5786, and from what I've read this is not supported in the kernel that comes with Ubuntu 6.04 (this is solved by default in 6.10, and so reinstalling with Edgy is an easy solution).

    If you want to stick it out with 6.04 then you need to compile new drivers.

    http://www.broadcom.com/support/ethe...ic/netlink.php
    related posts are:
    http://ubuntuforums.org/showthread.php?t=323667
    I'm not sure how easy this is to do given that you do not have an internet connection on that machine, as this involves installing several packages that you need to first download. You'll likely try to download a package and install it, only to find that you are missing some dependency. It'll probably take a couple of tries but eventually you'll get everything you need. Give it a shot if you want.

    Another post suggests that this problem might be solved in a recent kernel update:
    https://launchpad.net/ubuntu/+source...96/+viewstatus

    If this is true then all you need to do is just copy the newest kernel over to your system and restart, and your network card should work. To install the package, copy the file and install it using
    Code:
    sudo dpkg -i <package_name>
    http://packages.ubuntu.com/dapper/ba...-2.6.15-28-386 or
    http://packages.ubuntu.com/dapper/ba...-2.6.15-28-686
    depending on which kernel you are currently using. (type in a terminal: uname -a). Mind you I've never updated a kernel using this method before, and it might break your system (I would say the chances of that happening are low, but I feel it's necessary for me to put this disclaimer).

    These are just some ideas. Hope one these helps.

    (Then again this might all be because something is just misconfigured on your current system - but can't tell for sure based on my current information of your system)
    Last edited by josephus; April 12th, 2007 at 09:51 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •