Re: USB WiFi Adapter

2022-08-24 Thread Timothy M Butterworth
On Wed, Aug 24, 2022 at 9:45 PM John Scott  wrote:

> I would like to recap some points that've already been shared in this
> thread and also give some advice for those who want to use libre USB Wi-
> Fi adapters with Debian GNU/Linux.
>
> The best one can do with free software right now is 802.11n. There are
> two main families of chipsets for USB wireless adapters, ath9k_htc
> (AR7010 & AR9271) and "carl9170" (AR9170). The latter has some issues
> with 802.11n setups, so the former should be preferred.
>
> AR9271 is never dual-band capable; it is always 2.4GHz only. Whether an
> AR7010 or AR9170 adapter is dual-band capable depends on what wireless
> chip it is paired with. In general dual-band capable AR7010 adapters are
> somewhat challenging to find, but dual-band AR9170 adapters are easy to
> find.


Thanks I found a AR9271 on Amazon for $12.00 much better than $50.
https://smile.amazon.com/gp/product/B082Q2XFB9/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1
I
do not need Gbps speeds as my connectivity bottle necks on my 4G LTE home
internet at 600 Kbps.



> For those interested in the technical details, ath9k_htc uses a custom
> Xtensa CPU and as such requires a custom cross toolchain. Currently we
> build this free firmware in Debian completely from source, which is
> quite an achievement! I'm the current maintainer of open-ath9k-htc-
> firmware in Debian (more on that package later), but much credit goes to
> the former maintainer Oleksij Rempel, especially for his encouragement
> of me. AR9170 uses an ordinary SuperH-2 CPU, and as such the carl9170
> firmware can be built with a standard SuperH cross toolchain. I've
> currently packaged gcc-sh-elf and binutils-sh-elf in Debian Unstable, so
> that when I get around to it (or when someone I can mentor expresses
> interest 😉️) we can build carl9170 from source as well.
>
> The firmware for AR9170 (AKA carl9170) is currently shipped in the
> firmware-linux-free package. However, due to complicated historical
> reasons, the firmware for ath9k_htc is in a separate firmware-ath9k-htc
> package, which tragically is not installed by default like all other
> free firmware is. There is a common misconception that because ath9k_htc
> adapters don't work out-of-the-box, but because the firmware also
> happens to be in the non-free firmware-atheros package, that this is
> actually non-free. That's not true; it's a fluke that the ath9k_htc
> firmware is in firmware-atheros, and we're working to get it removed
> from there.
>
> So here's what I want to emphasize: if there's a chance you'll be using
> an ath9k_htc adapter, install the firmware-ath9k-htc package. If you
> don't know whether the adapter you have (or will have) has ath9k_htc,
> installing that package won't hurt.
>
> In general, for issues such as this, one should consult the Free
> Software Foundation's Respects Your Freedom program, which certifies
> devices that are guaranteed to be the best one can do with free
> software. ThinkPenguin is just one of many vendors that sells USB
> wireless adapters that work with free software+firmware.
>
> Also, neither carl9170 nor ath9k_htc work with the Debian Installer
> right now, so if one needs to install over Wi-Fi, the Live installer
> should be considered.
>
> Disclaimer: I have been compensated by ThinkPenguin, an FSF RYF vendor,
> for my Debian wireless packaging work.
>
> If anyone has questions on the matter, or would like to help with
> wireless hacking, anyone is welcome to reach me privately.
>


-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀


Re: USB WiFi Adapter

2022-08-24 Thread John Scott
I would like to recap some points that've already been shared in this
thread and also give some advice for those who want to use libre USB Wi-
Fi adapters with Debian GNU/Linux.

The best one can do with free software right now is 802.11n. There are
two main families of chipsets for USB wireless adapters, ath9k_htc
(AR7010 & AR9271) and "carl9170" (AR9170). The latter has some issues
with 802.11n setups, so the former should be preferred.

AR9271 is never dual-band capable; it is always 2.4GHz only. Whether an
AR7010 or AR9170 adapter is dual-band capable depends on what wireless
chip it is paired with. In general dual-band capable AR7010 adapters are
somewhat challenging to find, but dual-band AR9170 adapters are easy to
find. 

For those interested in the technical details, ath9k_htc uses a custom
Xtensa CPU and as such requires a custom cross toolchain. Currently we
build this free firmware in Debian completely from source, which is
quite an achievement! I'm the current maintainer of open-ath9k-htc-
firmware in Debian (more on that package later), but much credit goes to
the former maintainer Oleksij Rempel, especially for his encouragement
of me. AR9170 uses an ordinary SuperH-2 CPU, and as such the carl9170
firmware can be built with a standard SuperH cross toolchain. I've
currently packaged gcc-sh-elf and binutils-sh-elf in Debian Unstable, so
that when I get around to it (or when someone I can mentor expresses
interest 😉️) we can build carl9170 from source as well.

The firmware for AR9170 (AKA carl9170) is currently shipped in the
firmware-linux-free package. However, due to complicated historical
reasons, the firmware for ath9k_htc is in a separate firmware-ath9k-htc
package, which tragically is not installed by default like all other
free firmware is. There is a common misconception that because ath9k_htc
adapters don't work out-of-the-box, but because the firmware also
happens to be in the non-free firmware-atheros package, that this is
actually non-free. That's not true; it's a fluke that the ath9k_htc
firmware is in firmware-atheros, and we're working to get it removed
from there.

So here's what I want to emphasize: if there's a chance you'll be using
an ath9k_htc adapter, install the firmware-ath9k-htc package. If you
don't know whether the adapter you have (or will have) has ath9k_htc,
installing that package won't hurt.

In general, for issues such as this, one should consult the Free
Software Foundation's Respects Your Freedom program, which certifies
devices that are guaranteed to be the best one can do with free
software. ThinkPenguin is just one of many vendors that sells USB
wireless adapters that work with free software+firmware.

Also, neither carl9170 nor ath9k_htc work with the Debian Installer
right now, so if one needs to install over Wi-Fi, the Live installer
should be considered.

Disclaimer: I have been compensated by ThinkPenguin, an FSF RYF vendor,
for my Debian wireless packaging work.

If anyone has questions on the matter, or would like to help with
wireless hacking, anyone is welcome to reach me privately.


signature.asc
Description: This is a digitally signed message part


Re: USB WiFi Adapter

2022-08-24 Thread Andrew M.A. Cater
On Wed, Aug 24, 2022 at 03:11:45AM +0200, basti wrote:
> https://elinux.org/RPi_USB_Wi-Fi_Adapters#Working_USB_Wi-Fi_Adapters
> 
> Am 24.08.22 um 01:55 schrieb Timothy M Butterworth:
> > All,
> > 
> > Can anyone recommend a USB WiFi adapter that will work without binary
> > blob proprietary drivers?
> > 
> > Thanks
> > 
> > Tim
> > 
> > -- 
> > ⢀⣴⠾⠻⢶⣦⠀
> > ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
> > ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/ <https://www.debian.org/>
> > ⠈⠳⣄⠀⠀
>

Very old Atheros chipsets have some free firmware, I think.

If you can find them, those using Ath9k now have a free firmware and Atheros
 AR9271 

Essentially almost none now - which is why ThinkPenguin are so expensive. Oh
and as someone pointed out, you still need *a* blob to deal with regulatory
stuff, esp. in USA.

See also one of the very valid reasons why we're talking about firmware over
in debian-vote at the moment.

All the very best, as ever,

Andy Cater



Re: USB WiFi Adapter

2022-08-23 Thread gene heskett

On 8/23/22 20:50, Jude DaShiell wrote:

Atheros is what thinkpenguin.com uses to avoid proprietary blobs.
By law here in the USA, the power and frequency controls for an rf 
radiating device MUST

not be user accessible.

Hence the locked down read only blobs, which they won't work without. 
This is to assure
that the maker of such a device is following the the rules and 
regulations as set by the FCC.
Otherwise some hacker could design a 10 kw output device operating in 
the blue tooth

assigned frequencies.

Many other countries have similar laws.


Jude 
"There are four boxes to be used in defense of liberty:
  soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)

.

On Tue, 23 Aug 2022, Timothy M Butterworth wrote:


All,

Can anyone recommend a USB WiFi adapter that will work without binary blob
proprietary drivers?

Thanks

Tim



.



Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page <http://geneslinuxbox.net:6309/>



Re: USB WiFi Adapter

2022-08-23 Thread basti

https://elinux.org/RPi_USB_Wi-Fi_Adapters#Working_USB_Wi-Fi_Adapters

Am 24.08.22 um 01:55 schrieb Timothy M Butterworth:

All,

Can anyone recommend a USB WiFi adapter that will work without binary 
blob proprietary drivers?


Thanks

Tim

--
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/ <https://www.debian.org/>
⠈⠳⣄⠀⠀




Re: USB WiFi Adapter

2022-08-23 Thread Timothy M Butterworth
On Tue, Aug 23, 2022 at 8:47 PM Jude DaShiell  wrote:

> Atheros is what thinkpenguin.com uses to avoid proprietary blobs.
>
> Think Penguin is pricey. They want $50 for a USB 802.11N adapter. When you
need it you need it so I ordered one.


>
> Jude 
> "There are four boxes to be used in defense of liberty:
>  soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author, 1940)
>
> .
>
> On Tue, 23 Aug 2022, Timothy M Butterworth wrote:
>
> > All,
> >
> > Can anyone recommend a USB WiFi adapter that will work without binary
> blob
> > proprietary drivers?
> >
> > Thanks
> >
> > Tim
> >
> >
>


-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀


Re: USB WiFi Adapter

2022-08-23 Thread basti

https://elinux.org/RPi_USB_Wi-Fi_Adapters#Working_USB_Wi-Fi_Adapters

Am 24.08.22 um 01:55 schrieb Timothy M Butterworth:

All,

Can anyone recommend a USB WiFi adapter that will work without binary 
blob proprietary drivers?


Thanks

Tim

--
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/ <https://www.debian.org/>
⠈⠳⣄⠀⠀




Re: USB WiFi Adapter

2022-08-23 Thread Jude DaShiell
Atheros is what thinkpenguin.com uses to avoid proprietary blobs.


Jude 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)

.

On Tue, 23 Aug 2022, Timothy M Butterworth wrote:

> All,
>
> Can anyone recommend a USB WiFi adapter that will work without binary blob
> proprietary drivers?
>
> Thanks
>
> Tim
>
>



USB WiFi Adapter

2022-08-23 Thread Timothy M Butterworth
All,

Can anyone recommend a USB WiFi adapter that will work without binary blob
proprietary drivers?

Thanks

Tim

-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀


Re: strange problem with usb wifi adapter

2021-12-15 Thread Long Wind
i've been able to find out why official debian installer needn't non-freeware, 
thanks for David's explanation
  
run linux and set up my adapter with non-free mt7601u.bin
then reboot to start debian installer
this time installer can use my adapter without non-free firmware 
firmware loaded can survive reboot, as David explains



Re: strange problem with usb wifi adapter

2021-12-15 Thread Long Wind
Curt, i have some good news, i try buster and bullseye *netinst.iso today, both 
ask me for  mt7601u.bin

it's not easy for me to explain why they don't last time

maybe installer find firmware somewhere in my PC
(i have installed linux before)
but why they don't install firmware to my target device?
maybe firmware happen to be in partition where debian 10/11 are to be installed

but installer has other bugs, it can't detect my netgear adapter though kernel 
support it, it can't proceed just because it's on 1st device.

i think i've been very unproductive bothering with these issues



Re: strange problem with usb wifi adapter

2021-12-15 Thread Andrew M.A. Cater
On Wed, Dec 15, 2021 at 11:32:05AM -, Curt wrote:
> On 2021-12-15, Long Wind  wrote:
> > On Sunday, December 12, 2021, 8:31:17 AM EST, Curt  wrote: 
> > Does this mean the official Buster netinstall kernel contains a free driver 
> > for your wireless card but the subsequently installed Buster user kernel 
> > does not?
> >
> >
> > Sorry, Curt, I see your reply today, it's too late  
> >
> > i think official buster debian-10.11.0-i386-netinst.iso has non-free 
> > firmware, but it isn't installed to user's target device
> >
> > apparently both use non-free mt7601u firmware
> >
> > if they have free driver for my adapter, surely they shall install to my 
> > target device
> >
> 
> No problem; I was thinking later my remark was actually pretty stupid
> (ruining my stellar reputation here), but I'd seen this (believing if
> there was a kernel driver that meant it was open source or something)
> 
>  https://cateee.net/lkddb/web-lkddb/MT7601U.html
> 
> and also experienced mild incredulity in discovering the official netinstaller
> might contain a non-free entity (that it inexplicably deprives the
> obliviously "tainted" user once its job is done), which got me to
> wondering what in heaven's sake the *unofficial* netinstaller was for,
> the official one already being a little bit pregnant anyway, as it were.
> 
> 

So: if it works - you need firmware-linux-nonfree which pulls in 
firmware-misc-nonfree [For Bullseye]

  * MediaTek MT7601U firmware, version 34 (mt7601u.bin)

