Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-05 Thread Stefan Monnier
> This looks strange for me, as I would think, the AP on the computer > would also need some processing time for recognition, correction and > routing to the host. Try it! If you notice an important performance penalty, *then* come back with the numbers and the details of your setup, so someone c

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-05 Thread John Hasler
Hans writes: > This looks strange for me, as I would think, the AP on the computer > would also need some processing time for recognition, correction and > routing to the host. Every packet is routed by the kernel. There is no seperate "AP". How much delay matters? Ping should be under a millis

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-05 Thread Joe
On Sun, 30 Mar 2025 15:40:07 +0200 Hans wrote: > > Then use NGINX with RTMP-module listening on its standard port and > streaming with RTMP from Computer A to Computer B to the standard > port. > > Everything without any AP or router between. > > The stream can then be made visible with VLC

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-05 Thread Henrik Ahlgren
Hans writes: > yes, I already am aware of this, but this I wanted to avoid. It will be then > again a new hop, which causes delay (and I suppose, a software router is > sklower than a hardware device). I haven't tried this, but take a look at: https://wiki.debian.org/WiFi/AdHoc https://help.u

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-04 Thread Greg
On 2025-03-30, John Hasler wrote: > Hans writes: >> This looks strange for me, as I would think, the AP on the computer >> would also need some processing time for recognition, correction and >> routing to the host. > > Every packet is routed by the kernel. There is no seperate "AP". > > How much

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-04 Thread Hans
Am Sonntag, 30. März 2025, 21:41:30 CEST schrieb debian-u...@howorth.org.uk: > Timothy M Butterworth wrote: > > [snip] > > > If you make the storage server the access point > > What storage server? > I thought this was about live video display from a drone? Oh sorry, maybe I did the wrong expr

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-04 Thread Timothy M Butterworth
On Sun, Mar 30, 2025 at 9:29 AM Hans wrote: > Am Samstag, 29. März 2025, 19:21:39 CEST schrieb Stefan Monnier: > > >> You need to make one PC an access point. I think most guides are > > > > > > yes, I already am aware of this, but this I wanted to avoid. It will > > > be then again a new hop, w

