Ayyoroo
Thu Oct 11, 2012 2:04:53 am
I cannot connect to the internet after watching Youtube videos and looking on forums. Please help!
Wireless Adapter: Belkin N300 F7D2102
Wireless Adapter: Belkin N300 F7D2102
Ayyoroo
Thu Oct 11, 2012 2:04:53 am
madvinegar
Thu Oct 11, 2012 5:39:23 am
lsusb
sudo lshw -c network
sudo rfkill list all
Wolfman
Thu Oct 11, 2012 5:56:57 am
Ayyoroo
Sat Oct 13, 2012 2:36:57 am
madvinegar wrote:Hi.
When the USB adapter is connected please open terminal and post the results of the following commands:
- Code:
lsusb
sudo lshw -c network
sudo rfkill list all
administrator@Administrator-Dimension-4550:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 046d:0829 Logitech, Inc.
Bus 001 Device 005: ID 050d:2103 Belkin Components F7D2102 802.11n N300 Micro Wireless Adapter v3000 [Realtek RTL8192CU]
Bus 002 Device 002: ID 046d:c03d Logitech, Inc. M-BT96a Pilot Optical Mouse
Bus 003 Device 002: ID 045e:00dd Microsoft Corp. Comfort Curve Keyboard 2000 V1.0
Bus 001 Device 006: ID 125f:c81a A-DATA Technology Co., Ltd. Flash drive
administrator@Administrator-Dimension-4550:~$ sudo lshw -c network
*-network
description: Ethernet interface
product: 82801DB PRO/100 VE (LOM) Ethernet Controller
vendor: Intel Corporation
physical id: 8
bus info: pci@0000:02:08.0
logical name: eth0
version: 81
serial: 00:07:e9:df:53:db
size: 10Mbit/s
capacity: 100Mbit/s
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e100 driverversion=3.5.24-k2-NAPI duplex=half firmware=N/A latency=64 link=no maxlatency=56 mingnt=8 multicast=yes port=MII speed=10Mbit/s
resources: irq:20 memory:fe1ff000-fe1fffff ioport:ecc0(size=64)
administrator@Administrator-Dimension-4550:~$ sudo rfkill list all
madvinegar
Sat Oct 13, 2012 1:21:02 pm
sudo su
cd /home/yourusername/Downloads/RTL8188C_8192C_USB_linux_v3.4.4_4749.20120806
chmod a+x install.sh
./install.sh
modprobe -r rtl8192cu
modprobe 8192cu
exit
Ayyoroo
Tue Oct 16, 2012 3:00:59 pm
madvinegar
Tue Oct 16, 2012 3:20:23 pm