is in firmware-misc-nonfree.

If you use the unofficial non-free installer, that would be found on
boot, I think. If you then install a desktop environment, you would get
the ability to configure it with network-manager or whatever other utility.

Hope this helps, all the very best, as ever,

Andy Cater



Re: strange problem with usb wifi adapter

2021-12-15 Thread Curt
On 2021-12-15, Long Wind  wrote:
> On Sunday, December 12, 2021, 8:31:17 AM EST, Curt  wrote: 
> Does this mean the official Buster netinstall kernel contains a free driver 
> for your wireless card but the subsequently installed Buster user kernel does 
> not?
>
>
> Sorry, Curt, I see your reply today, it's too late  
>
> i think official buster debian-10.11.0-i386-netinst.iso has non-free 
> firmware, but it isn't installed to user's target device
>
> apparently both use non-free mt7601u firmware
>
> if they have free driver for my adapter, surely they shall install to my 
> target device
>

No problem; I was thinking later my remark was actually pretty stupid
(ruining my stellar reputation here), but I'd seen this (believing if
there was a kernel driver that meant it was open source or something)

 https://cateee.net/lkddb/web-lkddb/MT7601U.html

and also experienced mild incredulity in discovering the official netinstaller
might contain a non-free entity (that it inexplicably deprives the
obliviously "tainted" user once its job is done), which got me to
wondering what in heaven's sake the *unofficial* netinstaller was for,
the official one already being a little bit pregnant anyway, as it were.




Re: strange problem with usb wifi adapter

2021-12-15 Thread Long Wind
On Sunday, December 12, 2021, 8:31:17 AM EST, Curt  wrote: 
Does this mean the official Buster netinstall kernel contains a free driver for 
your wireless card but the subsequently installed Buster user kernel does not?


Sorry, Curt, I see your reply today, it's too late  

i think official buster debian-10.11.0-i386-netinst.iso has non-free firmware, 
but it isn't installed to user's target device

apparently both use non-free mt7601u firmware

if they have free driver for my adapter, surely they shall install to my target 
device




Re: strange problem with usb wifi adapter

2021-12-12 Thread tomas
On Sun, Dec 12, 2021 at 01:03:31PM +, Long Wind wrote:
> Thanks to all! i take tomás's advice and manage to copy buster installer's 
> kernel message:
> 
> [   68.255616] usb 1-1.1: reset full-speed USB device number 6 using ehci-pci
> [   68.474958] mt7601u 1-1.1:1.0: ASIC revision: 76010001 MAC revision: 
> 76010500
> [   68.531583] mt7601u 1-1.1:1.0: EEPROM ver:0d fae:00
> [   68.784552] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
> [   68.785518] usbcore: registered new interface driver mt7601u
> [   68.792412] mt7601u 1-1.1:1.0 wlx502b73d50a69: renamed from wlan0
> 
> and compare with buster's /var/log/messages:
> 
> [   86.341256] mt7601u 1-1.1:1.0: ASIC revision: 76010001 MAC revision: 
> 76010500
> [   86.351154] mt7601u 1-1.1:1.0: firmware: direct-loading firmware 
> mt7601u.bin
> [   86.351172] mt7601u 1-1.1:1.0: Firmware Version: 0.1.00 Build: 7640 Build 
> time: 201302052146
> [   86.739115] mt7601u 1-1.1:1.0: EEPROM ver:0d fae:00
> [   87.021000] usbcore: registered new interface driver mt7601u
> [   87.066835] mt7601u 1-1.1:1.0 wlx502b73d50a69: renamed from wlan0
> 
> it seems to me that buster installer include non-free firmware, but it isn't 
> installed to user's target device

That sounds plausible. What I miss in the comparison is the complaint
that it couldn't load the firmware, like in my case:

 [   54.996555] iwlwifi :03:00.0: firmware: failed to load 
iwl-debug-yoyo.bin (-2)

But perhaps this driver is silent? I don't know.

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: strange problem with usb wifi adapter

2021-12-12 Thread Curt
On 2021-12-12, Long Wind  wrote:
> Thanks to all! i take tomás's advice and manage to copy buster installer's 
> kernel message:
>
> [   68.255616] usb 1-1.1: reset full-speed USB device number 6 using ehci-pci
> [   68.474958] mt7601u 1-1.1:1.0: ASIC revision: 76010001 MAC revision: 
> 76010500
> [   68.531583] mt7601u 1-1.1:1.0: EEPROM ver:0d fae:00
> [   68.784552] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
> [   68.785518] usbcore: registered new interface driver mt7601u
> [   68.792412] mt7601u 1-1.1:1.0 wlx502b73d50a69: renamed from wlan0
>

Does this mean the official Buster netinstall kernel contains a free driver for 
your
wireless card but the subsequently installed Buster user kernel does not?



Re: strange problem with usb wifi adapter

2021-12-12 Thread Curt
On 2021-12-12, Andrew M.A. Cater  wrote:
>
> The fact of having trouble installing via wifi is one of the reasons why
> installer doesn't configure it - though you do get a prompt saying something 

The fact here, though, is the OP's wireless card was "configured" during
the installation process and worked perfectly. What we're trying to
discover is how and why his wireless worked with the official Debian
installer if it requires non-free firmware to function after a hard
reboot. 



Re: strange problem with usb wifi adapter

2021-12-12 Thread Brian
On Sun 12 Dec 2021 at 09:58:29 +0100, Andrei POPESCU wrote:

> On Sb, 11 dec 21, 14:57:42, Joe wrote:
> > 
> > I did my first netinstall without asking for expert mode (I assumed it
> > would do a decent job by itself, and I did not consider myself an
> > expert) and this was when I had only a couple of computers and used
> > hosts files and static addressing. Under those conditions, the
> > installer did not install Ethernet networking in the installed system,
> > despite having used it itself in order to make the installation. 
> > 
> > I reported this behaviour as a bug and was rather tersely told that it
> > was a feature. No expert + no DHCP = no Ethernet. OK, I could have been
> > building an isolated certificate authority machine, but surely then I'd
> > have used expert mode...
> > 
> > I don't know if installers still do that, it's many years since I ran a
> > network without DHCP, and I *always* use expert mode, even for routine
> > throwaway installations.
> 
> The configuration used during the installation is passed on to the final 
> system. It has been like this since at least sarge.

These days an exception to this is when the installation is done over a
wireless link and a DE is not selected. See the bug reports for netcfg.

-- 
Brian.



Re: strange problem with usb wifi adapter

2021-12-12 Thread tomas
On Sun, Dec 12, 2021 at 10:07:12AM +, Andrew M.A. Cater wrote:
> On Sun, Dec 12, 2021 at 12:18:52AM +, Long Wind wrote:
> > 
> > Thank David!
> > 
> >  if this theory is correct, how does debian installer configure it? 
> > official image i use is supposed to be without non-free firmware 
> > 
> 
> If it's a particular Mediatek chipset, then the firmware for it may be
> in the firmware-linux-nonfree metapackage - which also pulls in 
> firmware-misc-nonfree which is the package where the actual driver is. 
> 99% of current wireless chips need additional firmware to operate correctly.
> https://packages.debian.org/bullseye/firmware-linux-nonfree 

As another hint to debugging, you may look into dmesg's output (do, e.g.
"sudo dmesg | less") for clues. An idea to clear the above question
would be to compare dmesg's output while the installer is running with
the one after the installed system boots.

Here's "my" kernel's output to dmesg while it's trying to feed "my" WiFi
hardware its firmware, to give you a rough idea on what to look for.
Searching for "wifi", or for your wifi's kernel module's name seem to be
good approaches:

  [   54.906353] Intel(R) Wireless WiFi driver for Linux
  [   54.906565] iwlwifi :03:00.0: can't disable ASPM; OS doesn't have ASPM 
control
  [   54.996363] iwlwifi :03:00.0: firmware: direct-loading firmware 
iwlwifi-6000g2a-6.ucode
  [   54.996531] iwlwifi :03:00.0: loaded firmware version 18.168.6.1 
6000g2a-6.ucode op_mode iwldvm
  [   54.996555] iwlwifi :03:00.0: firmware: failed to load 
iwl-debug-yoyo.bin (-2)
  [   54.996617] firmware_class: See https://wiki.debian.org/Firmware for 
information about missing firmware

So it seems to load some iwlwifi-6000g2a-6.ucode, which seems to work
But that one "...-yoyo.bin". What that "-2" means is anyone's guess, but
my gues would be "No such file or directory" (keeping with the good old
ERRNO tradition, why should the kernel folks break that?).

Happy digging :)
-- 
tomás


signature.asc
Description: PGP signature


Re: strange problem with usb wifi adapter

2021-12-12 Thread Andrew M.A. Cater
On Sun, Dec 12, 2021 at 12:18:52AM +, Long Wind wrote:
> 
> Thank David!
> 
>  if this theory is correct, how does debian installer configure it? official 
> image i use is supposed to be without non-free firmware 
> 

If it's a particular Mediatek chipset, then the firmware for it may be
in the firmware-linux-nonfree metapackage - which also pulls in 
firmware-misc-nonfree which is the package where the actual driver is. 
99% of current wireless chips need additional firmware to operate correctly.
https://packages.debian.org/bullseye/firmware-linux-nonfree 

The fact of having trouble installing via wifi is one of the reasons why
I've started suggesting that people should use the unofficial installer which
includes non-free firmware for wifi chipsets. If anyone wants to use the 
official image to install - it will generally work for wired connection 
over Ethernet - which would also allow you then to add the non-free firmware
for the wifi card. [For a virtual machine, the official image is ideal because 
that then  depends on the host machine anyway.] 

If your card needs firmware, then it's quite possible that the official 
installer doesn't configure it - though you do get a prompt saying something 
close to "Your device may need nno-free firmware. Use non-free or load 
firmware now"

Hope this helps, with every good wish, as ever

Andy Cater



Re: strange problem with usb wifi adapter

2021-12-12 Thread Andrei POPESCU
On Sb, 11 dec 21, 14:57:42, Joe wrote:
> 
> I did my first netinstall without asking for expert mode (I assumed it
> would do a decent job by itself, and I did not consider myself an
> expert) and this was when I had only a couple of computers and used
> hosts files and static addressing. Under those conditions, the
> installer did not install Ethernet networking in the installed system,
> despite having used it itself in order to make the installation. 
> 
> I reported this behaviour as a bug and was rather tersely told that it
> was a feature. No expert + no DHCP = no Ethernet. OK, I could have been
> building an isolated certificate authority machine, but surely then I'd
> have used expert mode...
> 
> I don't know if installers still do that, it's many years since I ran a
> network without DHCP, and I *always* use expert mode, even for routine
> throwaway installations.

The configuration used during the installation is passed on to the final 
system. It has been like this since at least sarge.


Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser


signature.asc
Description: PGP signature


Re: strange problem with usb wifi adapter

2021-12-11 Thread David Wright
On Sun 12 Dec 2021 at 00:18:52 (+), Long Wind wrote:

>  if this theory is correct, how does debian installer configure it? official 
> image i use is supposed to be without non-free firmware 

It's not a theory, it's a hypothesis based on what you have told us.
Each new fact that you reveal can be used to refine or reject it.
You can of course do this more easily than I can, as I don't have
access to a device like that.

Every step matters in your research: power changes, booting,
un/plugging, choice of socket, etc, and their precise sequence,
if you want to get past just posting anecdotes.

I'm not even certain whather your OP was actually
a strange problem, or just a strange phenomenon.

Cheers,
David.



Re: strange problem with usb wifi adapter

2021-12-11 Thread David Wright
On Sat 11 Dec 2021 at 22:03:41 (+), Long Wind wrote:

> David is right, lsusb:
> Bus 002 Device 004: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless 
> Adapter
> 
> i do some interesting test, am able to reproduce my problem,
> it reaffirm my suspicion that it's related to power cutoff,
> something i can't explain because of my limited hardware knowledge  
> 
> i think my adapter uses mt7601u.bin in /lib/firmware
> i remove firmware-misc-nonfree, wifi works even after reboot
> though /lib/firmware/mt7601u.bin is gone
> 
> then i shutdown and unplug power cord and wait for half minute
> i  plug power cord and boot, same problem arise
>  lsusb can list my adapter, but "ip link" doesn't show it
> and i have to install firmware-misc-nonfree to solve it

Firmware isn't like most software, where it's read from the
filesystem whenever it's needed. It's not even like heavily
used software, where it's kept in cache in memory to avoid
having to read the filesystem so frequently.

What you appear to be describing is a case where the kernel
module loads some firmware into the chips inside the device,
making it work correctly. And until the power is removed
from those chips, the firmware remains in the chips.

In days of yore, many people had to initialise some internal
devices in PCs using DOS, and then perform what was termed
a warm/soft reboot to load linux without losing the effects
of the initialisation.

Cheers,
David.



Re: strange problem with usb wifi adapter

