Results 1 to 10 of 35

Thread: Wireless on samsung n210

Hybrid View

  1. #1
    Join Date
    Aug 2009
    Beans
    15

    Wireless on samsung n210

    Just installed Netbook Remix on a Samsung N210.

    No wireless networks are being detected, what do I need to install to get this working?

    Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    17,249
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Wireless on samsung n210

    Please open a terminal and do:
    Code:
    lspci -nn | grep Network
    sudo lshw -C network
    Please post the result and we'll help you.
    Registered Linux User #374501

    Tarballs R Us.

  3. #3
    Join Date
    Oct 2007
    Location
    Seoul
    Beans
    58
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Wireless on samsung n210

    I am also having the same problem with an N210.... here is the output for this one. Before stumbling upon this post I did more or less those comdands and guessed that the UNCLAIMED network is the one I'm lookin for. Then searched and here I am.


    lspci -nn | grep Network..

    05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8192] (rev 01)

    and
    *-network UNCLAIMED
    description: Network controller
    product: Realtek Semiconductor Co., Ltd.
    vendor: Realtek Semiconductor Co., Ltd.
    physical id: 0
    bus info: pci@0000:05:00.0
    version: 01
    width: 32 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list
    configuration: latency=0
    resources: ioport:2000(size=256) memory:f0100000-f0103fff
    *-network
    description: Ethernet interface
    product: 88E8040 PCI-E Fast Ethernet Controller
    vendor: Marvell Technology Group Ltd.
    physical id: 0
    bus info: pci@0000:09:00.0
    logical name: eth0
    version: 00
    serial: 00:24:54:40:cc:58
    size: 100MB/s
    capacity: 100MB/s
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.23 duplex=full firmware=N/A ip=(blanked_out_for_post) latency=0 link=yes multicast=yes port=twisted pair speed=100MB/s
    resources: irq:29 memory:f0200000-f0203fff ioport:3000(size=256

  4. #4
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    17,249
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Wireless on samsung n210

    Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8192] (rev 01)
    For this device only; I don't know yet if johnmollaghan has the same.

    Download the driver here: http://rs110.rapidshare.com/files/33...29.2009.tar.gz

    Open a terminal and do:
    Code:
    sudo apt-get install linux-headers-`uname -r` build-essential
    Those little tick marks are on my US keyboard along with ~.

    By default, in Firefox, downloads go to the Desktop. Right-click the .tar.gz file and select 'Extract here.' A folder will be created called 'rtl8192e-blah-blah' Open a terminal and do:
    Code:
    cd Desktop/rtl8
    Press the Tab key and the rest will be filled in for you. Press Enter. Then do:
    Code:
    make
    sudo su
    make install
    modprobe r8192e-pci
    iwconfig
    Do you now have a wireless interface? Can you click Network Manager and connect?

    Please post back any difficulties or errors.
    Last edited by chili555; January 27th, 2010 at 05:22 PM.
    Registered Linux User #374501

    Tarballs R Us.

  5. #5
    Join Date
    Oct 2007
    Location
    Seoul
    Beans
    58
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Wireless on samsung n210

    I will check it out when I'm home from work today. Thanks a bunch.

  6. #6
    Join Date
    Dec 2005
    Beans
    3

    Re: Wireless on samsung n210

    Hi,

    Just received my n210 this morning and ran into the same problem as you. Thank you very much chili555 for your help, it worked almost instantly.

    I didnt have to install build-essential or linux-headersm but I did have to install linux-source to solve a problem described here http://ubuntuforums.org/showthread.php?t=1047374.

    The rest worked fine.
    Don't use sudo for the make install as it won't use linux-source as needed.

    Hope this helps

  7. #7
    Join Date
    Aug 2009
    Beans
    15

    Re: Wireless on samsung n210

    Sorry for the delay in getting back to you.That worked perfectly! I had to reboot in order to see the networks.

  8. #8
    Join Date
    Feb 2010
    Beans
    2

    Re: Wireless on samsung n210

    Is there any way of tracking the issues with UNR and the Samsung n210/220? I'd like to switch to UNR once the hardware is supported.

Tags for this Thread

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
  •