Διαφορές ανάμεσα στην αναθεώρηση του/της 15:25, 4 Αύγουστος 2016, που δημιουργήθηκε από τον/την FlorentinTehnoetic, και την αναθεώρηση του/της 21:48, 11 Ιούνιος 2015
Σημείωση: το κείμενο με κόκκινο έχει διαγραφεί από την προηγούμενη αναθεώρηση, το κείμενο με πράσινο έχει προστεθεί σε αυτή την αναθεώρηση και το κείμενο με γκρι δεν έχει αλλαχθεί
Διαφορές στην καταχώρηση: Κατασκευαστής
Atheros-Communications-Inc.
Διαφορές στην καταχώρηση: Όνομα του μοντέλου
Atheros Communications Inc. AR9271 802.11n
Διαφορές στην καταχώρηση: Άλλα πιθανά ονόματα της συσκευής
Tehnoetic TET-N150HGA / Tehnoetic N150 High Gain Antenna Wireless USB Adapter for GNU/Linux-libre
Tehnoetic TET-N150 / Tehnoetic N150 Mini Wireless USB Adapter for GNU/Linux-libre
ThinkPenguin TPE-N150USB / Penguin Wireless N USB Adapter for GNU/Linux
Atheros USB2.0 WLAN
TP-LINK TL-WN721N/TL-WN721NC/TL-WN722N 150 Mbps Wireless N USB Adapter
Intelbras WBN 240
Alfa Network AWUS036NHA
Διαφορές στην καταχώρηση: Κωδικός Κατασκευαστή:Κωδικός Προϊόντος
0cf3:9271
Διαφορές στην καταχώρηση: Έτος εμπορικής κυκλοφορίας
2009
Διαφορές στην καταχώρηση: Διεπαφή
USB
Διαφορές στην καταχώρηση: Διανομή GNU/Linux που χρησιμοποιήθηκε για την δοκιμή
parabola , trisquel_6_0 , trisquel_7_0
Διαφορές στην καταχώρηση: Δοκιμάσθηκε με τον εξής ελεύθερο πυρήνα
3.2.0-38-generic, 3.12.7-gnu 3.12.7-gnu, 3.13.0-88-lowlatency
Διαφορές στην καταχώρηση: Λειτουργεί με ελεύθερο λογισμικό;
yes
Διαφορές στην καταχώρηση: Ελεύθεροι οδηγοί/driver που χρησιμοποιήθηκαν
ath9k_htc
Διαφορές στην καταχώρηση: Περιγραφή
[p]To get my TP-LINK TL-WN722N to work on Trisquel 6.0 Toutatis, I installed the latest Linux-libre from jxself's Freesh repository and installed the free software open-ath9k-htc firmware package (source is available [a]https://github.com/qca/open-ath9k-htc-firmware | here[/a]). [/p]

[p]To use Wi-Fi with [a]https://tehnoetic.com/adapters/tet-n150hga|Tehnoetic TET-N150HGA High Gain Antenna[/a] and FSF-certified [a]https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150|TET-N150 Mini[/a] adapters in Trisquel, I installed the free firmware from the official Trisquel package open-ath9k-htc-firmware. It is included in both [a]http://packages.trisquel.info/belenos/kernel/open-ath9k-htc-firmware | Trisquel 7[/a] and [a]http://packages.trisquel.info/en/source/toutatis-updates/open-ath9k-htc-firmware | Trisquel 6 updates[/a] repositories.[/p]
[code]
sudo apt install open-ath9k-htc-firmware
[/code]

or, if not running Trisquel and your free deb-based distribution doesn't package the free firmware, download the Trisquel package from a mirror and install the Trisquel package:

[code]
sudo dpkg -i open-ath9k-htc-firmware.deb
[/code]

or, for other free distributions that don't package the free firmware, unpack the deb archive and copy the free firmware to the canonical location:
[code]
sudo cp htc_9271.fw /lib/firmware # check if this path exists
[/code]

or
[code]
sudo cp htc_9271.fw /firmware # check if this path exists
[/code]


[p]Output of lsusb -v (run as root):[/p]
[code]
Bus 002 Device 003: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 255 Vendor Specific Subclass
bDeviceProtocol 255 Vendor Specific Protocol
bMaxPacketSize0 64
idVendor 0x0cf3 Atheros Communications, Inc.
idProduct 0x9271 AR9271 802.11n
bcdDevice 1.08
iManufacturer 16 ATHEROS
iProduct 32 USB2.0 WLAN
iSerial 48 12345
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 60
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 6
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04 EP 4 OUT
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x05 EP 5 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x06 EP 6 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 255 Vendor Specific Subclass
bDeviceProtocol 255 Vendor Specific Protocol
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)[/code]

[code] UDI: /org/freedesktop/Hal/devices/usb_device_cf3_9271_12345_if0
Unique ID: lfzD.7OI4S6n4RF2
Parent ID: ADDn.4Nx_qoDfSd7
SysFS ID: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0
SysFS BusID: 1-1.1:1.0
Hardware Class: unknown
Model: "Atheros USB2.0 WLAN"
Hotplug: USB
Vendor: usb 0x0cf3 "Atheros Communications, Inc."
Device: usb 0x9271 "USB2.0 WLAN"
Revision: "1.08"
Serial ID: "12345"
Speed: 480 Mbps
Module Alias: "usb:v0CF3p9271d0108dcFFdscFFdpFFicFFisc00ip00"
Driver Info #0:
Driver Status: ath9k_htc is active
Driver Activation Cmd: "modprobe ath9k_htc"
Config Status: cfg=new, avail=yes, need=no, active=unknown
[/code]
The contents of this page are in the Public Domain. (see the CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.
h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
JavaScript license information