[SOLVED] Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-31 Thread Hans
Hi folks, thank you very much for all your respose! It was so hepfull amnd I have again again a lot. You showed me different ways using software AP, ad-hoc and gave me many informations. I will test all these things now, what will take me some time. All my questions are fully answered and so

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-30 Thread debian-user
Timothy M Butterworth wrote: [snip] > If you make the storage server the access point What storage server? I thought this was about live video display from a drone?

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-30 Thread David Wright
ne host, A, and leave B untouched: B knows how > > to connect to an AP, so you can focus all your attention > > on getting hostA to work, and test it with any normal wifi > > device that happens to be on hand. > > I do not know, if that is possible with wlan at all. Howeve

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-30 Thread Joe
th: > > > > hostAP≡∈ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ∋≡hostB > > That is, what I wanted to do. The idea is, to manually set both > computers with fixed IP's on its wlan interface for example: > > Computer A > IP: 192.168.1.10 > GW: 192.168.1.1 > >

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-30 Thread Hans
both computers with fixed IP's on its wlan interface for example: Computer A IP: 192.168.1.10 GW: 192.168.1.1 Computer B IP: 192.168.1.20 GW: 192.168.1.1 Then use NGINX with RTMP-module listening on its standard port and streaming with RTMP from Computer A to Computer B to

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-30 Thread Hans
Am Samstag, 29. März 2025, 19:21:39 CEST schrieb Stefan Monnier: > >> You need to make one PC an access point. I think most guides are > > > > yes, I already am aware of this, but this I wanted to avoid. It will > > be then again a new hop, which causes delay (and I suppose, > > a software router

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread Joe
On Sat, 29 Mar 2025 16:37:39 +0100 Hans wrote: > > You need to make one PC an access point. I think most guides are > > designed to then connect that AP to the rest of the network, so > > that the AP is useful to wifi-only devices, but you can just > > ignore that. > > > > Example at: > > > >

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread Stefan Monnier
>> You need to make one PC an access point. I think most guides are > yes, I already am aware of this, but this I wanted to avoid. It will > be then again a new hop, which causes delay (and I suppose, > a software router is sklower than a hardware device). No, if one of the PCs is the AP, then c

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread David Wright
On Sat 29 Mar 2025 at 16:37:39 (+0100), Hans wrote: > > You need to make one PC an access point. I think most guides are > > designed to then connect that AP to the rest of the network, so > > that the AP is useful to wifi-only devices, but you can just > > ignore that. > > > > Example at: > > >

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread Hans
> You need to make one PC an access point. I think most guides are > designed to then connect that AP to the rest of the network, so > that the AP is useful to wifi-only devices, but you can just > ignore that. > > Example at: > > http://souktha.github.io/misc/create-ap-linuxpc/ > > Cheers, >

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread jeremy ardley
On 29/3/25 23:41, Hans wrote: It is not important, if a router is givng the devices an IP-address. So I do not need any dhcp. The IP-addresses can of course be set manually by me. The more problem I see, will be the encryption and passkey-exchange, if needed. However, I do not need encryption,

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread Hans
To clarify the access point will typically assign a subset of a class-C > range for DHCP. It will usually be O.K. to assign static addresses in > the same class C but out of the DHCP range > > An alternative depending on the router is to configure the router to > have fixed DHCP addresses based o

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread jeremy ardley
On 29/3/25 23:01, jeremy ardley wrote: On 29/3/25 22:53, Hans wrote: But is this possible with wifi, too? My idea was working with fixed IP`s and give computer A the IP-address from computer B as gateway, and the other way round. Of course I my thinking was wrong (otherwise it would have be

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread jeremy ardley
On 29/3/25 22:53, Hans wrote: But is this possible with wifi, too? My idea was working with fixed IP`s and give computer A the IP-address from computer B as gateway, and the other way round. Of course I my thinking was wrong (otherwise it would have been worked). The WiFi router usually assi

Re: OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread David Wright
On Sat 29 Mar 2025 at 15:53:01 (+0100), Hans wrote: > > just a question: Is it possible, to connect two computers with linux via wlan > without any router? > > I know, it is working with ethernet cable and crossover-cable. > > But is this possible with wifi, too? My

OT: Connect two computers with linux with wlan, but without any router

2025-03-29 Thread Hans
Dear list, just a question: Is it possible, to connect two computers with linux via wlan without any router? I know, it is working with ethernet cable and crossover-cable. But is this possible with wifi, too? My idea was working with fixed IP`s and give computer A the IP-address from

Re: WLAN with /etc/network/interfaces

2025-02-04 Thread Max Nikulin
On 02/02/2025 21:01, Rainer Dorsch wrote: root@outdoor:~# cat /etc/network/interfaces [...] auto wlan0 Is there a chance that "allow-hotplug wlan0" might help? I use NetworkManager for WiFi interfaces, so my remarks may have no sense. Simply ignore them that case. My expectation is that hot

Re: WLAN with /etc/network/interfaces

2025-02-04 Thread Cindy Sue Causey
found in how-to tutorials online. It's been working flawlessly for months so I had to poke and prod again to relearn it. "Edit a connection" offers an "Add" option. My hope is that something in the resulting dropdown menu will provide a viable fix here. Nmtui doesn't sp

Re: WLAN with /etc/network/interfaces

2025-02-04 Thread Anssi Saari
George at Clug writes: > iptables (which I like), nftables (which I ask, Why?) For a few years now, well, almost a decade, iptables has been a hollow shell with nftables inside. Why nftables? Because it unifies firewall for ipv4, ipv6 and bridges, so we don't need to have separate iptables, ip6t

Re: WLAN with /etc/network/interfaces

2025-02-03 Thread George at Clug
Rainer, I believe others have responded. Just for my curiosity, Is Network Manager installed? Would you be able to use nmclli to set a static IP address? Or maybe systemctl ? I find Linux Networking confusing, so many different systems for managing networking, for example /etc/network/interf

Re: WLAN with /etc/network/interfaces

2025-02-03 Thread Frank Guthausen
On Sun, 02 Feb 2025 15:01:27 +0100 Rainer Dorsch wrote: > > I am trying to bringup the wifi network with an ipv4 address on a > Cubox-i automatically after boot. > > Manually, it works: > [...] > root@outdoor:~# ifdown wlan0 > [...] > ifroot@outdoor:~# ifup wlan0 > [...] > Any hint or advice is

Re: WLAN with /etc/network/interfaces

2025-02-03 Thread Hans
Looks like your firmware is not available. For broadcomm cards there is an extra installer, which downloads it seperately. In Debian the firmware is not shipped in the repo, but an installer is shipped. Check for any broadcom related packages. Hope this helps. Best Hans > In the kernel messa

Re: WLAN with /etc/network/interfaces

2025-02-03 Thread George at Clug
Rainer, Apologies I cannot help you. I have been hoping someone might who is able to do so, would respond. I searched the Internet and it would seem you are not alone with this issue. Is network manager installed in your system? Is your system Debian 12 (Bookworm)?, I would presume so. He

WLAN with /etc/network/interfaces

2025-02-02 Thread Rainer Dorsch
Hello, I am trying to bringup the wifi network with an ipv4 address on a Cubox-i automatically after boot. Manually, it works: root@outdoor:~# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, s

Re: rfkill list wlan, Hard blocked: yes

2024-01-23 Thread David Wright
On Sun 21 Jan 2024 at 21:57:20 (+0100), Geert Stappers wrote: > On Sun, Jan 21, 2024 at 12:59:01PM -0600, David Wright wrote: > > On Sun 21 Jan 2024 at 18:58:43 (+0100), Geert Stappers wrote: > > > On Sun, Jan 21, 2024 at 10:44:04AM -0600, David Wright wrote: > > > > On Sun 21 Jan 2024 at 17:33:57

Re: rfkill list wlan, Hard blocked: yes

2024-01-21 Thread David Wright
On Sun 21 Jan 2024 at 21:57:20 (+0100), Geert Stappers wrote: > On Sun, Jan 21, 2024 at 12:59:01PM -0600, David Wright wrote: > > On Sun 21 Jan 2024 at 18:58:43 (+0100), Geert Stappers wrote: > > > On Sun, Jan 21, 2024 at 10:44:04AM -0600, David Wright wrote: > > > > On Sun 21 Jan 2024 at 17:33:57

Re: rfkill list wlan, Hard blocked: yes

2024-01-21 Thread Geert Stappers
On Sun, Jan 21, 2024 at 12:59:01PM -0600, David Wright wrote: > On Sun 21 Jan 2024 at 18:58:43 (+0100), Geert Stappers wrote: > > On Sun, Jan 21, 2024 at 10:44:04AM -0600, David Wright wrote: > > > On Sun 21 Jan 2024 at 17:33:57 (+0100), Geert Stappers wrote: > > > ( https://lists.debian.org/debian

Re: rfkill list wlan, Hard blocked: yes

2024-01-21 Thread David Wright
On Sun 21 Jan 2024 at 18:58:43 (+0100), Geert Stappers wrote: > On Sun, Jan 21, 2024 at 10:44:04AM -0600, David Wright wrote: > > On Sun 21 Jan 2024 at 17:33:57 (+0100), Geert Stappers wrote: > > ( https://lists.debian.org/debian-user/2024/01/msg01038.html ) > > > [7.854942] iwlwifi :02:00.

Re: rfkill list wlan, Hard blocked: yes

2024-01-21 Thread Marco Moock
Am 21.01.2024 um 18:58:43 Uhr schrieb Geert Stappers: > It does report "hard blocked", but rfkill can't change it. Look for a hardware switch or a keystroke (mostly combined with FN) to enable it.

rfkill list wlan, Hard blocked: yes

2024-01-21 Thread Geert Stappers
talled package `rfkill` (it wasn't installed before) and tried it. It does report "hard blocked", but rfkill can't change it. root@nero:~# rfkill ID TYPE DEVICE SOFTHARD 0 bluetooth tpacpi_bluetooth_sw blocked blocked 1 wwan

Re: Drucker/Scanner HP ENVY 6020e WLAN damit scannen und Email versenden

2022-04-28 Thread tomas
df > gemacht und per Email versandt. > Auf die Schnelle habe ich nun ein HP ENVY 6020e gekauft. > Das Ding ist über WLAN anzusprechen mit HP Smart. Dann habe ich aber mit > meinen SAMSUNG Smartphone habe keine andere Verbindungen mehr und kann das > nicht mehr gleich als Email vers

Drucker/Scanner HP ENVY 6020e WLAN damit scannen und Email versenden

2022-04-28 Thread diverses
ENVY 6020e gekauft. Das Ding ist über WLAN anzusprechen mit HP Smart. Dann habe ich aber mit meinen SAMSUNG Smartphone habe keine andere Verbindungen mehr und kann das nicht mehr gleich als Email versenden. Ist das so gewollt oder mache ich einen Denkfehler wie man das sonst alles anders machen

Drucker/Scanner HP ENVY 6020e WLAN damit scannen und Email versenden

2022-04-28 Thread debiangerman
ENVY 6020e gekauft. Das Ding ist über WLAN anzusprechen mit HP Smart. Dann habe ich aber mit meinen SAMSUNG Smartphone habe keine andere Verbindungen mehr und kann das nicht mehr gleich als Email versenden. Ist das so gewollt oder mache ich einen Denkfehler wie man das sonst alles anders machen

Drucker/Scanner HP ENVY 6020e WLAN damit scannen und Email versenden

2022-04-28 Thread diverses
ENVY 6020e gekauft. Das Ding ist über WLAN anzusprechen mit HP Smart. Dann habe ich aber mit meinen SAMSUNG Smartphone habe keine andere Verbindungen mehr und kann das nicht mehr gleich als Email versenden. Ist das so gewollt oder mache ich einen Denkfehler wie man das sonst alles anders machen

Re: Slow SSH over WLAN? How to check?

2020-09-05 Thread rhkramer
On Saturday, September 05, 2020 10:35:24 AM Lee wrote: > On 9/3/20, riveravaldez wrote: > > What could I do to check/test the health/performance of the connection > > in order to diagnose if there's effectively a problem? > > You can use iperf to see how bad wireless thruput is. LinSSID > htt

Re: Slow SSH over WLAN? How to check?

2020-09-05 Thread Lee
On 9/3/20, riveravaldez wrote: > Hi, > > I'm under the impression that one of my LAN-SSH connections is working > poorly. When I SSH from a wired desktop machine (generic) to a > Wi-Fi-ed notebook (ThinkPadX220) things take irregular and seemingly > excessive amounts of time to happen (you type an

Re: Slow SSH over WLAN? How to check?

2020-09-03 Thread David Christensen
On 2020-09-03 06:48, riveravaldez wrote: Hi, I'm under the impression that one of my LAN-SSH connections is working poorly. When I SSH from a wired desktop machine (generic) to a Wi-Fi-ed notebook (ThinkPadX220) things take irregular and seemingly excessive amounts of time to happen (you type an

Re: Slow SSH over WLAN? How to check?

2020-09-03 Thread John Conover
Might try variants of: ssh -v -v -v theu...@thedomain.tld to see what ssh/sshd are doing. John Bob Weber writes: > On 9/3/20 9:48 AM, riveravaldez wrote: > > Hi, > > > > I'm under the impression that one of my LAN-SSH connections is working > > poorly. When I SSH from a wired desktop

Re: Slow SSH over WLAN? How to check?

2020-09-03 Thread Bob Weber
On 9/3/20 9:48 AM, riveravaldez wrote: Hi, I'm under the impression that one of my LAN-SSH connections is working poorly. When I SSH from a wired desktop machine (generic) to a Wi-Fi-ed notebook (ThinkPadX220) things take irregular and seemingly excessive amounts of time to happen (you type and

Slow SSH over WLAN? How to check?

2020-09-03 Thread riveravaldez
Hi, I'm under the impression that one of my LAN-SSH connections is working poorly. When I SSH from a wired desktop machine (generic) to a Wi-Fi-ed notebook (ThinkPadX220) things take irregular and seemingly excessive amounts of time to happen (you type and the text appears a moment later, etc.). T

Re: What's missing for wake on wlan?

2018-07-30 Thread David Wright
On Mon 30 Jul 2018 at 17:27:04 (+0200), Markus Grunwald wrote: > Hello, > > While wake on lan works well on my T570 with debian buster, I'm not able > get wake on WLAN working... > > % sudo iw phy0 wowlan show > WoWLAN is enabled: > * wake up on disconnect

What's missing for wake on wlan?

2018-07-30 Thread Markus Grunwald
Hello, While wake on lan works well on my T570 with debian buster, I'm not able get wake on WLAN working... % sudo iw phy0 wowlan show WoWLAN is enabled: * wake up on disconnect * wake up on magic packet % /sbin/ifconfig wlp4s0 | grep ether ether e4:70:b8:fb:25:89 txqueuelen

Re: WLAN connection: 5 GHz priority

2017-07-20 Thread Dan Purgert
solitone wrote: > On Thursday, 20 July 2017 10:05:56 CEST Dan Purgert wrote: >> That being said, most network admins worth anything will be approaching >> the problem from their side too (e.g. with band steering), in order to >> "encourage" client devices to connect to the 5 GHz signal. > > I've tr

Re: WLAN connection: 5 GHz priority

2017-07-20 Thread solitone
On Thursday, 20 July 2017 10:05:56 CEST Dan Purgert wrote: > That being said, most network admins worth anything will be approaching > the problem from their side too (e.g. with band steering), in order to > "encourage" client devices to connect to the 5 GHz signal. I've tried the band steering op

Re: WLAN connection: 5 GHz priority

2017-07-20 Thread Dan Purgert
solitone wrote: > [...] > Is there some tweak I can do on the kernel module, so that the choice > doesn't rely on any specific configuration on the AP? Not directly (usually), it's a mix of a few things (as you'd done/ mentioned). You may be able to set some preferences in Network Manager / wicd

WLAN connection: 5 GHz priority

2017-07-20 Thread solitone
Although this issue is widely discussed, but I didn't find a way to solve it. My access point provides both 2.4 GHz and 5 GHz bands, and I'd like my WiFi adapter chose 5 GHz over 2.4. To accomplish this, I reduced the AP's TX power for 2.4 GHz, and increased that for 5 GHz. The point is that wh

Re: WLAN laufende Qualitaetsmessung

2017-06-25 Thread Curt
On 2017-06-25, Hans wrote: > I read the original post now (in German, and as I am German, no problem). > In his case I think "kismet" is a good start. So he can see, if there are > other AP on the same frequency. I also suggest "wavemon", which shows all AP > and its strenth. > > If the neighbou

Re: WLAN laufende Qualitaetsmessung

2017-06-25 Thread Hans
I read the original post now (in German, and as I am German, no problem). In his case I think "kismet" is a good start. So he can see, if there are other AP on the same frequency. I also suggest "wavemon", which shows all AP and its strenth. If the neighbour is sending weired pckages (maybe with

Re: WLAN laufende Qualitaetsmessung

2017-06-25 Thread Thomas Schmitt
Hi, Reco wrote: > Using aireplay-ng for the purpose of lowering signal quality > for neighbor WiFi can be subject to criminal penalties That would be a good catch in a neighborhood feud which normally is rather faught by unnecessary lawn mowing, loud music, stinking garbage cans, or obscene garde

Re: WLAN laufende Qualitaetsmessung

2017-06-25 Thread Reco
Hi. On Sun, 25 Jun 2017 10:06:38 +0200 Hans wrote: > I believe tshark (and wireshark of course) is also be capable of showing bad > or corrupted traffic. You can set filters, i.e. to filter out rejects and > similar, > and if they are abnormal high, you know, something is bad. > > Ju

Re: WLAN laufende Qualitaetsmessung

2017-06-25 Thread Hans
I believe tshark (and wireshark of course) is also be capable of showing bad or corrupted traffic. You can set filters, i.e. to filter out rejects and similar, and if they are abnormal high, you know, something is bad. Just an idea... Best Hans

Re: WLAN laufende Qualitaetsmessung

2017-06-25 Thread Reco
ser-ger...@lists.debian.org > > > > > > Just in case somebody knows a program for WLAN quality surveillance: > > > > The OP suspects that his neighbor after annoying the dogs has now > > taken measures to hamper the WLAN. The question is whether there are > > pr

Re: WLAN laufende Qualitaetsmessung

2017-06-25 Thread Reco
Hi. On Sun, 25 Jun 2017 09:36:57 +0200 "Thomas Schmitt" wrote: > Hi, > > debian-user ist englischsprachig. Probier's mal auf dem deutschen Ableger: > debian-user-ger...@lists.debian.org > > > Just in case somebody knows a program for WLAN qualit

Re: WLAN laufende Qualitaetsmessung

2017-06-25 Thread Thomas Schmitt
Hi, debian-user ist englischsprachig. Probier's mal auf dem deutschen Ableger: debian-user-ger...@lists.debian.org Just in case somebody knows a program for WLAN quality surveillance: The OP suspects that his neighbor after annoying the dogs has now taken measures to hamper the WLAN

WLAN laufende Qualitätsmessung

2017-06-24 Thread Thomas
Hallo, mein neuer Nachbar ist ein bisschen komisch. Er hat schon einen Ultraschallvertreiber gegen unsere zwei Hunde direkt an unserem Zaun eingesteckt. Als er mitbekommen hat das wir das gemerkt haben hat er den schnell entfernt. Nun haben wir laufend Probleme mit dem WLAN, mal kommt keiner

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Stephen Allen
On Sun, Oct 04, 2015 at 11:23:29AM +0200, Petter Adsen wrote: > > My guess is that it has problems with the newer kernel, but without > that file it's impossible to say why it failed to build. Another guess > would be that you haven't installed the kernel headers, which are > required to build tha

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Lisi Reisz
On Sunday 04 October 2015 15:46:36 Himanshu Shekhar wrote: > apt-get upgrade possible upgraded openjdk 6 to openjdk7 (possibly because > backports are included in my sources, I don't know precisely), after which > libreoffice didn't start even from terminal. > After much guess work, I tried install

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Lisi Reisz
On Sunday 04 October 2015 13:29:32 Himanshu Shekhar wrote: > Yup! got it. I attached my sources.list file in the very first message of > the thread. I would like to have suggestions on the same. Read: https://wiki.debian.org/SourcesList Then the following might be helpful - but beware, they are no

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Himanshu Shekhar
apt-get upgrade possible upgraded openjdk 6 to openjdk7 (possibly because backports are included in my sources, I don't know precisely), after which libreoffice didn't start even from terminal. After much guess work, I tried installing libreoffice5, which was available in backports. Now, libreoffic

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Lisi Reisz
On Sunday 04 October 2015 11:39:55 Himanshu Shekhar wrote: > infact after updating java.. How? You need to give a lot more detail. > libreoffice4 failed and i had to install > libreoffice5 from jessie backports. Lisi

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Eduard Bloch
Hallo, * Himanshu Shekhar [Sun, Oct 04 2015, 04:09:55PM]: > thanks dude ! i upgraded my driver. But can you tell why some packages > break after updating to newer version and still debian stable version is > named so. > infact after updating java.. libreoffice4 failed and i had to install > libreof

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Himanshu Shekhar
here's the sources.list file On Sun, Oct 4, 2015 at 5:59 PM, Himanshu Shekhar wrote: > Yup! got it. I attached my sources.list file in the very first message of > the thread. I would like to have suggestions on the same. > Also, I have installed few packages from tarballs, as my realtek r8101 >

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Himanshu Shekhar
Yup! got it. I attached my sources.list file in the very first message of the thread. I would like to have suggestions on the same. Also, I have installed few packages from tarballs, as my realtek r8101 ethernet driver, skype. That's all! On Sun, Oct 4, 2015 at 5:14 PM, Lisi Reisz wrote: > On Su

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Lisi Reisz
On Sunday 04 October 2015 11:39:55 Himanshu Shekhar wrote: > thanks dude ! i upgraded my driver. But can you tell why some packages > break after updating to newer version and still debian stable version is > named so. > infact after updating java.. libreoffice4 failed and i had to install > libreo

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Himanshu Shekhar
thanks dude ! i upgraded my driver. But can you tell why some packages break after updating to newer version and still debian stable version is named so. infact after updating java.. libreoffice4 failed and i had to install libreoffice5 from jessie backports. Is this normal or and issue? Thanks for

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Eduard Bloch
Hallo, * Himanshu Shekhar [Sun, Oct 04 2015, 03:06:34PM]: > I have no idea of what has happened to my system. My sources.list is > attached along with make.log. If I need to downgrade my kernel, please > provide a fix. > Thanks for replying... I was waiting! Downgrade the kernel or upgrade the dri

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Himanshu Shekhar
I have no idea of what has happened to my system. My sources.list is attached along with make.log. If I need to downgrade my kernel, please provide a fix. Thanks for replying... I was waiting! I would appreciate any help! On Sun, Oct 4, 2015 at 2:53 PM, Petter Adsen wrote: > On Sun, 4 Oct 2015

Re: Broadcom 43121 wlan issue

2015-10-04 Thread Petter Adsen
On Sun, 4 Oct 2015 13:22:44 +0530 Himanshu Shekhar wrote: > I updated my system last night after which I was not able to use network on > my laptop. I tried to install ethernet driver as I had it locally but could > not make the wifi work. > Earlier the /lib/modules folder had 3.16* directory onl

Broadcom 43121 wlan issue

2015-10-04 Thread Himanshu Shekhar
I updated my system last night after which I was not able to use network on my laptop. I tried to install ethernet driver as I had it locally but could not make the wifi work. Earlier the /lib/modules folder had 3.16* directory only, now I could see some 4.1* alongside. Also, the driver in use was

Re: wlan disappeared

2015-08-06 Thread Hans
Am Donnerstag, 6. August 2015, 06:47:52 schrieb Beco: Hi Beco, is wlan0 existent? Try ifconfig -a If yes, try wicd instead of network manager. FYI I had trouble with my network devices with kernel 4.0, but reverting to 3.16 did the trick. Also see, if the correct kernel module for your card is

Re: wlan disappeared

2015-08-06 Thread Beco
> > On 6 August 2015 at 02:28, Beco wrote: > Earlier today I picked at BIOS to see if there was something there I could > change. The only reference to network there is to select where to boot from. > > But I'll double check to be sure. Ok, I got some results. I found on BIOS an option to dis

Re: wlan disappeared

2015-08-05 Thread Beco
boot up into BIOS and see if there's anything > at all in there about your WLAN hardware. > > Earlier today I picked at BIOS to see if there was something there I could change. The only reference to network there is to select where to boot from. But I'll double check to be

Re: wlan disappeared

2015-08-05 Thread briand
can't boot into Windows on this machine, right ? > > Let me put lspci here. Maybe I'm mistaken. you don't appear to be mistaken. that's just weird. Sure seems like a hardware failure. oh- one other thing to try. boot up into BIOS and see if there's anything at all

Re: wlan disappeared

2015-08-05 Thread Beco
> > there is often a hardware switch which disables WLAN. > > Is it possible that it's been turned off ? > > lspci should _absolutely_ show it's existence regardless of whether or not > the drivers have been loaded. Either it's off, if it's a separate card >

Re: wlan disappeared

2015-08-05 Thread briand
On Wed, 5 Aug 2015 23:23:35 -0300 Beco wrote: > Hi guys, > > Something odd happened today, on my first clean boot of the day. > (notebook DELL vostro v131) > > Simply, no wlan0 at all. > there is often a hardware switch which disables WLAN. Is it possible that it'

wlan disappeared

2015-08-05 Thread Beco
Hi guys, Something odd happened today, on my first clean boot of the day. (notebook DELL vostro v131) Simply, no wlan0 at all. $ ifconfig -a #shows only eth0 and lo. $ lspci #shows no wifi at all (should be a Intel Centrino Wireless-N 1030 BGN Rev=0xB0) $ lshw -C Network #shows only eth0 $ rfkil

Re: Wlan

2015-07-11 Thread Jerome BENOIT
Bonjour Stephan: debian-user@lists.debian.org is an English spoken forum: you may either expose your issue in English or send your issue to the corresponding German forum. Bonne chance, Jerome On 11/07/15 13:25, stephan roehling wrote: > Hallo, > meine wlan-Karte wird von linux nicht ge

Wlan

2015-07-11 Thread stephan roehling
Hallo, meine wlan-Karte wird von linux nicht gefunden. apt-get install firmware-linux-nonfree funktioniert nicht. Es erscheint die meldung Paket nicht gefunden. Kann jemand helfen. Stephan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: udev - set persistent name for WLAN Adapter

2015-04-27 Thread csanyipal
apt-get purge macchanger Done; I have no macchanger installed anymore. > Then get back to your original problem. (Squirrel!) Stay on target. > >> Now the line is: >> # USB device 0x:0x (rtl8192cu) >> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", \

Re: udev - set persistent name for WLAN Adapter

2015-04-26 Thread Bob Proulx
# USB device 0x:0x (rtl8192cu) > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", \ > ATTR{address}=="00:e0:4c:81:92:*", ATTR{dev_id}=="0x0", \ > ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0" Other people have been answering this part of your question. Bob signature.asc Description: Digital signature

Re: udev - set persistent name for WLAN Adapter

2015-04-26 Thread csanyipal
tek Semiconductor Corp.) It's the same MAC!! So after this what should I do with udev rules in 70-persistent-net.rules ? Now the line is: # USB device 0x:0x (rtl8192cu) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", \ ATTR{address}=="00:e0:4c:81:92:*"

Re: udev - set persistent name for WLAN Adapter

2015-04-26 Thread csanyipal
Michael Biebl writes: > Am 25.04.2015 um 22:20 schrieb Pascal Hambourg: >> csanyi...@gmail.com a écrit : > >>> After that, when I replug the WLAN Adapter, I get in >>> 70-persistent-net.rules another line: >>> # USB device 0x:0x (rtl8192cu) >&

Re: udev - set persistent name for WLAN Adapter

2015-04-26 Thread David Wright
Quoting Pascal Hambourg (pas...@plouf.fr.eu.org): > csanyi...@gmail.com a écrit : > > > After that, when I replug the WLAN Adapter, I get in > > 70-persistent-net.rules another line: > > # USB device 0x:0x (rtl8192cu) > > SUBSYSTEM=="net", ACTION=="a

Re: udev - set persistent name for WLAN Adapter

2015-04-26 Thread Pascal Hambourg
csanyi...@gmail.com a écrit : >> >> I should wrote here like: >> # USB device 0x:0x (rtl8192cu) >> SUBSYSTEM=="usb", ACTION=="add", DRIVERS=="usb", \ >> ATTR{idVendor}=="0586", ATTR{idProduct}=="341f", \ >>

Re: udev - set persistent name for WLAN Adapter

2015-04-25 Thread Bob Proulx
Michael Biebl wrote: > Pal, what hardware is that specifically? > Any idea why it changes the MAC? Hmm... Is 'macchanger' involved in this in any way? $ apt-cache show macchanger Description-en: utility for manipulating the MAC address of network interfaces Features: * set specific M

Re: udev - set persistent name for WLAN Adapter

2015-04-25 Thread Michael Biebl
Am 25.04.2015 um 22:20 schrieb Pascal Hambourg: > csanyi...@gmail.com a écrit : >> After that, when I replug the WLAN Adapter, I get in >> 70-persistent-net.rules another line: >> # USB device 0x:0x (rtl8192cu) >> SUBSYSTEM=="net", ACTION=="add", D

Re: udev - set persistent name for WLAN Adapter

2015-04-25 Thread csanyipal
ules.d/70-persistent-net.rules I have the line: >>> # USB device 0x:0x (rtl8192cu) >>> SUBSYSTEM=="usb", ACTION=="add", DRIVERS=="usb", >>> ATTRS{idVendor}=="0586", ATTRS{idProduct}=="341f", ATT >>> R{manufacturer}=

Re: udev - set persistent name for WLAN Adapter

2015-04-25 Thread csanyipal
B device 0x:0x (rtl8192cu) >> SUBSYSTEM=="usb", ACTION=="add", DRIVERS=="usb", >> ATTRS{idVendor}=="0586", ATTRS{idProduct}=="341f", ATT >> R{manufacturer}=="Realtek", ATTR{product}=="802.11n WLAN Adapter", >> ATT

Re: udev - set persistent name for WLAN Adapter

2015-04-25 Thread songbird
, ACTION=="add", DRIVERS=="usb", > ATTRS{idVendor}=="0586", ATTRS{idProduct}=="341f", ATT > R{manufacturer}=="Realtek", ATTR{product}=="802.11n WLAN Adapter", > ATTR{dev_id}=="0x0", ATTR{type}=="1" > ,

Re: udev - set persistent name for WLAN Adapter

2015-04-25 Thread Pascal Hambourg
CTION=="add", DRIVERS=="usb", > ATTRS{idVendor}=="0586", ATTRS{idProduct}=="341f", ATT > R{manufacturer}=="Realtek", ATTR{product}=="802.11n WLAN Adapter", > ATTR{dev_id}=="0x0", ATTR{type}=="1" > , KERNEL=="w

udev - set persistent name for WLAN Adapter

2015-04-25 Thread csanyipal
dor}=="0586", ATTRS{idProduct}=="341f", ATT R{manufacturer}=="Realtek", ATTR{product}=="802.11n WLAN Adapter", ATTR{dev_id}=="0x0", ATTR{type}=="1" , KERNEL=="wlan*", NAME="wlan0" I did run: # udevadm control --reload-ru

Re: WLAN router doesn't provide fix IP addresses

2014-11-03 Thread Lisi Reisz
On Friday 31 October 2014 08:45:41 Karl E. Jorgensen wrote: > There is nothing wrong with configuring a server with a fixed IP > address (=not use DHCP client), as long as you use the correct > network, netmask and default gateway. This would appear to me to be the obvious solution. Is there a pr

Re: WLAN router doesn't provide fix IP addresses

2014-10-31 Thread Simon Hollenbach
Hello, On 31/10/14 09:45, Karl E. Jorgensen wrote: On Fri, Oct 31, 2014 at 09:28:33AM +0100, B. M. wrote: Hi list, I have a problem with my (w)lan setup. We use telephone and internet over the cable network and the company gives us a wlan modem for free. Unfortunately this modem doesn&#

  1   2   3   4   5   >