Void Linux discussion
 help / color / mirror / Atom feed
* Wifi issue RNX-N150HG (atheros)
@ 2015-04-12  1:05 Logen Kain
  2015-04-12  6:27 ` Juan Romero Pardines
  0 siblings, 1 reply; 9+ messages in thread
From: Logen Kain @ 2015-04-12  1:05 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 583 bytes --]

Not sure if it's me or void, but I get this error.


dmesg |grep htc

[   11.059617] usb 2-1.2: ath9k_htc: Firmware htc_9271.fw requested
[   11.059672] usb 2-1.2: Direct firmware load for htc_9271.fw failed with 
error -2
[   11.059680] usb 2-1.2: ath9k_htc: Failed to get firmware htc_9271.fw
[   11.059850] usbcore: registered new interface driver ath9k_htc
[   11.060027] usb 2-1.2: ath9k_htc: USB layer deinitialized


This is a roswell RNX-N150HG.  Seems to work under ubuntu studio 12.04 I 
had lying around on a thumb drive. On void, it doesn't even light up.

[-- Attachment #1.2: Type: text/html, Size: 681 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Wifi issue RNX-N150HG (atheros)
  2015-04-12  1:05 Wifi issue RNX-N150HG (atheros) Logen Kain
@ 2015-04-12  6:27 ` Juan Romero Pardines
  2015-04-12 19:04   ` Logen Kain
  0 siblings, 1 reply; 9+ messages in thread
From: Juan Romero Pardines @ 2015-04-12  6:27 UTC (permalink / raw)
  To: voidlinux

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

error -2 is ENOENT, which means that it couldn't find the requested file.

This file seems to be part of linux-firmware-network. Do you have this pkg
installed?

[-- Attachment #2: Type: text/html, Size: 208 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Wifi issue RNX-N150HG (atheros)
  2015-04-12  6:27 ` Juan Romero Pardines
@ 2015-04-12 19:04   ` Logen Kain
  2015-04-13 14:52     ` Juan RP
  0 siblings, 1 reply; 9+ messages in thread
From: Logen Kain @ 2015-04-12 19:04 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 1090 bytes --]



On Sunday, April 12, 2015 at 1:28:12 AM UTC-5, Juan RP wrote:
>
> error -2 is ENOENT, which means that it couldn't find the requested file.
>
> This file seems to be part of linux-firmware-network. Do you have this pkg 
> installed?
>

It is installed.  Tried reinstalling anyway, nothing.

But I do find this interesting.

ip addr

4: wwp0s29u1u4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group 
default qlen 1000
    link/ether fe:4f:02:b1:71:62 brd ff:ff:ff:ff:ff:ff

I believe this is the card.

Since I don't know how to use "ip" yet, I use ifconfig to put it up and 
then ip addr

4: wwp0s29u1u4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast 
state UNKNOWN group default qlen 1000
    link/ether fe:4f:02:b1:71:62 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::fc4f:2ff:feb1:7162/64 scope link 
       valid_lft forever preferred_lft forever

Back in the day of Linux where wifi driver hell was a daily part of life, I 
don't remember wifi cards being detected at all with "ifconfig -a" unless 
the driver was working.




 

[-- Attachment #1.2: Type: text/html, Size: 1413 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Wifi issue RNX-N150HG (atheros)
  2015-04-12 19:04   ` Logen Kain
@ 2015-04-13 14:52     ` Juan RP
  2015-04-13 14:54       ` Juan RP
  0 siblings, 1 reply; 9+ messages in thread
From: Juan RP @ 2015-04-13 14:52 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 154 bytes --]

I see what's the problem. The kernel driver needs the 1.4.1 firmware, 
linux-firmware-network contains 1.4.0.

Let's see if I can fix this.

>  
>

[-- Attachment #1.2: Type: text/html, Size: 340 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Wifi issue RNX-N150HG (atheros)
  2015-04-13 14:52     ` Juan RP
@ 2015-04-13 14:54       ` Juan RP
  2015-04-13 15:00         ` Juan RP
  0 siblings, 1 reply; 9+ messages in thread
From: Juan RP @ 2015-04-13 14:54 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 121 bytes --]

Err my previous comment is wrong, this expects a file named "htc_9271.fw" 
and ours contains the version.

Fixing...

[-- Attachment #1.2: Type: text/html, Size: 146 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Wifi issue RNX-N150HG (atheros)
  2015-04-13 14:54       ` Juan RP
@ 2015-04-13 15:00         ` Juan RP
  2015-04-13 15:28           ` Juan RP
  0 siblings, 1 reply; 9+ messages in thread
From: Juan RP @ 2015-04-13 15:00 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 164 bytes --]

I've pushed a new update to the linux-firmware pkg (20150413), which 
contains
symlinks for the ath9k firmware files.

Let me know if that works.

Thanks.


[-- Attachment #1.2: Type: text/html, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Wifi issue RNX-N150HG (atheros)
  2015-04-13 15:00         ` Juan RP
@ 2015-04-13 15:28           ` Juan RP
  2015-04-13 15:38             ` Juan RP
  0 siblings, 1 reply; 9+ messages in thread
From: Juan RP @ 2015-04-13 15:28 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 63 bytes --]


Should be fixed in linux-firmware-network-20150413_2.

>
>

[-- Attachment #1.2: Type: text/html, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Wifi issue RNX-N150HG (atheros)
  2015-04-13 15:28           ` Juan RP
@ 2015-04-13 15:38             ` Juan RP
  2015-04-13 16:25               ` Logen Kain
  0 siblings, 1 reply; 9+ messages in thread
From: Juan RP @ 2015-04-13 15:38 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 173 bytes --]


The real issue was that I forget to move the proper firmware files to the 
linux-firmware-network pkg.

linux-firmware-network-20150413_3 now contains them.

Cheers

[-- Attachment #1.2: Type: text/html, Size: 204 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Wifi issue RNX-N150HG (atheros)
  2015-04-13 15:38             ` Juan RP
@ 2015-04-13 16:25               ` Logen Kain
  0 siblings, 0 replies; 9+ messages in thread
From: Logen Kain @ 2015-04-13 16:25 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 444 bytes --]



On Monday, April 13, 2015 at 10:38:23 AM UTC-5, Juan RP wrote:
>
>
> The real issue was that I forget to move the proper firmware files to the 
> linux-firmware-network pkg.
>
> linux-firmware-network-20150413_3 now contains them.
>
> Cheers
>

Yup, it's working now.  Testing it by posting things.   Thanks for the 
speedy turn around.  I figured it was something I was doing wrong. (Linux 
wi-fi still gives me nightmares) 

[-- Attachment #1.2: Type: text/html, Size: 641 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-04-13 16:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-12  1:05 Wifi issue RNX-N150HG (atheros) Logen Kain
2015-04-12  6:27 ` Juan Romero Pardines
2015-04-12 19:04   ` Logen Kain
2015-04-13 14:52     ` Juan RP
2015-04-13 14:54       ` Juan RP
2015-04-13 15:00         ` Juan RP
2015-04-13 15:28           ` Juan RP
2015-04-13 15:38             ` Juan RP
2015-04-13 16:25               ` Logen Kain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).