2021-12-11 Thread David Wright
On Sat 11 Dec 2021 at 12:13:23 (+), Andrew M.A. Cater wrote:
> On Sat, Dec 11, 2021 at 05:33:05AM +, Long Wind wrote:
> > buster installer can configure my usb wifi adapter without non-freeware
> > it works well after installation, i install many packages by wifi
> > i shutdown and power disconnect from pc
> > then power return and i boot buster, 
> > buster can't recognize wifi adapter, though i try many usb ports
> > i install  firmware-misc-nonfree, wifi adapter works now
> > 
> > i bet bullseye has same problem
> 
> 1. Which Wifi adapter? - lusb may tell you. This is important: because
> one works without firmware, it doesn't mean they all will. Firmware is
> specific to chipset from the manufacturer.

Ralink MT7601U Wireless Adapter type: USB driver: mt7601u according to:
https://lists.debian.org/debian-user/2021/02/msg00286.html

> 2. How are you bringing up the interface for the Wifi adapter to connect?
> 
> 3. Is the Wifi adapter permanently plugged in or are you removing it and 
> replugging it.
> 
> If you can give clear answers - it is especially helpful if you can
> show approaches you have tried / commands you have run / logs - we 
> can help you better.

I don't know whether the problem is firmware, or a regression in the
kernel, or what. Googling led to:

https://github.com/kuba-moo/mt7601u/issues/64#issuecomment-352250127

but I could probably only make sense of this page if I were
in posession of the item.

Cheers,
David.



Re: strange problem with usb wifi adapter

2021-12-11 Thread Joe
On Sat, 11 Dec 2021 05:33:05 + (UTC)
Long Wind  wrote:

> buster installer can configure my usb wifi adapter without
> non-freeware it works well after installation, i install many
> packages by wifi i shutdown and power disconnect from pc
> then power return and i boot buster, 
> buster can't recognize wifi adapter, though i try many usb ports
> i install  firmware-misc-nonfree, wifi adapter works now
> 
> i bet bullseye has same problem
> 

This kind of problem is fairly normal with installers: they often use
features within their own code which they do not necessarily install in
the target system. The installer will have loaded the necessary firmware
for its own use, but will not assume that the installed system also
needs it, especially if you don't ask for non-free software.

I did my first netinstall without asking for expert mode (I assumed it
would do a decent job by itself, and I did not consider myself an
expert) and this was when I had only a couple of computers and used
hosts files and static addressing. Under those conditions, the
installer did not install Ethernet networking in the installed system,
despite having used it itself in order to make the installation. 

I reported this behaviour as a bug and was rather tersely told that it
was a feature. No expert + no DHCP = no Ethernet. OK, I could have been
building an isolated certificate authority machine, but surely then I'd
have used expert mode...

I don't know if installers still do that, it's many years since I ran a
network without DHCP, and I *always* use expert mode, even for routine
throwaway installations.

-- 
Joe



Re: strange problem with usb wifi adapter

2021-12-11 Thread Andrew M.A. Cater
On Sat, Dec 11, 2021 at 05:33:05AM +, Long Wind wrote:
> buster installer can configure my usb wifi adapter without non-freeware
> it works well after installation, i install many packages by wifi
> i shutdown and power disconnect from pc
> then power return and i boot buster, 
> buster can't recognize wifi adapter, though i try many usb ports
> i install  firmware-misc-nonfree, wifi adapter works now
> 
> i bet bullseye has same problem
> 

Hi Long Wind,

1. Which Wifi adapter? - lusb may tell you. This is important: because
one works without firmware, it doesn't mean they all will. Firmware is
specific to chipset from the manufacturer.

2. How are you bringing up the interface for the Wifi adapter to connect?

3. Is the Wifi adapter permanently plugged in or are you removing it and 
replugging it.

If you can give clear answers - it is especially helpful if you can
show approaches you have tried / commands you have run / logs - we 
can help you better.

With every good wish, as ever,

Andy Cater



Re: strange problem with usb wifi adapter

2021-12-11 Thread Andrei POPESCU
On Sb, 11 dec 21, 08:49:00, Long Wind wrote:
> 
> now i can't run lsmod in past unless i have time machine
> but i might install bullseye in future, i'll have same problem
> do you have suggestion on trouble-shooting ?

We don't have time machines, but we do have logs ;)

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser


signature.asc
Description: PGP signature


Re: strange problem with usb wifi adapter

2021-12-11 Thread tomas
On Sat, Dec 11, 2021 at 08:11:04AM +, Long Wind wrote:
> 
> tomas, glad you are back, i think you've  been for long time

thanks for the warm welcome :)

Actually, just a trivial technical problem: while upgrading my server,
Debian's mailer got too many bounces and (rightfully) kicked me out.
Combined with the hot mess I'm currently in, I didn't notice at first.
Now I'm resubscribed.

> i wonder if my wifi adapter really needs nonfreeware

If it doesn't work without, you have at least some evidence towards
that. I'm currently too distracted to look deeper, but there is sure a
way to see what the kernel is doing while pushing the firmware to your
WiFi adapter. I'd expect to get a hint in the logs.

> after all , debain disclaimer is true, it's not bug-free, use it at your own 
> risk

I don't think there is any bug-free complex system. Commercial systems
will tell you that in the small print only ;-)

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: strange problem with usb wifi adapter

2021-12-11 Thread Cindy Sue Causey
On 12/11/21, Long Wind  wrote:
>
> tomas, glad you are back, i think you've  been for long time
>
> i wonder if my wifi adapter really needs nonfreeware


That's what I was wondering. What's it using to successfully function
before you have to install the nonfree package after the next boot up?
Would comparing something like lsmod before and after provide any
insight?

Just thinking out loud.. :)

Cindy :)
-- 
Cindy-Sue Causey
Talking Rock, Pickens County, Georgia, USA
* runs with birdseed *



Re: strange problem with usb wifi adapter

2021-12-11 Thread Long Wind


tomas, glad you are back, i think you've  been for long time

i wonder if my wifi adapter really needs nonfreeware

after all , debain disclaimer is true, it's not bug-free, use it at your own 
risk



Re: strange problem with usb wifi adapter

2021-12-10 Thread tomas
On Sat, Dec 11, 2021 at 05:33:05AM +, Long Wind wrote:
> buster installer can configure my usb wifi adapter without non-freeware
> it works well after installation, i install many packages by wifi
> i shutdown and power disconnect from pc
> then power return and i boot buster, 
> buster can't recognize wifi adapter, though i try many usb ports
> i install  firmware-misc-nonfree, wifi adapter works now
> 
> i bet bullseye has same problem

That's correct: many (most?) wifi hardware these days needs non-free
firmware. If you want to avoid that, having a look at [1] *before buying
anything* might be helpful.

Cheers

[1] https://wiki.debian.org/WiFi

-- 
t


signature.asc
Description: PGP signature


Re: The TP-Link TL-WN722N USB WiFi adapter ...

2018-01-28 Thread Roger Price

On Sun, 28 Jan 2018, Curt wrote:


Looking briefly I saw this bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842422

... or kernel parameter net.ifnames=0


I had the same problem with the same WiFi adapter.  Setting kernel parameter 
net.ifnames=0 solved the problem for me.  Thanks, Roger




Re: The TP-Link TL-WN722N USB WiFi adapter ...

2018-01-28 Thread Ben Caradoc-Davies

On 29/01/18 06:56, Curt wrote:

Looking briefly I saw this bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842422
Two workarounds:
  /etc/NetworkManager/NetworkManager.conf
adding
  [device]
  wifi.scan-rand-mac-address=no
to
  /etc/NetworkManager/NetworkManager.conf
or kernel parameter
  net.ifnames=0
at boot.


I use both and my TL-WN722N works fine on sid.

Kind regards,

--
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand



Re: The TP-Link TL-WN722N USB WiFi adapter ...

2018-01-28 Thread Curt
On 2018-01-28, pe...@easthope.ca  wrote:
> ... worked in Squeeze or Wheezy.  In Stretch, Network Manager fails to 
> report wlan0 automatically.  After wlan0 is specified in Perferences, 
> extant networks are visible.  Nevertheless, connection fails even with 
> authentication off in the router.
>
> peter@computer:~$ lsmod | grep ath
> ath9k_htc  61440  0
> ath9k_common   32768  1 ath9k_htc
> ath9k_hw  413696  2 ath9k_htc,ath9k_common
> ath24576  3 ath9k_htc,ath9k_hw,ath9k_common
> mac80211  548864  1 ath9k_htc
> cfg80211  446464  4 ath9k_htc,mac80211,ath,ath9k_common
> usbcore   184320  7 
> ath9k_htc,usbhid,usb_storage,ehci_hcd,uhci_hcd,u
> as,ehci_pci
>
> peter@computer:~$ ls /sys/class/net
> eth0  lo  wlan0
>
> This is consequent to the new interface identification scheme? Any 
> solution?  Ideas?
>
> Thanks,... Peter E.
>
>

Looking briefly I saw this bug:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842422

Two workarounds:

 /etc/NetworkManager/NetworkManager.conf

adding

 [device]
 wifi.scan-rand-mac-address=no

to 

 /etc/NetworkManager/NetworkManager.conf

or kernel parameter
 
 net.ifnames=0

at boot.

Maybe not pertinent.
-- 
“True terror is to wake up one morning and discover that your high school class
is running the country.” – Kurt Vonnegut



The TP-Link TL-WN722N USB WiFi adapter ...

2018-01-28 Thread peter
... worked in Squeeze or Wheezy.  In Stretch, Network Manager fails to 
report wlan0 automatically.  After wlan0 is specified in Perferences, 
extant networks are visible.  Nevertheless, connection fails even with 
authentication off in the router.

peter@computer:~$ lsmod | grep ath
ath9k_htc  61440  0
ath9k_common   32768  1 ath9k_htc
ath9k_hw  413696  2 ath9k_htc,ath9k_common
ath24576  3 ath9k_htc,ath9k_hw,ath9k_common
mac80211  548864  1 ath9k_htc
cfg80211  446464  4 ath9k_htc,mac80211,ath,ath9k_common
usbcore   184320  7 ath9k_htc,usbhid,usb_storage,ehci_hcd,uhci_hcd,u
as,ehci_pci

peter@computer:~$ ls /sys/class/net
eth0  lo  wlan0

This is consequent to the new interface identification scheme? Any 
solution?  Ideas?

Thanks,... Peter E.





-- 

123456789 123456789 123456789 123456789 123456789 123456789 123456789
Tel: +1 360 639 0202  Pender Is.: +1 250 629 3757
http://easthope.ca/Peter.html  Bcc: peter at easthope. ca
https://en.wikibooks.org/wiki/Medical_Suction_Machines
https://en.wikibooks.org/wiki/Oberon



Re: Suitable USB WiFi Adapter

2015-11-04 Thread Curt
On 2015-11-03, Stefan Monnier  wrote:
>> Just a thought, have you considered just replacing the internal wireless
>> card? As far as I can tell, it's a regular Mini-PCI-E card and should be
>> accessible under a flap on the bottom of the laptop. Something like an Intel
>> 7260 should work nicely. 802.11a/b/g/n/ac plus Bluetooth 4.0 and it should
>> work well with the iwlwifi driver.
>
> I can't seem to find any info about whether or not the 7260 card is able
> to use *simultaneously* the 2.4GHz and the 5GHz bands (e.g. when setup
> as access point).
>
>

This man says no it is not (possible):

http://vincent.bernat.im/en/blog/2014-intel-7260-access-point.html





Re: Suitable USB WiFi Adapter

2015-11-03 Thread Stefan Monnier
> Just a thought, have you considered just replacing the internal wireless
> card? As far as I can tell, it's a regular Mini-PCI-E card and should be
> accessible under a flap on the bottom of the laptop. Something like an Intel
> 7260 should work nicely. 802.11a/b/g/n/ac plus Bluetooth 4.0 and it should
> work well with the iwlwifi driver.

I can't seem to find any info about whether or not the 7260 card is able
to use *simultaneously* the 2.4GHz and the 5GHz bands (e.g. when setup
as access point).


Stefan



Re: Suitable USB WiFi Adapter

2015-10-30 Thread Tim McDonough

On 10/29/2015 11:32 AM, Darac Marjal wrote:
Just a thought, have you considered just replacing the internal 
wireless card? As far as I can tell, it's a regular Mini-PCI-E card 
and should be accessible under a flap on the bottom of the laptop. 
Something like an Intel 7260 should work nicely. 802.11a/b/g/n/ac plus 
Bluetooth 4.0 and it should work well with the iwlwifi driver.


I briefly though of that but when it was working the internal one used 
proprietary drivers/firmware to work with Linux. Also, if I change 
laptops the new one have a new radio built-in and I wanted it to be able 
to use the new adapter elsewhere if needed.


Thanks for the suggestion though.

Tim



Re: Suitable USB WiFi Adapter

2015-10-29 Thread moxalt
On Thu, 29 Oct 2015 12:53:10 -0400 (EDT), Jude DaShiell 
wrote:

> It may have, but the proprietary software is unnecessary if you use 
> archlinux to install it and get it up and running.

