Markus Bentz
Forum Replies Created
-
AuthorPosts
-
Markus BentzParticipant
ok that was easy
September 15, 2014 at 6:30 am in reply to: Error: Nothing RProvides when trying to build a custom image #6006Markus BentzParticipantHi Jesse,
I found the problem. I tried to comment in the same line which doesn’t seem to be allowed:
I changed: IMAGE_INSTALL += "apnconf" # My Comment to #My Comment IMAGE_INSTALL += "apnconf"
I assumed something way more complicated.
Thanks
MarkusMarkus BentzParticipantI was not able to get the Netgear WNA1100 to work properly. But I was now able to utilize the Edimax ew7811un. For WIFI connection and as an access point.
You have to compile the driver, wpa-supplicant and hostapd provided from REALTEK (RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911.zip)
regards
Markus BentzParticipantmodinfo of ath9k_htc
filename: /lib/modules/2.6.35.14/kernel/drivers/net/wireless/ath/ath9k/ath9k_htc.ko description: Atheros driver 802.11n HTC based wireless devices license: Dual BSD/GPL author: Atheros Communications alias: usb:v0CF3p1006d*dc*dsc*dp*ic*isc*ip* alias: usb:v0CF3p9271d*dc*dsc*dp*ic*isc*ip* depends: ath9k_hw,mac80211,ath9k_common,ath,cfg80211 vermagic: 2.6.35.14 preempt mod_unload ARMv5 parm: debug:Debugging mask (uint) parm: nohwcrypt:Disable hardware encryption (int)
Markus BentzParticipantthanks for the recommendation. I compiled a 2.3.3 image with +=”firmware-atheros-ar9271″ and connected a Netgear WNA1100. But it doesn’t seem to work.
# modinfo ath9k_hw filename: /lib/modules/2.6.35.14/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko license: Dual BSD/GPL description: Support for Atheros 802.11n wireless LAN cards. author: Atheros Communications depends: ath vermagic: 2.6.35.14 preempt mod_unload ARMv5
After plugging in the usb stick i get the following information:
usb 1-2: new full speed USB device using at91_ohci and address 8 usb 1-2: New USB device found, idVendor=0846, idProduct=9030 usb 1-2: New USB device strings: Mfr=16, Product=32, SerialNumber=48 usb 1-2: Product: WNA1100 usb 1-2: Manufacturer: NETGEAR WNA usb 1-2: SerialNumber: 12345
If I plug the stick into my Ubuntu machine I get:
[26185.498865] ieee80211 phy0: Atheros AR9271 Rev:1 [26185.511155] Registered led device: ath9k_htc-phy0 [26185.511239] usb 1-1: ath9k_htc: USB layer initialized [26185.512421] usbcore: registered new interface driver ath9k_htc [26187.873109] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Is the stick detected as mass storage on my mtcdp?
best regards
Markus -
AuthorPosts