0 Members and 1 Guest are viewing this topic.
sudo lshw -C network
iwconfig
iwlist scanning
How is it networked .. wireless ?
[email protected] ~ $ sudo lshw -C network[sudo] password for pat: SCSI
[email protected] ~ $ lshw -C networkWARNING: you should run this program as super-user. *-network:0 description: Ethernet interface product: RTL-8139/8139C/8139C+ vendor: Realtek Semiconductor Co., Ltd. physical id: 9 bus info: [email protected]:00:09.0 logical name: eth0 version: 10 serial: 00:e0:4c:39:22:53 size: 10Mbit/s capacity: 100Mbit/s width: 32 bits clock: 33MHz capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=half latency=32 link=no maxlatency=64 mingnt=32 multicast=yes port=MII speed=10Mbit/s resources: irq:17 ioport:ec00(size=256) memory:e6010000-e60100ff *-network:1 description: Wireless interface product: RT3062 Wireless 802.11n 2T/2R vendor: Ralink corp. physical id: a bus info: [email protected]:00:0a.0 logical name: wlan1 version: 00 serial: c8:3a:35:c0:6d:57 width: 32 bits clock: 33MHz capabilities: bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=rt2800pci driverversion=3.8.0-26-generic firmware=0.34 ip=192.168.2.7 latency=32 link=yes maxlatency=4 mingnt=2 multicast=yes wireless=IEEE 802.11bgn resources: irq:18 memory:e6000000-e600ffffWARNING: output may be incomplete or inaccurate, you should run this program as super-user.[email protected] ~ $
[email protected] ~ $ iwconfiglo no wireless extensions.eth0 no wireless extensions.wlan1 IEEE 802.11bgn ESSID:"Network Emegra" Mode:Managed Frequency:2.437 GHz Access Point: 74:44:01:FA:1A:B8 Bit Rate=14.4 Mb/s Tx-Power=20 dBm Retry long limit:7 RTS thr:off Fragment thr:off Power Management:off Link Quality=45/70 Signal level=-65 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:2243 Invalid misc:706 Missed beacon:0[email protected] ~ $
[email protected] ~ $ iwlist scanninglo Interface doesn't support scanning.eth0 Interface doesn't support scanning.wlan1 Scan completed : Cell 01 - Address: 74:44:01:FA:1A:B8 Channel:6 Frequency:2.437 GHz (Channel 6) Quality=45/70 Signal level=-65 dBm Encryption key:on ESSID:"Network Emegra" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s 24 Mb/s; 36 Mb/s; 54 Mb/s Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s Mode:Master Extra:tsf=0000007167ad9731 Extra: Last beacon: 18964ms ago IE: Unknown: 000E4E6574776F726B20456D65677261 IE: Unknown: 010882848B962430486C IE: Unknown: 030106 IE: Unknown: 2A0104 IE: Unknown: 2F0104 IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : TKIP Pairwise Ciphers (2) : CCMP TKIP Authentication Suites (1) : PSK IE: Unknown: 32040C121860 IE: Unknown: 2D1AFC181BFFFF000000000000000000000000000000000000000000 IE: Unknown: 3D1606001F00000000000000000000000000000000000000 IE: Unknown: DD7E0050F204104A0001101044000102103B000103104700107D70BC53E951030A126C5E8F3C161C26102100074E657467656172102300074E6574676561721024000631323334353610420007303030303030311054000800060050F204000110110007564D4447343835100800022008103C0001011049000600372A000120 IE: Unknown: DD090010180204F02C0000 IE: WPA Version 1 Group Cipher : TKIP Pairwise Ciphers (2) : CCMP TKIP Authentication Suites (1) : PSK IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00[email protected] ~ $
lspci -vnn | grep -i net
sudo modprobe -r rt2800pci
sudo modprobe rt2800pci nohwcrypt=1
[email protected] ~ $ lspci -vnn | grep -i net00:09.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)00:0a.0 Network controller [0280]: Ralink corp. RT3062 Wireless 802.11n 2T/2R [1814:3062][email protected] ~ $
[email protected] ~ $ iwconfiglo no wireless extensions.eth0 no wireless extensions.wlan1 IEEE 802.11bgn ESSID:"Network Emegra" Mode:Managed Frequency:2.437 GHz Access Point: 74:44:01:FA:1A:B8 Bit Rate=39 Mb/s Tx-Power=20 dBm Retry long limit:7 RTS thr:off Fragment thr:off Power Management:off Link Quality=33/70 Signal level=-77 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:684 Invalid misc:47 Missed beacon:0[email protected] ~ $
OK, gimme a bit (helping someone else) and I'll look for the SAT drivers for your card and post instructions.