It doesn't matter what distribution of GNU/Linux you use- if there is no free
firmware available for the device, there is no free firmware available for the
device. wpa_supplicant is just a program used to authenticate with
WPA-encrypted networks over a wireless LAN interface. It still requires
underlying firmware for the operating system to be able to control the device.

The reason it worked out of the box in Arch is because the Arch kernel is
mainline Linux, which has proprietary blobs, unlike Debian's de-blobbed kernel
or Linux-libre.



Re: Suitable USB WiFi Adapter

2015-10-29 Thread moxalt
On Thu, 29 Oct 2015 11:34:47 -0400, Doug  wrote:

> (If anybody know of such, please let me know! I am not averse to paying
> for it, if it is reasonable.)

I was talking about software that is free as in freedom, not as in price. Libre
software, if you will.

https://www.fsf.org/about/what-is-free-software



Re: Suitable USB WiFi Adapter

2015-10-29 Thread Stefan Monnier
> No guarantee, but in my experience, WiFi "just works" in Debian Squeeze
> and Jessie.

That was more or less true back in the 11n days.  Nowadays we're back to
having trouble: most chipset have some kind of support, but many of them
have support that's not integrated in the kernel, i.e. you need to
compile the kernel module separately, and it only works for some
versions of the kernel and there's no guarantee that it'll still work
5 years from now.

If you search the web for comments about using those Asus 11ac dongles
it seems they don't "just work".


Stefan



Re: Suitable USB WiFi Adapter

2015-10-29 Thread Tim McDonough

On 10/29/2015 11:21 AM, Doug wrote:
I don't know why you'd spend anything extra for USB3--your old Dell 
doesn't support that, and if you get a new laptop, the wifi will be 
built-in and working. The little $6 adapter that I mentioned
earlier worked fine with PCLinuxOS for the short distance that it 
worked over. It "just worked."
I didn't specifically look for USB 3.0 for the reason you mentioned. But 
the other modes, etc. will be useful.


I have a tiny, inexpensive USB adapter that has fairly poor range and 
does not work in some places where I attend meetings, etc. even though 
it works fine in others.


Tim



Re: Suitable USB WiFi Adapter

2015-10-29 Thread Jude DaShiell
And certainly not with debian since debian hasn't got netctl.  I forgot 
one command in my last post.  This is the first one to do after installing 
dialog and iw and wpa_supplicant since netcal comes pre-installed.  The 
correct order of commands is: wifi-menu -o netctl list netctl enable 
network-string-returned-by-netctl-list. On Thu, 29 Oct 2015, Doug wrote:



Date: Thu, 29 Oct 2015 11:34:47
From: Doug 
To: moxalt , debian-user@lists.debian.org
Subject: Re: Suitable USB WiFi Adapter
Resent-Date: Thu, 29 Oct 2015 15:35:07 + (UTC)
Resent-From: debian-user@lists.debian.org



On 10/29/2015 04:50 AM, moxalt wrote:

On Thu, 29 Oct 2015 00:22:34 -0500, rlhar...@oplink.net wrote:


It seems to me that with respect to Wi-Fi, Debian has progressed beyond
the state in which one needs to overly cautious regarding compatibility.
And I think that the same can be said of web cams.  Nowadays, most
commonly used apparatus "just works".

Most commonly used apparatus might 'just work', but certainly not with free
software. If OP wants to buy a new USB wifi adapter anyway, he/she might as
well get one which respects their freedom.



A few months ago I bought a Pyle surveilance-type camera. Supposed to
be controllable by wireless from the computer. When I got it, I discovered
it only has drivers for Windows. I don't think there is any software for it 
for

Linux, free or otherwise.
(If anybody know of such, please let me know! I am not averse to paying
for it, if it is reasonable.)

--doug




--



Re: Suitable USB WiFi Adapter

2015-10-29 Thread Jude DaShiell
It may have, but the proprietary software is unnecessary if you use 
archlinux to install it and get it up and running.  You need 
wpa_supplicant; iw, dialog and netctl packages installed.  Now I have an 
rt2780 usb wifi adapter and have this working.  Once those packages are 
installed, you run netctl list and the first string that returns will be 
at least one wifi possibility.  The next thing to do is type netctl 
enable network string from netctl list.  Then reboot the computer and 
watch your wifi network come up.  What I just described I have no idea 
how to do with any form of debian.  Earlier I documented what happened 
with the firmware debian disk on an acer 5003 notebook which is an amd 
clone and my real amd k8 athelon machines.


On Thu, 29 Oct 2015, Sven Arvidsson wrote:


Date: Thu, 29 Oct 2015 11:28:45
From: Sven Arvidsson 
To: debian-user@lists.debian.org
Subject: Re: Suitable USB WiFi Adapter

On Thu, 2015-10-29 at 10:43 -0300, Renaud OLGIATI wrote:

This dongle, which has a long aerial, works out of the box on my
raspbian Raspberry-Pi, no driver needed.

www.amazon.com/gp/product/B00H95C0A2


I have something similar, quite like the possibility to use an external
antenna.

But it's Ralink, so it has proprietary firmware right?




--



Re: Suitable USB WiFi Adapter

2015-10-29 Thread Robert Crawford
On Thu, Oct 29, 2015 at 11:37 AM, Sven Arvidsson  wrote:

> On Wed, 2015-10-28 at 21:22 -0400, Doug wrote:
> > > https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-dual-band
> > > -usb-adapter-gnu-linux-tpe-nusbdb
> > >
> > > https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapt
> > > er-gnu-linux-tpe-n150usb
> > >
> > > https://www.thinkpenguin.com/gnu-linux/penguin-wireless-g-usb-adapt
> > > er
> > >
> > >
> > I would get the first of these, _if_ your Linux is on the list. (Mine
> > is not.)
>
> Just check if the driver is in the mainline kernel, and it should be
> supported on any Linux, unless the distribution for some reason decides
> to strip it out.
>
> In this case it seems to be covered by the ath9k_htc driver:
> http://www.linuxwireless.org/en/users/Drivers/ath9k_htc/
>
> --
> Cheers,
> Sven Arvidsson
> http://www.whiz.se
> PGP Key ID 6FAB5CD5
>
> ​I use ralink chipset I get from ebay.com. It works with Debian with
> ralink driver available in repos.
>

​http://goo.gl/A4xfoN​

​

> ​
>
>
>


Re: Suitable USB WiFi Adapter

2015-10-29 Thread Sven Arvidsson
On Wed, 2015-10-28 at 21:22 -0400, Doug wrote:
> > https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-dual-band
> > -usb-adapter-gnu-linux-tpe-nusbdb
> > 
> > https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapt
> > er-gnu-linux-tpe-n150usb
> > 
> > https://www.thinkpenguin.com/gnu-linux/penguin-wireless-g-usb-adapt
> > er
> > 
> > 
> I would get the first of these, _if_ your Linux is on the list. (Mine
> is not.)

Just check if the driver is in the mainline kernel, and it should be
supported on any Linux, unless the distribution for some reason decides
to strip it out.

In this case it seems to be covered by the ath9k_htc driver:
http://www.linuxwireless.org/en/users/Drivers/ath9k_htc/

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 6FAB5CD5





signature.asc
Description: This is a digitally signed message part


Re: Suitable USB WiFi Adapter

2015-10-29 Thread Darac Marjal

On Wed, Oct 28, 2015 at 03:03:10PM -0500, Tim McDonough wrote:

The older Dell laptop that I use for my mobile work has a broken 
internal WiFi adapter. I'd like to get a recommendation on a USB 
"stick" type adapter that plays well with Debian and Linux in general. 
Since I have nothing now I'd just as soon get one that covers as many 
WiFi modes as is practical... plan for the future.


Just a thought, have you considered just replacing the internal wireless 
card? As far as I can tell, it's a regular Mini-PCI-E card and should be 
accessible under a flap on the bottom of the laptop. Something like an 
Intel 7260 should work nicely. 802.11a/b/g/n/ac plus Bluetooth 4.0 and 
it should work well with the iwlwifi driver.




Suggestions?

Tim



-- For more information, please reread.


signature.asc
Description: PGP signature


Re: Suitable USB WiFi Adapter

2015-10-29 Thread Doug



On 10/29/2015 08:39 AM, Tim McDonough wrote:

/snip/

I like the idea of fixing my problem with an external adapter that is supported 
by free software. Also, the attraction of getting an adapter that supports USB 
3.0 and the newer WiFi specifications/modes is attractive. I'm not opposed to 
spending the money, I just like to be frugal and get the most value for what I 
spend.

Thanks again,

Tim



I don't know why you'd spend anything extra for USB3--your old Dell doesn't 
support that, and if you get a new laptop, the wifi will be built-in and 
working. The little $6 adapter that I mentioned
earlier worked fine with PCLinuxOS for the short distance that it worked over. It 
"just worked."

--doug



Re: Suitable USB WiFi Adapter

2015-10-29 Thread rlharris
On Thu, October 29, 2015 10:34 am, Doug wrote:
> A few months ago I bought a Pyle surveilance-type camera. Supposed to
> be controllable by wireless from the computer. When I got it, I discovered
>  it only has drivers for Windows.

I said, "commonly used."  Either "surveillance" or "controllable by
wireless" places the device in a very different category.

Russ




Re: Suitable USB WiFi Adapter

2015-10-29 Thread Safwat


On 10/29/2015 02:59 AM, Stefan Monnier wrote:
>> http://www.bhphotovideo.com/c/product/1114662-REG/asus_90ig01c1_ba_wireless_ac1300_usb_adapter.html
> 
>> http://www.bhphotovideo.com/c/product/1025036-REG/asus_usb_ac56_wireless_ac1200_db.html
> 
> Any word on how well they work on GNU/Linux?  E.g. is the driver fully
> supported in the mainline kernel, or in the kernel but in "staging", or
> ...?
> 
> 
> Stefan
> 

Also, do they require with non-free drivers?



Re: Suitable USB WiFi Adapter

2015-10-29 Thread Sven Arvidsson
On Thu, 2015-10-29 at 10:43 -0300, Renaud OLGIATI wrote:
> This dongle, which has a long aerial, works out of the box on my
> raspbian Raspberry-Pi, no driver needed.
> 
> www.amazon.com/gp/product/B00H95C0A2

I have something similar, quite like the possibility to use an external
antenna. 

But it's Ralink, so it has proprietary firmware right?

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 6FAB5CD5





signature.asc
Description: This is a digitally signed message part


Re: Suitable USB WiFi Adapter

2015-10-29 Thread Doug



On 10/29/2015 04:50 AM, moxalt wrote:

On Thu, 29 Oct 2015 00:22:34 -0500, rlhar...@oplink.net wrote:


It seems to me that with respect to Wi-Fi, Debian has progressed beyond
the state in which one needs to overly cautious regarding compatibility.
And I think that the same can be said of web cams.  Nowadays, most
commonly used apparatus "just works".

Most commonly used apparatus might 'just work', but certainly not with free
software. If OP wants to buy a new USB wifi adapter anyway, he/she might as
well get one which respects their freedom.



A few months ago I bought a Pyle surveilance-type camera. Supposed to
be controllable by wireless from the computer. When I got it, I discovered
it only has drivers for Windows. I don't think there is any software for it for
Linux, free or otherwise.
(If anybody know of such, please let me know! I am not averse to paying
for it, if it is reasonable.)

--doug



Re: Suitable USB WiFi Adapter

2015-10-29 Thread Ron
This dongle, which has a long aerial, works out of the box on my raspbian 
Raspberry-Pi, no driver needed.

www.amazon.com/gp/product/B00H95C0A2
 
Cheers,
 
Ron.
-- 
   Whenever one person is found adequate to the discharge of a duty
  by close application thereto, it is worse executed by two persons
   and scarcely done at all if three or more are employed therein. 
   -- George Washington

   -- http://www.olgiati-in-paraguay.org --
 



Re: Suitable USB WiFi Adapter

2015-10-29 Thread Tim McDonough

On 10/28/2015 8:22 PM, Doug wrote:
Are you sure you can't get a replacement part for your laptop? Taking 
it apart and replacing the WIFI unit would be a pain, but would 
probably work the best,
assuming that you can get the proper driver for it. I eventually got a 
driver to work with my old Dell. And then I reinstalled Linux to a new 
drive, and forgot how I
got the damned Broadcom to work--but when it did, it worked quite 
well. Also, are you sure your WIFI doesn't work? Do you have Windows 
on the machine, and
does it work in Windows? If it works in Windows, it will work in 
Linux, but you may have a devil of a time getting the right driver! 
Good luck!


The laptop is a Dell Latitude D620. Because of its age I'm not inclined 
to buy anything specific to that model. When I first installed Debian on 
it if I recall there was a message with the name of the missing driver. 
I did an Internet search and although the driver is proprietary I was 
able to download it at no cost.


A couple people suggested off-list I replace the older laptop. The Dell 
only supports 32-bit Linux but since my portable work is mostly email 
and web that's not a limitation. I have a 120GB solid state drive in it 
so what it may lack in processor speed it makes up for with quick I/O.


