Created
May 21, 2012 04:52
-
-
Save rngadam/2760605 to your computer and use it in GitHub Desktop.
wifi dongle: without wpa_supplicant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| About interactions with USB flash drive, if I don't activate | |
| wpa_supplicant, everything seems to be fine: | |
| usb 1-2: New USB device found, idVendor=05e3, idProduct=0723 | |
| usb 1-2: New USB device strings: Mfr=3, Product=4, SerialNumber=2 | |
| usb 1-2: Product: USB Storage | |
| usb 1-2: Manufacturer: Generic | |
| usb 1-2: SerialNumber: 000000009454 | |
| scsi0 : usb-storage 1-2:1.0 | |
| scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 9454 PQ: 0 ANSI: 0 | |
| sd 0:0:0:0: [sda] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) | |
| sd 0:0:0:0: [sda] Write Protect is off | |
| sd 0:0:0:0: [sda] No Caching mode page present | |
| sd 0:0:0:0: [sda] Assuming drive cache: write through | |
| sd 0:0:0:0: [sda] No Caching mode page present | |
| sd 0:0:0:0: [sda] Assuming drive cache: write through | |
| sda: sda1 sda2 | |
| sd 0:0:0:0: [sda] No Caching mode page present | |
| sd 0:0:0:0: [sda] Assuming drive cache: write through | |
| sd 0:0:0:0: [sda] Attached SCSI removable disk | |
| usb 1-2: USB disconnect, device number 2 | |
| usb 1-2: new high-speed USB device number 3 using atmel-ehci | |
| usb 1-2: New USB device found, idVendor=0bda, idProduct=8176 | |
| usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 | |
| usb 1-2: Product: 802.11n WLAN Adapter | |
| usb 1-2: Manufacturer: Realtek | |
| usb 1-2: SerialNumber: 00e04c000001 | |
| rtl8192cu: rtl8192cu: Chip version 0x10 | |
| rtl8192cu: MAC address: e8:4e:06:02:c1:ef | |
| rtl8192cu: Board Type 0 | |
| Loading firmware rtlwifi/rtl8192cufw.bin | |
| rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1 | |
| rtlwifi: wireless switch is on | |
| usb 1-2: USB disconnect, device number 3 | |
| usb 1-2: new high-speed USB device number 4 using atmel-ehci | |
| usb 1-2: New USB device found, idVendor=05e3, idProduct=0723 | |
| usb 1-2: New USB device strings: Mfr=3, Product=4, SerialNumber=2 | |
| usb 1-2: Product: USB Storage | |
| usb 1-2: Manufacturer: Generic | |
| usb 1-2: SerialNumber: 000000009454 | |
| scsi1 : usb-storage 1-2:1.0 | |
| scsi 1:0:0:0: Direct-Access Generic STORAGE DEVICE 9454 PQ: 0 ANSI: 0 | |
| sd 1:0:0:0: [sda] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) | |
| sd 1:0:0:0: [sda] Write Protect is off | |
| sd 1:0:0:0: [sda] No Caching mode page present | |
| sd 1:0:0:0: [sda] Assuming drive cache: write through | |
| sd 1:0:0:0: [sda] No Caching mode page present | |
| sd 1:0:0:0: [sda] Assuming drive cache: write through | |
| sda: sda1 sda2 | |
| sd 1:0:0:0: [sda] No Caching mode page present | |
| sd 1:0:0:0: [sda] Assuming drive cache: write through | |
| sd 1:0:0:0: [sda] Attached SCSI removable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment