Results 1 to 6 of 6

Thread: Winbond w6692cf LAN card

  1. #1
    Join Date
    Jun 2014
    Beans
    2

    Winbond w6692cf LAN card

    I Got winbond w6692cf LAN card. How to connect to net and how i check Mac adres of card? I Got lubuntu and is is Old comp help me pls

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Winbond w6692cf LAN card

    To connect to the net, you may need a driver. First, let's identify the card. Please open a terminal Ctrl+Alt+t and run and post:
    Code:
    lspci -nn | grep 0200
    ifconfig
    The pipe symbol | is on the right side of my US keyboard on the same key with \. Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Winbond w6692cf LAN card

    Are you sure it's a LAN and not an ISDN card?
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  4. #4
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Winbond w6692cf LAN card

    Quote Originally Posted by mörgæs View Post
    Are you sure it's a LAN and not an ISDN card?
    No, actually! How do we identify the card/drivers?

    I love and hate very old and very new devices!

    @No_ Please instead post:
    Code:
    lspci -nn
    Last edited by chili555; June 19th, 2014 at 01:26 PM.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    Jun 2014
    Beans
    2

    Re: Winbond w6692cf LAN card

    Got something like that so what to do next?
    http://s18.postimg.org/4x9cxkmuh/IMAG0149.jpg

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Winbond w6692cf LAN card

    Your device should be claimed by the rare driver hisax:
    Code:
    $ modinfo hisax | grep 1702
    alias:          pci:v00000675d00001702sv*sd*bc*sc*i*
    See if the driver loaded automatically:
    Code:
    lsmod | grep hisax
    Searching the web, I saw this: http://manpages.ubuntu.com/manpages/...saxctrl.8.html

    Frankly, this is my only exposure to such matters and I can offer no other suggestions.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

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
  •