I like the idea of fixing my problem with an external adapter that is 
supported by free software. Also, the attraction of getting an adapter 
that supports USB 3.0 and the newer WiFi specifications/modes is 
attractive. I'm not opposed to spending the money, I just like to be 
frugal and get the most value for what I spend.


Thanks again,

Tim



Re: Suitable USB WiFi Adapter

2015-10-29 Thread moxalt
On Thu, 29 Oct 2015 00:22:34 -0500, rlhar...@oplink.net wrote:

> It seems to me that with respect to Wi-Fi, Debian has progressed beyond
> the state in which one needs to overly cautious regarding compatibility. 
> And I think that the same can be said of web cams.  Nowadays, most
> commonly used apparatus "just works".

Most commonly used apparatus might 'just work', but certainly not with free
software. If OP wants to buy a new USB wifi adapter anyway, he/she might as
well get one which respects their freedom.



Re: Suitable USB WiFi Adapter

2015-10-28 Thread rlharris
On Thu, October 29, 2015 12:05 am, moxalt wrote:
> https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-dual-band-usb-a
> dapter-gnu-linux-tpe-nusbdb
>
> https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu
> -linux-tpe-n150usb
>
> https://www.thinkpenguin.com/gnu-linux/penguin-wireless-g-usb-adapter

http://www.pcworld.com/article/2091418/asus-usb-ac56-review-feature-rich-and-very-fast.html

It seems to me that with respect to Wi-Fi, Debian has progressed beyond
the state in which one needs to overly cautious regarding compatibility. 
And I think that the same can be said of web cams.  Nowadays, most
commonly used apparatus "just works".

And with Jessie, even UEFI is becoming manageable.

Russ






Re: Suitable USB WiFi Adapter

2015-10-28 Thread Doug



On 10/29/2015 01:05 AM, moxalt wrote:

On Wed, 28 Oct 2015 15:03:10 -0500, Tim McDonough  wrote:


The older Dell laptop that I use for my mobile work has a broken
internal WiFi adapter. I'd like to get a recommendation on a USB "stick"
type adapter that plays well with Debian and Linux in general. Since I
have nothing now I'd just as soon get one that covers as many WiFi modes
as is practical... plan for the future.

https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-dual-band-usb-adapter-gnu-linux-tpe-nusbdb

https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb

https://www.thinkpenguin.com/gnu-linux/penguin-wireless-g-usb-adapter



I would get the first of these, _if_ your Linux is on the list. (Mine is not.)
I would not get the second--it is too small to have much of an antenna.
I would wonder about the third--it appears that it has a little antenna under 
the blob, but it's still smaller than the first item pictured.

Are you sure you can't get a replacement part for your laptop? Taking it apart 
and replacing the WIFI unit would be a pain, but would probably work the best,
assuming that you can get the proper driver for it. I eventually got a driver 
to work with my old Dell. And then I reinstalled Linux to a new drive, and 
forgot how I
got the damned Broadcom to work--but when it did, it worked quite well. Also, 
are you sure your WIFI doesn't work? Do you have Windows on the machine, and
does it work in Windows? If it works in Windows, it will work in Linux, but you 
may have a devil of a time getting the right driver! Good luck!

--doug



Re: Suitable USB WiFi Adapter

2015-10-28 Thread moxalt
On Wed, 28 Oct 2015 15:03:10 -0500, Tim McDonough  wrote:

> The older Dell laptop that I use for my mobile work has a broken 
> internal WiFi adapter. I'd like to get a recommendation on a USB "stick" 
> type adapter that plays well with Debian and Linux in general. Since I 
> have nothing now I'd just as soon get one that covers as many WiFi modes 
> as is practical... plan for the future.

https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-dual-band-usb-adapter-gnu-linux-tpe-nusbdb

https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb

https://www.thinkpenguin.com/gnu-linux/penguin-wireless-g-usb-adapter



Re: Suitable USB WiFi Adapter

2015-10-28 Thread Tim McDonough

On 10/28/2015 9:15 PM, rlhar...@oplink.net wrote:

On Wed, October 28, 2015 7:59 pm, Stefan Monnier wrote:

http://www.bhphotovideo.com/c/product/1114662-REG/asus_90ig01c1_ba_
wireless_ac1300_usb_adapter.html



http://www.bhphotovideo.com/c/product/1025036-REG/asus_usb_ac56_wireles
s_ac1200_db.html


Any word on how well they work on GNU/Linux?  E.g. is the driver fully
supported in the mainline kernel, or in the kernel but in "staging", or
...?


About a year ago, I purchased a Asus RT-N66U and a USB radio (I think it
is a N53) for a project which now is postponed.  The USB radio "just
worked" in two or three machines, but I do not recall whether they were
i386 or amd64; I have both, and was running "straight out of the box"
Lenny.

No guarantee, but in my experience, WiFi "just works" in Debian Squeeze
and Jessie.  (I jumped from Squeeze to Jessie; I did not like the Gnome in
Wheezy.)  And ASUS typically is very good.

An external radio can be useful even if the radio in a laptop still is
functional, because a WiFi network is limited by the speed of the slowest
machine (B, G, N, AC); so it may be possible to keep an older laptop in
service merely by plugging in a faster radio.

Russ


Thank you to everyone who replied. I believe I will try one of these 
ASUS models. In general I've had good success with a variety of ASUS 
products in the past.


Tim
Central Illinois, USA



Re: Suitable USB WiFi Adapter

2015-10-28 Thread rlharris
On Wed, October 28, 2015 7:59 pm, Stefan Monnier wrote:
>> http://www.bhphotovideo.com/c/product/1114662-REG/asus_90ig01c1_ba_
>> wireless_ac1300_usb_adapter.html
>
>> http://www.bhphotovideo.com/c/product/1025036-REG/asus_usb_ac56_wireles
>> s_ac1200_db.html
>
> Any word on how well they work on GNU/Linux?  E.g. is the driver fully
> supported in the mainline kernel, or in the kernel but in "staging", or
> ...?

About a year ago, I purchased a Asus RT-N66U and a USB radio (I think it
is a N53) for a project which now is postponed.  The USB radio "just
worked" in two or three machines, but I do not recall whether they were
i386 or amd64; I have both, and was running "straight out of the box"
Lenny.

No guarantee, but in my experience, WiFi "just works" in Debian Squeeze
and Jessie.  (I jumped from Squeeze to Jessie; I did not like the Gnome in
Wheezy.)  And ASUS typically is very good.

An external radio can be useful even if the radio in a laptop still is
functional, because a WiFi network is limited by the speed of the slowest
machine (B, G, N, AC); so it may be possible to keep an older laptop in
service merely by plugging in a faster radio.

Russ







Re: Suitable USB WiFi Adapter

2015-10-28 Thread Stefan Monnier
> http://www.bhphotovideo.com/c/product/1114662-REG/asus_90ig01c1_ba_wireless_ac1300_usb_adapter.html

> http://www.bhphotovideo.com/c/product/1025036-REG/asus_usb_ac56_wireless_ac1200_db.html

Any word on how well they work on GNU/Linux?  E.g. is the driver fully
supported in the mainline kernel, or in the kernel but in "staging", or
...?


Stefan



Re: Suitable USB WiFi Adapter

2015-10-28 Thread rlharris
On Wed, October 28, 2015 1:46 pm, Doug wrote:
> I recently bought an adapter fro an old Dell that I couldn't get the
> Broadcom driver to work on. The adapter hardly stuck out above the
> surface where the USB port was. It worked, but it had very limited range.

The antennas on WiFi routers typicaly are about six inches long; so a
physically compact dongle must compromise the antenna system.

A USB 2.0 cable can be up to ten feet long; use that and duct tape to
position the dongle for best reception; or put the dongle on a bookshelf
or over a curtain rod; or use a loop of twine and a thumbtack to position
the dongle on a wall.

With high frequencies, even a few inches difference in location can made a
significant difference in reception, so experiment.

Some ASUS adapters come with a six-inch semi-rigid gooseneck USB cable so
you can adjust the position of the dongle while keeping it close to the
computer.

Russ



Re: Suitable USB WiFi Adapter

2015-10-28 Thread rlharris
On Wed, October 28, 2015 3:03 pm, Tim McDonough wrote:
> The older Dell laptop that I use for my mobile work has a broken
> internal WiFi adapter. I'd like to get a recommendation on a USB "stick"
> type adapter that plays well with Debian and Linux in general. Since I
> have nothing now I'd just as soon get one that covers as many WiFi modes
> as is practical... plan for the future.

http://www.bhphotovideo.com/c/product/1114662-REG/asus_90ig01c1_ba_wireless_ac1300_usb_adapter.html

http://www.bhphotovideo.com/c/product/1025036-REG/asus_usb_ac56_wireless_ac1200_db.html




Re: Suitable USB WiFi Adapter

2015-10-28 Thread Doug



On 10/28/2015 04:03 PM, Tim McDonough wrote:


The older Dell laptop that I use for my mobile work has a broken internal WiFi adapter. 
I'd like to get a recommendation on a USB "stick" type adapter that plays well 
with Debian and Linux in general. Since I have nothing now I'd just as soon get one that 
covers as many WiFi modes as is practical... plan for the future.

Suggestions?

Tim



I recently bought an adapter fro an old Dell that I couldn't get the Broadcom 
driver to work on. The adapter hardly stuck out above the surface where the USB 
port was. It worked, but it had very limited range.

If you just want to use it in the house, it will probably be OK, but to work 
with Hotspots out in the open a couple of blocks away, or whatever, it would 
not work. I don't remember the name of it, but obviously

it did not have sufficient antenna in such a small package. You should look for 
something about the size of  USB Flash dongle if you want to try for distance.

--doug



Re: Suitable USB WiFi Adapter

2015-10-28 Thread Mario Castelán Castro

El 28/10/15 a las 14:03, Tim McDonough escribió:


The older Dell laptop that I use for my mobile work has a broken
internal WiFi adapter. I'd like to get a recommendation on a USB "stick"
type adapter that plays well with Debian and Linux in general. Since I
have nothing now I'd just as soon get one that covers as many WiFi modes
as is practical... plan for the future.

Suggestions?


These vendors sell USB 802.11 NICs and other hardware that works with 
GNU/Linux:


https://www.thinkpenguin.com/
https://tehnoetic.com/



Re: Suitable USB WiFi Adapter

2015-10-28 Thread Sven Arvidsson
On Wed, 2015-10-28 at 15:03 -0500, Tim McDonough wrote:
> The older Dell laptop that I use for my mobile work has a broken 
> internal WiFi adapter. I'd like to get a recommendation on a USB
> "stick" 
> type adapter that plays well with Debian and Linux in general. Since
> I 
> have nothing now I'd just as soon get one that covers as many WiFi
> modes 
> as is practical... plan for the future.

Just a tip, get a model that has a connector for an external antenna,
unless you know you will always be in a place with great reception. 

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 6FAB5CD5





signature.asc
Description: This is a digitally signed message part


Suitable USB WiFi Adapter

2015-10-28 Thread Tim McDonough


The older Dell laptop that I use for my mobile work has a broken 
internal WiFi adapter. I'd like to get a recommendation on a USB "stick" 
type adapter that plays well with Debian and Linux in general. Since I 
have nothing now I'd just as soon get one that covers as many WiFi modes 
as is practical... plan for the future.


Suggestions?

Tim



Re: How To Activate USB Wifi Adapter

2015-06-03 Thread Brian
On Wed 03 Jun 2015 at 06:08:09 -0700, Saurav Sarkar wrote:

> I am using Debian 8.0 amd64 which is downloaded from your site.
> 
> I want to use EDUP EP-N8513 usb wireless adapter for wireless
> networking.
> 
> By lsusb command in terminal i can see that the usb wifi adapter has
> been detected but in desktop environment it is not active.

Glad you can see it. Pity we are deprived of the information. :) The
chipset would probably be displayed too.

> Please help me out by replying me how to activate the usb wifi
> adapter.

The Debian wiki has some good sections on wifi adapters


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/03062015163830.61c9fa082...@desktop.copernicus.demon.co.uk



Re: How To Activate USB Wifi Adapter

2015-06-03 Thread Sven Arvidsson
On Wed, 2015-06-03 at 06:08 -0700, Saurav Sarkar wrote:
> Hello,
> 
> I am using Debian 8.0 amd64 which is downloaded from your site.
> 
> I want to use EDUP EP-N8513 usb wireless adapter for wireless networking.
> 
> By lsusb command in terminal i can see that the usb wifi adapter has been 
> detected but in desktop environment it is not active.
> 
> Please help me out by replying me how to activate the usb wifi adapter.

This seems to be a Realtek RTL8188CUS device. So should be supported by
the rtl8192cu driver. 

You need the realtek-firmware package from non-free. 

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 6FAB5CD5




signature.asc
Description: This is a digitally signed message part


Re: How To Activate USB Wifi Adapter

2015-06-03 Thread Pol Hallen

I want to use EDUP EP-N8513 usb wireless adapter for wireless networking.


you have to check which chipset adapter uses and looking for the drivers

Pol


--
Pol


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/556f0301.9040...@fuckaround.org



How To Activate USB Wifi Adapter

2015-06-03 Thread Saurav Sarkar
Hello,

I am using Debian 8.0 amd64 which is downloaded from your site.

I want to use EDUP EP-N8513 usb wireless adapter for wireless networking.

By lsusb command in terminal i can see that the usb wifi adapter has been 
detected but in desktop environment it is not active.

Please help me out by replying me how to activate the usb wifi adapter.

Regards,
Saurav Sarkar
+919830668794


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/146889.84117.yahoomailba...@web162704.mail.bf1.yahoo.com



Re: USB WiFi adapter doesn't work with Wheezy (but does work with Ubuntu)

2014-03-13 Thread Selim T. Erdogan
dclinton, 28.02.2014:
> 
> On 14-02-28 10:16 AM, Klaus wrote:
> >On 28/02/14 14:53, dclinton wrote:
> >>On 14-02-27 03:13 PM, Klaus wrote:
> >>>3.12 *OR* newer :-)
> >That's at least what I gathered from here:
> >, though you also
> >made it working in your Ubuntu installation with kernel 3.11.
> >
> >>No. 3.12 is the latest (and, I believe, only) Yocto image available.
> >Only? Didn't you show us something with "3.8.7-yocto-standard"
> >earlier? ;-)
> I never actually thought about that numbering. Now that you mention
> it though, it seems to have nothing to do with the Linux kernel -
> Yocto itself is meant to enable embedding kernel images in
> non-mainstream hardware platforms.

I don't know much about Yocto, but www.yoctoproject.org/downloads 
doesn't show anything that looks like 3.8.7.  So I think that number 
must refer to the linux kernel and you should make sure you're trying 
out the dongle on your Galileo when it's running the latest (3.12) 
image.

There are usually two drivers for Ralink devices: one from the 
manufacturer, and one from the rt2x00 project.  The driver you showed 
working in Ubuntu was from the manufacturer, which is not part of the 
mainline linux releases.  I think your device is also supported 
by the rt2x00 project (see below) but maybe not by the kernel you're 
using.  From my experience, if it were just a missing firmware issue, 
you might see something more in dmesg output, trying to load the 
correctly identified driver but complaining about missing firmware files.

I think the rt2x00 driver supports your dongle, based on messages on 
their mailing list:

- It looks like your devices usb id got added in July 2013
  
http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/2013-July/006283.html

- Some people report using very similar (one maybe the same?) devices 
  recently (November and February), though with problems using hostapd
  
http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/2013-November/006525.html
  
http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/2014-February/006553.html
  
http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/2014-February/006555.html

Anyway, you might get better help writing to the rt2x00 list, or maybe 
try e-mailing the specific people who wrote the messages above what they 
did to get their devices working.  (It's not a very active list.)
List info:
http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
Archives:
http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/

Selim


> >Have you checked the USB dongle with the 3.12 kernel, maybe on another
> >Debian box (or virtual machine)?
> >From your earlier post it wasn't clear whether this usb dongle
> >requires any firmware?
> I'm still not 100% sure, but I'm beginning to suspect that the
> dongle does require firmware...which isn't good news.
> Thanks,


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140313145023.gd10...@cs.utexas.edu



Re: USB WiFi adapter doesn't work with Wheezy (but does work with Ubuntu)

2014-02-28 Thread dclinton


On 14-02-28 10:16 AM, Klaus wrote:

On 28/02/14 14:53, dclinton wrote:

On 14-02-27 03:13 PM, Klaus wrote:

3.12 *OR* newer :-)
That's at least what I gathered from here: 
, though you also made 
it working in your Ubuntu installation with kernel 3.11.



No. 3.12 is the latest (and, I believe, only) Yocto image available.
Only? Didn't you show us something with "3.8.7-yocto-standard" 
earlier? ;-)
I never actually thought about that numbering. Now that you mention it 
though, it seems to have nothing to do with the Linux kernel - Yocto 
itself is meant to enable embedding kernel images in non-mainstream 
hardware platforms.

Have you checked the USB dongle with the 3.12 kernel, maybe on another
Debian box (or virtual machine)?
From your earlier post it wasn't clear whether this usb dongle 
requires any firmware?
I'm still not 100% sure, but I'm beginning to suspect that the dongle 
does require firmware...which isn't good news.

Thanks,







--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/5310dca4.7010...@hcn-inc.com



Re: USB WiFi adapter doesn't work with Wheezy (but does work with Ubuntu)

2014-02-28 Thread Klaus

On 28/02/14 14:53, dclinton wrote:

On 14-02-27 03:13 PM, Klaus wrote:

3.12 *OR* newer :-)
That's at least what I gathered from here: 
, though you also made it 
working in your Ubuntu installation with kernel 3.11.



No. 3.12 is the latest (and, I believe, only) Yocto image available.

Only? Didn't you show us something with "3.8.7-yocto-standard" earlier? ;-)
Have you checked the USB dongle with the 3.12 kernel, maybe on another
Debian box (or virtual machine)?
From your earlier post it wasn't clear whether this usb dongle requires 
any firmware?




--
Klaus


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/5310a850.20...@gmail.com



Re: USB WiFi adapter doesn't work with Wheezy (but does work with Ubuntu)

2014-02-28 Thread dclinton


On 14-02-27 04:25 PM, Scott Ferguson wrote:

On 28/02/14 07:13, Klaus wrote:

On 27/02/14 16:53, dclinton wrote:

I copied that file over to my Debian machine

Error: could not insert module rt5572sta.ko: Invalid module format


As you found by trial and error, you can't just copy kernel modules
between kernel versions.
As you also found out, your Debian installation on the Intel Galileo
board (did I guess this right?) runs a kernel version that has no
support for the Ralink chip in your wifi dongle.
As I can see it (but I'm by a long way no kernel expert), you've got few
options:

-- upgrade to a newer kernel (probably 3.12 or newer). Is there anything
available for your board?

-- download the source for the driver and compile it. On Stackexchange I
found this

  (although strictly speaking that artcle was about a different dongle):

Anyhow, with ralink there are two ways to get your hardware to work. You
can use the kernel driver (rt2800usb) or build the staging driver
(ralink's version) with the source code from the website.
<\quote>


 From having scanned through a few links, the "sta" part of the module on
your Ubuntu machine say it's a "staging" driver, i.e. something that
hasn't made it into the main kernel code yet. Whether or nor that
indicates it was compiled from the Ralink source or whether it came with
the kernel (where its source would have been in the staging tree) I
cannot tell.

Anybody more knowledgeable here able to chip in?



More knowledgeable? No.
But my google-fu feels strong ;)

http://www.linuxforums.org/forum/wireless-internet/161550-rt3070sta-module-license-unspecified-taints-kernel-solved.html
That is an interesting possibility. However, part of our problem is that 
we really don't want to have to rely on a compiled driver because we're 
deploying remotely and we need to be able to depend on the device 
surviving updates.

Thanks!



Kind regards





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/5310a5e9.8020...@hcn-inc.com



Re: USB WiFi adapter doesn't work with Wheezy (but does work with Ubuntu)

2014-02-28 Thread dclinton


On 14-02-27 03:13 PM, Klaus wrote:

On 27/02/14 16:53, dclinton wrote:


I copied that file over to my Debian machine

>

Error: could not insert module rt5572sta.ko: Invalid module format



As you found by trial and error, you can't just copy kernel modules 
between kernel versions.
As you also found out, your Debian installation on the Intel Galileo 
board (did I guess this right?) 
Bang on. Galileo is an amazing little platform that does *nearly* 
everything we need. :)
runs a kernel version that has no support for the Ralink chip in your 
wifi dongle.
As I can see it (but I'm by a long way no kernel expert), you've got 
few options:


-- upgrade to a newer kernel (probably 3.12 or newer). Is there 
anything available for your board?

No. 3.12 is the latest (and, I believe, only) Yocto image available.
I'm still digging, but no ringing bells yet.
Thanks!


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/5310a305.2030...@hcn-inc.com



Re: USB WiFi adapter doesn't work with Wheezy (but does work with Ubuntu)

2014-02-27 Thread Scott Ferguson
On 28/02/14 07:13, Klaus wrote:
> On 27/02/14 16:53, dclinton wrote:
>>
>> I copied that file over to my Debian machine
>>
>> Error: could not insert module rt5572sta.ko: Invalid module format
> 
> 
> As you found by trial and error, you can't just copy kernel modules
> between kernel versions.
> As you also found out, your Debian installation on the Intel Galileo
> board (did I guess this right?) runs a kernel version that has no
> support for the Ralink chip in your wifi dongle.
> As I can see it (but I'm by a long way no kernel expert), you've got few
> options:
> 
> -- upgrade to a newer kernel (probably 3.12 or newer). Is there anything
> available for your board?
> 
> -- download the source for the driver and compile it. On Stackexchange I
> found this
> 
>  (although strictly speaking that artcle was about a different dongle):
> 
> Anyhow, with ralink there are two ways to get your hardware to work. You
> can use the kernel driver (rt2800usb) or build the staging driver
> (ralink's version) with the source code from the website.
> <\quote>
> 
> 
> From having scanned through a few links, the "sta" part of the module on
> your Ubuntu machine say it's a "staging" driver, i.e. something that
> hasn't made it into the main kernel code yet. Whether or nor that
> indicates it was compiled from the Ralink source or whether it came with
> the kernel (where its source would have been in the staging tree) I
> cannot tell.
> 
> Anybody more knowledgeable here able to chip in?
> 
> 
More knowledgeable? No.
But my google-fu feels strong ;)

http://www.linuxforums.org/forum/wireless-internet/161550-rt3070sta-module-license-unspecified-taints-kernel-solved.html


Kind regards


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/530fad39.1050...@gmail.com



Re: USB WiFi adapter doesn't work with Wheezy (but does work with Ubuntu)

2014-02-27 Thread Klaus

On 27/02/14 16:53, dclinton wrote:


I copied that file over to my Debian machine

>

Error: could not insert module rt5572sta.ko: Invalid module format



As you found by trial and error, you can't just copy kernel modules 
between kernel versions.
As you also found out, your Debian installation on the Intel Galileo 
board (did I guess this right?) runs a kernel version that has no 
support for the Ralink chip in your wifi dongle.
As I can see it (but I'm by a long way no kernel expert), you've got few 
options:


-- upgrade to a newer kernel (probably 3.12 or newer). Is there anything 
available for your board?


-- download the source for the driver and compile it. On Stackexchange I 
found this 
 
 (although strictly speaking that artcle was about a different dongle):


Anyhow, with ralink there are two ways to get your hardware to work. You 
can use the kernel driver (rt2800usb) or build the staging driver 
(ralink's version) with the source code from the website.

<\quote>


From having scanned through a few links, the "sta" part of the module 
on your Ubuntu machine say it's a "staging" driver, i.e. something that 
hasn't made it into the main kernel code yet. Whether or nor that 
indicates it was compiled from the Ralink source or whether it came with 
the kernel (where its source would have been in the staging tree) I 
cannot tell.


Anybody more knowledgeable here able to chip in?


--
Klaus


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/530f9c63.5030...@gmail.com



Re: USB WiFi adapter doesn't work with Wheezy (but does work with Ubuntu)

2014-02-27 Thread dclinton


On 14-02-27 05:33 AM, Klaus wrote:

On 26/02/14 22:09, dclinton wrote:


TP-Link N900 TL-WDN4200. Using it successfully on Ubuntu 13.10,
lsusb identifies the chipset as

RT3573 Wireless Adapter (Ralink)

and iwconfig assigns it:

ra0 Ralink STA

lsmod reports that the adapter is using the rt5572sta driver.

On the Ubuntu system, where the USB adapter is working, can you get 
information about the loaded firmware?  For example (sorry, I don't 
know Ubuntu, so you might have to adapt the following) on Debian, with 
my rather old USB wifi dongle attached, I see


$ grep -i firmware /var/log/syslog
Feb 27 10:16:58 chili kernel: [ 2969.061573] ieee80211 phy1: 
rt2x00lib_request_firmware: Info - Loading firmware file 'rt73.bin'
Feb 27 10:16:58 chili kernel: [ 2969.073917] rt73usb 8-3:1.0: 
firmware: direct-loading firmware rt73.bin
Feb 27 10:16:58 chili kernel: [ 2969.073929] ieee80211 phy1: 
rt2x00lib_request_firmware: Info - Firmware detected - version: 1.7

k

Also, modinfo shows which firmwares it'd load:

# modinfo --field firmware rt73usb
rt73.bin

$ locate rt73.bin
/lib/firmware/rt73.bin

Now, in your non-working system, do you have the matching firmware 
files, and do they get loaded?
Have you searched for "linux firmware ralink rt3573"? Have you seen 
for example this forum report which looks like Ralink doesn't know all 
devices that use their chips, so their driver doesn't load the 
firmware reliably? Maybe Ubuntu have updated the driver for the 
TP-Link device, whereas Debian has not yet? (I leave the searching to 
you ;-)

Thanks, you've given me lots of great paths to pursue.

   modinfo rt5572sta

on my Ubuntu machine told me:
===
filename: 
/lib/modules/3.11.0-17-generic/kernel/drivers/net/wireless/rt5572sta.ko

version:2.6.1.3
license:GPL
description:RT2870 Wireless Lan Linux Driver
author: Paul Lin 
srcversion: 0437D721DA31F3109C8F9D3
[...]
depends:
vermagic:   3.11.0-17-generic SMP mod_unload modversions
parm:   mac:rt28xx: wireless mac addr (charp)
===
I copied that file over to my Debian machine into both

   /lib/modules/3.8.7-yocto-standard/kernel/net/wireless

and

   /lib/modules/3.8.7-yocto-standard/kernel/drivers/net/wireless

but

   modprobe /route/to/rt5572sta.ko

returned:

   FATAL: Module rt5572sta.ko not found

and insmod gave me:

   Error: could not insert module rt5572sta.ko: Invalid module format

The trouble might be in vermagic (the Debian Galileo is running only 
3.8.7). I could theoretically recompile from the original package, but 
we need a system that will survive system updates and upgrades (these 
devices will be operating remotely and we can't afford to lose them if 
something breaks). By the way, there is a small possibility that I had 
generated my Ubuntu driver from the original source package, but I'm 
almost sure it just loaded on its own. Either way, that route won't help 
for our Debian system. And that's the problem with the


   https://bbs.archlinux.org/viewtopic.php?pid=1164228#p1164228

page you showed me. I really appreciate your help!


Re: USB WiFi adapter doesn't work with Wheezy (but does work with Ubuntu)

2014-02-27 Thread Klaus

On 27/02/14 10:33, Klaus wrote:

this forum report


https://bbs.archlinux.org/viewtopic.php?pid=1164228#p1164228


--
Klaus


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/530f15cc.7030...@gmail.com



Re: USB WiFi adapter doesn't work with Wheezy (but does work with Ubuntu)

2014-02-27 Thread Klaus

On 26/02/14 22:09, dclinton wrote:


TP-Link N900 TL-WDN4200. Using it successfully on Ubuntu 13.10,
lsusb identifies the chipset as

RT3573 Wireless Adapter (Ralink)

and iwconfig assigns it:

ra0 Ralink STA

lsmod reports that the adapter is using the rt5572sta driver.

On the Ubuntu system, where the USB adapter is working, can you get 
information about the loaded firmware?  For example (sorry, I don't know 
Ubuntu, so you might have to adapt the following) on Debian, with my 
rather old USB wifi dongle attached, I see


$ grep -i firmware /var/log/syslog
Feb 27 10:16:58 chili kernel: [ 2969.061573] ieee80211 phy1: 
rt2x00lib_request_firmware: Info - Loading firmware file 'rt73.bin'
Feb 27 10:16:58 chili kernel: [ 2969.073917] rt73usb 8-3:1.0: firmware: 
direct-loading firmware rt73.bin
Feb 27 10:16:58 chili kernel: [ 2969.073929] ieee80211 phy1: 
rt2x00lib_request_firmware: Info - Firmware detected - version: 1.7

k

Also, modinfo shows which firmwares it'd load:

# modinfo --field firmware rt73usb
rt73.bin

$ locate rt73.bin
/lib/firmware/rt73.bin

Now, in your non-working system, do you have the matching firmware 
files, and do they get loaded?
Have you searched for "linux firmware ralink rt3573"? Have you seen for 
example this forum report which looks like Ralink doesn't know all 
devices that use their chips, so their driver doesn't load the firmware 
reliably? Maybe Ubuntu have updated the driver for the TP-Link device, 
whereas Debian has not yet? (I leave the searching to you ;-)


--
Klaus


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/530f1490.3050...@gmail.com



USB WiFi adapter doesn't work with Wheezy (but does work with Ubuntu)

2014-02-26 Thread dclinton

Hi,
I've been having all kinds of trouble finding a dual band USB WiFi 
adapter that will work with Debian Wheezy and I hope someone here can 
help. Our best (and pretty much last) hope is the TP-Link N900 
TL-WDN4200. Using it successfully on Ubuntu 13.10, lsusb identifies the 
chipset as


   RT3573 Wireless Adapter (Ralink)

and iwconfig assigns it:

   ra0 Ralink STA

lsmod reports that the adapter is using the rt5572sta driver.

However, when I insert it into a Debian machine - whether its my Intel 
Galileo running a full Debian image or my own Ubuntu PC running a Debian 
live USB session - I'm having no luck. Dmesg identifies it with only:


   usb 1-1: new high-speed USB device number 3 using ehci-pci

lsusb correctly sees it as:

   ID 148f:3573 Ralink Technology, Corp. RT3573 Wireless Adapter

but that's where the fun stops. Here's iwconfig:

   lono wireless extensions.
   eth0  no wireless extensions.

iw list gives me this rather cryptic message:

   nl80211 not found

and the only remotely relevant reference in lsmod is

   ehci-pci

I've installed firmware-ralink and searched for an appropriate rt5572sta 
package. I found an rpm for OpenSuse here:


   
http://www.filewatcher.com/m/rt5572sta-common-2.6.1.3-6.3.noarch.rpm.15942-0.html

converted it to deb using alien and installed it, but there was no 
change. (It was a long shot in any case.)

There is supposed to be a driver here:

   http://www.mediatek.com/en/downloads/

but there's something wrong with their page and it doesn't actually 
download (I've sent them an email for help).

Does anyone have any ideas?
Thanks so much!



Re: edimax usb wifi adapter and squeeze

2012-09-18 Thread Andrei POPESCU
On Ma, 18 sep 12, 06:39:34, L V Gandhi wrote:
> How to make it work in squeeze with kernel 3 again?
> Any more info needed?

Things don't just stop working, most likely there was some change in 
your setup. You should thoroughly investigate any changes that may have 
influenced this, not excluding hardware.

Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: edimax usb wifi adapter and squeeze

2012-09-17 Thread L V Gandhi
On Tue, Sep 18, 2012 at 7:28 AM, lee  wrote:
> L V Gandhi  writes:
>
>> I have edimax usb wifi adapter in my laptop. It triple boots windows,
>> squeeze and kubuntu 1204.
>> I tried as per site http://wiki.debian.org/rtl819x with normal
>> linux-image 2.6.35. It worked initially and then it stopped working.
>> Then I saw it worked with out problem in kubuntu. Hence from backports
>> I installed kernel version 3. Then it worked. But again now it is not
>> working in squeeze while it works ok in windows and kubuntu. lsmod
>> |grep rtl gives same in squeeze and kubuntu as below
>> rtl8192cu 103297  0
>> rtl8192c_common75767  1 rtl8192cu
>> rtlwifi   111202  1 rtl8192cu
>> mac80211  506816  5
>> rtl8192cu,rtl8192c_common,iwl3945,rtlwifi,iwl_legacy
>> cfg80211  205544  4 iwl3945,rtlwifi,iwl_legacy,mac80211
>> How to make it work in squeeze with kernel 3 again?
>> Any more info needed?
>
> Is the device recognised?  Did you set up wpa_supplicant?
>
>

As I said in my mail, it was working with wpasupplicant and wicd. Then
it stopped working. Now I downloaded latest drivers from their site
and installed it and blacklisted original kernel drivers. Now it is
working. It needs to observed further.


-- 
L V Gandhi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cafgxnzzmui5dhqxbhevt41-yhkgdzbgkssqgwadm51brfd1...@mail.gmail.com



Re: edimax usb wifi adapter and squeeze

2012-09-17 Thread lee
L V Gandhi  writes:

> I have edimax usb wifi adapter in my laptop. It triple boots windows,
> squeeze and kubuntu 1204.
> I tried as per site http://wiki.debian.org/rtl819x with normal
> linux-image 2.6.35. It worked initially and then it stopped working.
> Then I saw it worked with out problem in kubuntu. Hence from backports
> I installed kernel version 3. Then it worked. But again now it is not
> working in squeeze while it works ok in windows and kubuntu. lsmod
> |grep rtl gives same in squeeze and kubuntu as below
> rtl8192cu 103297  0
> rtl8192c_common75767  1 rtl8192cu
> rtlwifi   111202  1 rtl8192cu
> mac80211  506816  5
> rtl8192cu,rtl8192c_common,iwl3945,rtlwifi,iwl_legacy
> cfg80211  205544  4 iwl3945,rtlwifi,iwl_legacy,mac80211
> How to make it work in squeeze with kernel 3 again?
> Any more info needed?

Is the device recognised?  Did you set up wpa_supplicant?


-- 
Debian testing amd64


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87r4q0um5k@yun.yagibdah.de



edimax usb wifi adapter and squeeze

2012-09-17 Thread L V Gandhi
I have edimax usb wifi adapter in my laptop. It triple boots windows,
squeeze and kubuntu 1204.
I tried as per site http://wiki.debian.org/rtl819x with normal
linux-image 2.6.35. It worked initially and then it stopped working.
Then I saw it worked with out problem in kubuntu. Hence from backports
I installed kernel version 3. Then it worked. But again now it is not
working in squeeze while it works ok in windows and kubuntu. lsmod
|grep rtl gives same in squeeze and kubuntu as below
rtl8192cu 103297  0
rtl8192c_common75767  1 rtl8192cu
rtlwifi   111202  1 rtl8192cu
mac80211  506816  5
rtl8192cu,rtl8192c_common,iwl3945,rtlwifi,iwl_legacy
cfg80211  205544  4 iwl3945,rtlwifi,iwl_legacy,mac80211
How to make it work in squeeze with kernel 3 again?
Any more info needed?
-- 
L V Gandhi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cafgxnzbm8xxzozrcwqwyxhwcjojuwto53y+stfdhqejnqek...@mail.gmail.com



Re: Netgear WG111 USB wifi adapter works with squeeze / gnome

2011-01-19 Thread Chris Jones
On Wed, Jan 19, 2011 at 05:54:10PM EST, Celejar wrote:
> On Tue, 18 Jan 2011 23:04:23 -0500
> Chris Jones  wrote:
> 
> > On Tue, Jan 18, 2011 at 03:23:49PM EST, Celejar wrote:
> > > On Wed, 29 Dec 2010 20:10:07 -0800
> > > Peter Tenenbaum  wrote:
> > > 
> > > > I recently had to add wifi to my squeeze / gnome desktop.  Based on some
> > > > reviews I bought a Netgear WG111 USB wifi adapter, and I found that 
> > > > when I
> > > > plugged it into a USB port on my desktop it worked instantly -- no
> > > > configuration or package installation necessary.
> > > > 
> > > > Is there a repository where these sorts of success stories are tracked?
> > > 
> > > A bit late, but FTR:
> > > 
> > > http://linux-wless.passys.nl/> 
> > > 
> > > A great resource.
> > 
> > A bit puzzled about the disclaimer, though:
> > 
> > ‘This list doesn't specify anything about how much of your card is
> > supported. So a card that only works without encryption is listed the
> > same as one that also has support for WEP/WPA.’
> > 
> > Not sure I want to donate my bandwidth to any TDH that might sniff my
> > available presence the minute I cruise along in their neighborhood...
> 
> But the very next line reads:
> 
> "For the specifics about how much of your card is supported, please
> refer to the driver page listed for your card."
> 
> IIUC, the driver docs will generally tell you what has been
> implemented.

Ah.. now I see it.. Sorry for the noise.

cj


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110120021316.GB4113@pavo.local



Re: Netgear WG111 USB wifi adapter works with squeeze / gnome

2011-01-19 Thread Celejar
On Tue, 18 Jan 2011 23:04:23 -0500
Chris Jones  wrote:

> On Tue, Jan 18, 2011 at 03:23:49PM EST, Celejar wrote:
> > On Wed, 29 Dec 2010 20:10:07 -0800
> > Peter Tenenbaum  wrote:
> > 
> > > I recently had to add wifi to my squeeze / gnome desktop.  Based on some
> > > reviews I bought a Netgear WG111 USB wifi adapter, and I found that when I
> > > plugged it into a USB port on my desktop it worked instantly -- no
> > > configuration or package installation necessary.
> > > 
> > > Is there a repository where these sorts of success stories are tracked?
> > 
> > A bit late, but FTR:
> > 
> > http://linux-wless.passys.nl/> 
> > 
> > A great resource.
> 
> A bit puzzled about the disclaimer, though:
> 
> ‘This list doesn't specify anything about how much of your card is
> supported. So a card that only works without encryption is listed the
> same as one that also has support for WEP/WPA.’
> 
> Not sure I want to donate my bandwidth to any TDH that might sniff my
> available presence the minute I cruise along in their neighborhood...

But the very next line reads:

"For the specifics about how much of your card is supported, please
refer to the driver page listed for your card."

IIUC, the driver docs will generally tell you what has been
implemented.

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110119175410.a6e3fc50.cele...@gmail.com



Re: Netgear WG111 USB wifi adapter works with squeeze / gnome

2011-01-18 Thread Chris Jones
On Tue, Jan 18, 2011 at 03:23:49PM EST, Celejar wrote:
> On Wed, 29 Dec 2010 20:10:07 -0800
> Peter Tenenbaum  wrote:
> 
> > I recently had to add wifi to my squeeze / gnome desktop.  Based on some
> > reviews I bought a Netgear WG111 USB wifi adapter, and I found that when I
> > plugged it into a USB port on my desktop it worked instantly -- no
> > configuration or package installation necessary.
> > 
> > Is there a repository where these sorts of success stories are tracked?
> 
> A bit late, but FTR:
> 
> http://linux-wless.passys.nl/> 
> 
> A great resource.

A bit puzzled about the disclaimer, though:

‘This list doesn't specify anything about how much of your card is
supported. So a card that only works without encryption is listed the
same as one that also has support for WEP/WPA.’

Not sure I want to donate my bandwidth to any TDH that might sniff my
available presence the minute I cruise along in their neighborhood...

cj


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110119040423.GB11185@pavo.local



Re: Netgear WG111 USB wifi adapter works with squeeze / gnome

2011-01-18 Thread Celejar
On Wed, 29 Dec 2010 20:10:07 -0800
Peter Tenenbaum  wrote:

> I recently had to add wifi to my squeeze / gnome desktop.  Based on some
> reviews I bought a Netgear WG111 USB wifi adapter, and I found that when I
> plugged it into a USB port on my desktop it worked instantly -- no
> configuration or package installation necessary.
> 
> Is there a repository where these sorts of success stories are tracked?

A bit late, but FTR:

http://linux-wless.passys.nl/> 

A great resource.

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110118152349.bea13a0c.cele...@gmail.com



Re: Netgear WG111 USB wifi adapter works with squeeze / gnome

2010-12-30 Thread Eduardo M KALINOWSKI

On Qui, 30 Dez 2010, Peter Tenenbaum wrote:

Camaleon -- unfortunately the wifi / USB page you pointed me to specifies
which chipsets work well with Debian, but not which devices you can buy at a
store or on Amazon.  I was never able to figure out how to make use of that
page as most vendors and retailers do not think that the chipset information
is of vital importance to the buyer, hence it is obscure at the time of
purchase.

Klistvud -- Here is the output of lsusb:

Bus 002 Device 005: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless
[realtek RTL8187B]

So the chipset happens to be one of the ones which is well-supported, but I
had no way to know this prior to purchase (and believe me, I tried to find
out).  Fortunately a user posted a review to Amazon saying that it worked
for him on his linux desktop.


What's worse, the vendors themselves do not care about the chipset,  
often releasing new models with different chipsets but keeping the  
same model number.




--
Time washes clean
Love's wounds unseen.
That's what someone told me;
But I don't know what it means.
-- Linda Ronstadt, "Long Long Time"

Eduardo M KALINOWSKI
edua...@kalinowski.com.br


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/20101230160712.92435iypqc4wx...@mail.kalinowski.com.br



Re: Netgear WG111 USB wifi adapter works with squeeze / gnome

2010-12-30 Thread Camaleón
On Thu, 30 Dec 2010 08:53:28 -0800, Peter Tenenbaum wrote:

> Camaleon -- unfortunately the wifi / USB page you pointed me to
> specifies which chipsets work well with Debian, but not which devices
> you can buy at a store or on Amazon.  

HCL lists are aimed to enumerate devices and their modules that work out-
of-the-box, have problems for setting up or that don't work at all. With 
that information you can go then to the store and buy the device with a 
little more confidence (not 100% but is better than nothing). So if your 
device uses "intersil/prism" or "realtek" chipset and that chipset is 
listed there and marked as "works/detected", then there are many chances 
that it works fine.

> I was never able to figure out how
> to make use of that page as most vendors and retailers do not think that
> the chipset information is of vital importance to the buyer, hence it is
> obscure at the time of purchase.

True, that information is not always easy to find (not present even in 
technical specs) but Google helps a lot here.

Anyway, I thought you were asking for a place where to put that your USB 
dongle works fine so others users can benefit form that information :-)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.12.30.17.44...@gmail.com



Re: Netgear WG111 USB wifi adapter works with squeeze / gnome

2010-12-30 Thread Klistvud

Dne, 30. 12. 2010 17:53:28 je Peter Tenenbaum napisal(a):

Klistvud -- Here is the output of lsusb:

Bus 002 Device 005: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps  
Wireless

[realtek RTL8187B]

So the chipset happens to be one of the ones which is well-supported,  
but I
had no way to know this prior to purchase (and believe me, I tried to  
find
out).  Fortunately a user posted a review to Amazon saying that it  
worked

for him on his linux desktop.

-PT


Had you bothered to ask in advance on this list -- and had I seen your  
post -- I could have told you that I have a v3 card and that the v3  
model works in Squeeze. I could have told you also that it does *not*  
work in stock Lenny (although it does in newer, backported Lenny  
kernels). I think that the v2 model works in stock Lenny, but have no  
means of checking that.


Anyhow, all's well that ends well.

--
Cheerio,

Klistvud  
http://bufferoverflow.tiddlyspot.com
Certifiable Loonix User #481801  Please reply to the list, not to  
me.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1293729761.1006...@compax



Re: Netgear WG111 USB wifi adapter works with squeeze / gnome

2010-12-30 Thread Peter Tenenbaum
Camaleon -- unfortunately the wifi / USB page you pointed me to specifies
which chipsets work well with Debian, but not which devices you can buy at a
store or on Amazon.  I was never able to figure out how to make use of that
page as most vendors and retailers do not think that the chipset information
is of vital importance to the buyer, hence it is obscure at the time of
purchase.

Klistvud -- Here is the output of lsusb:

Bus 002 Device 005: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless
[realtek RTL8187B]

So the chipset happens to be one of the ones which is well-supported, but I
had no way to know this prior to purchase (and believe me, I tried to find
out).  Fortunately a user posted a review to Amazon saying that it worked
for him on his linux desktop.

-PT

On Wed, Dec 29, 2010 at 8:10 PM, Peter Tenenbaum <
peter.g.tenenb...@gmail.com> wrote:

> I recently had to add wifi to my squeeze / gnome desktop.  Based on some
> reviews I bought a Netgear WG111 USB wifi adapter, and I found that when I
> plugged it into a USB port on my desktop it worked instantly -- no
> configuration or package installation necessary.
>
> Is there a repository where these sorts of success stories are tracked?
>
> -PT
>


Re: Netgear WG111 USB wifi adapter works with squeeze / gnome

2010-12-30 Thread Klistvud

Dne, 30. 12. 2010 10:47:16 je Camaleón napisal(a):

On Wed, 29 Dec 2010 20:10:07 -0800, Peter Tenenbaum wrote:

> I recently had to add wifi to my squeeze / gnome desktop.  Based on  
some
> reviews I bought a Netgear WG111 USB wifi adapter, and I found that  
when

> I plugged it into a USB port on my desktop it worked instantly -- no
> configuration or package installation necessary.
>
> Is there a repository where these sorts of success stories are  
tracked?


Debian has a wiki, maybe you can get an account to edit/add this  
useful

data:

http://wiki.debian.org/WiFi#USBDevices

Also, mentioning it here is a good way to broadcast the good news ;-)



You should probably add your lsusb output too. That's because not all  
WG111 are created equal: IIRC, the WG111 has switched chipsets -- and  
consequently, drivers -- when going from .v2 to .v3. A good resource on  
Linux-compatible wireless adapters is the Backtrack website  
http://www.backtrack-linux.org/ because they also gather information on  
the "monitor" mode of various cards.


--
Cheerio,

Klistvud  
http://bufferoverflow.tiddlyspot.com
Certifiable Loonix User #481801  Please reply to the list, not to  
me.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1293706230.1006...@compax



Re: Netgear WG111 USB wifi adapter works with squeeze / gnome

2010-12-30 Thread Camaleón
On Wed, 29 Dec 2010 20:10:07 -0800, Peter Tenenbaum wrote:

> I recently had to add wifi to my squeeze / gnome desktop.  Based on some
> reviews I bought a Netgear WG111 USB wifi adapter, and I found that when
> I plugged it into a USB port on my desktop it worked instantly -- no
> configuration or package installation necessary.
> 
> Is there a repository where these sorts of success stories are tracked?

Debian has a wiki, maybe you can get an account to edit/add this useful 
data:

http://wiki.debian.org/WiFi#USBDevices

Also, mentioning it here is a good way to broadcast the good news ;-)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.12.30.09.47...@gmail.com



Netgear WG111 USB wifi adapter works with squeeze / gnome

2010-12-29 Thread Peter Tenenbaum
I recently had to add wifi to my squeeze / gnome desktop.  Based on some
reviews I bought a Netgear WG111 USB wifi adapter, and I found that when I
plugged it into a USB port on my desktop it worked instantly -- no
configuration or package installation necessary.

Is there a repository where these sorts of success stories are tracked?

-PT


Re: Setting up a USB WiFi adapter from the terminal

2008-11-23 Thread en0f
Sam Kuper wrote:
> 2008/11/23 en0f <[EMAIL PROTECTED]>

[ ... ]

> Thanks for the pointer. I had been a bit puzzled about that, because of
> being able to supposedly configure wifi via /etc/network/interfaces, but
> I've installed the wpasupplicant package now and - after a lengthy bout with
> the READMEs, it's working fine :)
> 
> Thank you!
> 
> Sam

Heh no worries. Thats the whole reason excellent man pages and /usr/share/doc/ 
exist ;-)

Have fun.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Setting up a USB WiFi adapter from the terminal

2008-11-23 Thread Sam Kuper
2008/11/23 en0f <[EMAIL PROTECTED]>

> Sam Kuper wrote:
> > I've just installed Etch on a Thinkpad 240 and installed a Netgear
> WG111v3
> > USB WiFi adapter according to the instructions
> > here<
> http://www.linuxquestions.org/questions/linux-hardware-18/wifi-card-netgear-wg111v3-usb2.0-in-debian-4.0-615300/#post3166535
> >.
> > Now I need to configure it so that it will connect to my wireless access
> > point (a Buffalo WHR-HP-G54, in case that's significant) over
> WPA-Personal
> > using AES.
> >
> > Suppose my access point's SSID was 'MyAccessPoint' and my WPA key was
> > 'someoldwpakey', how would I go about doing this (without using any
> > desktop/windowed utilities, because I don't have adesktop environment or
> > window manager installed)?
>
> You need wpa_supplicant -
> everest:~# aptitude search wpasupplicant
> p   wpasupplicant- Client support
> for WPA and WPA2 (IEEE
> 802.11i)
>

Thanks for the pointer. I had been a bit puzzled about that, because of
being able to supposedly configure wifi via /etc/network/interfaces, but
I've installed the wpasupplicant package now and - after a lengthy bout with
the READMEs, it's working fine :)

Thank you!

Sam


Re: Setting up a USB WiFi adapter from the terminal

2008-11-23 Thread en0f
Sam Kuper wrote:
> Dear all,
> I've just installed Etch on a Thinkpad 240 and installed a Netgear WG111v3
> USB WiFi adapter according to the instructions
> here<http://www.linuxquestions.org/questions/linux-hardware-18/wifi-card-netgear-wg111v3-usb2.0-in-debian-4.0-615300/#post3166535>.
> Now I need to configure it so that it will connect to my wireless access
> point (a Buffalo WHR-HP-G54, in case that's significant) over WPA-Personal
> using AES.
> 
> Suppose my access point's SSID was 'MyAccessPoint' and my WPA key was
> 'someoldwpakey', how would I go about doing this (without using any
> desktop/windowed utilities, because I don't have adesktop environment or
> window manager installed)?
> 
> Here's how far I've got.
> 
> I've read:
> 
>- http://wiki.debian.org/WPA
>- man wireless
>- man iwconfig
>- man iwpriv
>- man iwevent
>- man interfaces
>- man ifup
>- man ifdown
>- man iwspy
>- man iwlist
>- view /usr/share/doc/wireless-tools/README.Debian
> 
> I've made the following entry in /etc/network/interfaces:
> 
> [quote]
> allow-hotplug wlan0
> iface wlan0 inet dhcp
> wireless-essid MyAccessPoint
> wireless-key someoldwpakey
> [/quote]
> 
> And if I now run 'ifup -a' then 'iwconfig' gives:
> 
> [quote]
> lo no wireless extensions
> 
> wlan0 IEEE 802.11g  ESSID:off/any
>  Mode:Managed  Frequency:1256.85 GHz  Access Point: Not-Associated
>  Bit Rate:54Mb/s   Tx-Power:20 dBm   Sensitivity=0/3
>  RTS thr:2347 BFragment thr:2346 B
>  Encryption key:off
>  Power Management:off
>  Link Quality:0  Signal level:0  Noise level:0
>  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
>  Tx excessive retries:0  Invalid misc:0  Missed beacon:0
> [/quote]
> 
> Clearly, the Thinkpad isn't aware of the access point yet, so at this point,
> I'd be very grateful for any help you can offer!


You need wpa_supplicant -

everest:~# aptitude search wpasupplicant
p   wpasupplicant- Client support for 
WPA and WPA2 (IEEE
802.11i)


Hth.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



  1   2   >