Configuration :: How To Use Wifi On Debian

Jul 18, 2010

My pc is aser aspire 5735z. I have acer nplify 802.11b/g draft-n wlan
but i can use wifi on debian
what i have to do ?
Do i need driver or firmware?
how can i solve this problem ?

View 5 Replies


ADVERTISEMENT

Debian Configuration :: Xfinity WiFi Configuration

Feb 22, 2016

I should be able to access xfinitywifi hotspots. /etc/network/interfaces and /etc/wpa_supplicant.conf. I don't want to use NetworkManager for this connection.> iw dev wlan0 scan

BSS 60:02:92:e6:78:0a(on wlan0)
TSF: 1619575398784 usec (18d, 17:52:55)
freq: 2437
beacon interval: 100 TUs
capability: ESS ShortPreamble ShortSlotTime (0x0421)
signal: -65.00 dBm

[code]...

View 0 Replies View Related

Debian Configuration :: How To Connect Wifi From CLI

Jan 7, 2014

I did a netinstall earlier today (latest version, amd64) on my Dell XPS laptop and ended up with a minimal installation because I couldn't connect to the internet. Now I'm trying to get online without a desktop environment.

I have an Intel Centrino 1030, so I downloaded and installed the firmware [URL].... with a usb, then rebooted. My searches have turned up a lot of instructions involving a utility called iwconfig and wpasuppliant, but these are apparently not installed. I don't really know much about it, but my /etc/network/interfaces file looks rather empty:

Code: Select all# The loopback interface
 auto lo
 iface lo inet loopback

Shouldn't there be something like wlan0 there? The network card does show up with lspci

View 14 Replies View Related

Debian Installation :: 7.4 - WiFi Configuration Fails

Apr 8, 2014

I've been installing multiple versions of ubunutu over years and now I better understand why I faced always problems with wifi configuration on these different baselines : Debian root of course.

Now on Debian 7.4 :
The Broadcom BCM4313 driver is not loaded by default (not free product) for my wifi card. This is stated thru the UNCLAIMED declaration

Code: Select all 
sudo lshw -c network
 *-network UNCLAIMED
       description: Network controller
       product: BCM4313 802.11b/g/n Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 0

[Code] ...

Unclaimed means : no driver found (no kernel association)

So I installed the driver located in the non-free backports by adding this target into the repository

Code: Select alldeb http://http.debian.net/debian/ wheezy main contrib non-free

and install :

Code: Select allsudo apt-get update && apt-get install firmware-brcm80211
sudo modprobe brcm80211

Check seems OK :

Code: Select allsudo lshw -c network

  *-network
       description: Wireless interface
       product: BCM4313 802.11b/g/n Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 0

[Code] ....

I can't connect with wlan0, it doesn't work. I found information here regarding WPA2/PSK wifi configuration on debian : [URL] ....

so I added this setup to my interfaces file an got :

Code: Select allauto lo
iface lo inet loopback

allow-hotplug wlan0
iface wlan0 inet dhcp
 wpa-ssid Hznteam-Datacenter
 # hexadecimal psk is encoded from a plaintext passphrase
 wpa-psk 12345678901234567890123456

It's worth ! no more wifi network are detected and ifconfig gives no ip address allocated :

Code: Select allwlan0     Link encap:Ethernet  HWaddr 78:e4:00:4e:49:a3 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

[Code] ....

View 7 Replies View Related

Debian Configuration :: WiFi Stops Working

Jun 28, 2015

In a hp pavilion 15 Notebook PC with Debian 8.1.After two hours or so wifi stops working. Network-manager does not give any indication of failure but some times a yellow question mark.

rfkill list wifi gives:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
ifconfig gives:
eth0 Link encap:Ethernet HWaddr 8c:dc:d4:7b:c2:0e
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:3994 errors:0 dropped:0 overruns:0 frame:0
TX packets:3661 errors:0 dropped:0 overruns:0 carrier:0

[code]...

View 9 Replies View Related

Debian Configuration :: WiFi Adapter Is Disabled

Sep 5, 2015

I've installed Debian 8.1 on Lenovo G50-80 Touch. Ethernet is OK but the WiFi adapter is disabled. How can I enable it?

Code: Select alluname -a
Linux debianserv 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 GNU/Linux[code][/code]

[code]lspci -nnk | grep -i net -A2
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
   Subsystem: Lenovo Device [17aa:3821]
   Kernel driver in use: r8169
03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0041] (rev 20)
   Subsystem: Lenovo Device [17aa:3545]

View 4 Replies View Related

Debian Configuration :: WiFi Not Working On HP Omen 15

Apr 17, 2016

I am new to linux and decided to use Debian. I installed it on my laptop and have a few problems.First one is my WIFI.

Laptop type: HP Omen 15
Wifi adapter: Intel Wireless 7260n
rfkill list output:0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
So wifi is not displaying
Kernel: 3.16.0-4-amd64
Debian version: 8.4
gui: LXDE
URL....

But they see in rfkill list the adapter.How to make this adapter work?I did this with no result:

nano /etc/modprobe.d/blacklist.conf
in file add:
#Fixing a bug that prevents wifi from working on HP Omen
blacklist acer_wmi

I would like to learn more about Linux, but before experimenting I need a working system. The plan for me is to run this as my native machine with vms on top of it with other OS.

View 12 Replies View Related

Debian Configuration :: How To Get /etc/network/interfaces To See Usb Wifi

Jun 16, 2010

I have a netgear wg111t that is running with ndiswrapper. It has an atheros chipset, but calling it ath0 didn't work.

Heres /etc/network/interface :

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface auto lo

iface lo inet loopback

View 6 Replies View Related

Debian Configuration :: Roaming Wifi Without Managing App

Aug 23, 2010

I have finally weaned my laptop from network manager by setting up my /etc/network/interfaces file. # The loopback network interface auto lo iface lo inet loopback

# The primary network interface allow-hotplug eth0iface eth0 inet dhcp
# Wireless Setup auto wlan0 iface wlan0 inet dhcp wireless-essid linksysn

wireless automatically connects to my home wireless network (linksysn). But suppose I wanted to take this laptop to the coffee house where they have free wifi. I am assuming that my wireless will not automatically connect to any other wifi hotspot except linksysn. So how do i set it up to roam like NM did?

View 5 Replies View Related

Debian Configuration :: Guessnet Can't Configure Wifi?

Aug 30, 2010

To exploit the guessnet capability, I have configured my WIFI so that ifplugd can auto connect WIFI after boot.The access point is hidden, and I have provided all the required info in my /etc/network/interfaces file

mapping wlan0
script guessnet-ifupdown
map default: office-wifi

[code]....

View 1 Replies View Related

Debian Configuration :: Drivers For USB WiFi Adapters

Nov 13, 2010

Are USB WiFi adapters more likely to work in Linux than other WiFi adpaters like PCI cards etc?Im just wondering if they can use a generic USB class driver rather than having to have one for the specific chip set?

View 1 Replies View Related

Debian Configuration :: Wifi Doesn't Works

Aug 5, 2011

After to install Debian Sid, i can't to connect to my network. When i launch lsmod, ath9k is present so the module is enabled.I don't use network-manager-gnome, wicd and other, i modify myself /etc/network/interface. But even with this configuration, the wifi does not works.

View 3 Replies View Related

Debian Configuration :: USB Wifi Adapter Frequently Disconnecting

May 20, 2015

Using a USB ISO, I recently installed Debian 8.0 Jessie (64-bit, Xfce DE) to a new computer. I usually lose my Wifi connection after 1-3 minutes when donwloading/uploading at around max. speed 4 Mbps/512 kbps. Sometimes it will last 15+ minutes.

When lightly browsing it can usually stay connected for 15-30 minutes. I have to disable and enable Wifi using NetworkManager to connect again. If I remember correctly, there were problems with the Wifi connection even during the installation of Debian.

This Wifi USB adapter works fine on my old computer with Debian 7.7 (32-bit). No problems with the Wifi connection yesterday on my old computer during 10+ hours of activity.

This Wifi adapter also works fine on this new computer when I boot from a live USB (Rescatux 0.30.2) downloading and uploading at max. speed for 1+ hour.

I already tried some suggestions I found online, but they didn't work:

* changing Wifi channels between 1, 6, 11 in my router settings
* changing WPA-WPA2 to WPA2 in my router settings
* ignore IPv6 in NetworkManager
* change probe_wait_ms from 500 ms to higher value by adding Code: Select alloptions mac80211  probe_wait_ms=1000 or Code: Select alloptions mac80211  probe_wait_ms=3000 to /etc/modprobe.d/mac80211.conf and rebooting
* disable Power Management for Wifi adapter (not supported)
* ...

I can also post the output of commands from Rescatux or my old computer if needed.

Output of commands on Debian 8.0 64-bit (I edited out some info, MAC, ...; not sure if that is important):

Code: Select alluname -a

Linux d8lnx 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-2 (2015-04-13) x86_64 GNU/Linux
Code: Select alldmesg
...
[  291.292408] ieee80211 phy0: wlan0: No probe response from AP XX:XX:XX:XX:XX:XX after 3000ms, disconnecting.
[  291.459825] cfg80211: Calling CRDA to update world regulatory domain
[  291.462030] cfg80211: World regulatory domain updated:
[  291.462033] cfg80211:  DFS Master region: unset

[CODE]....

View 14 Replies View Related

Debian Configuration :: Swap USB WiFi For Broadcom HP Mini 110

Aug 21, 2015

A friend gave me an HP Mini 110 that I can actually use in some situations. I installed Debian 8 with LXDE. It runs well except for the expected lack of driver for the Broadcom 4312 wireless chip. I installed wl using the method shown at [URL] ....

It works fine except that it takes very long to set up WiFi at boot (1 min 30 sec or more every boot--this is a rather frail Atom processor) and the WiFi reception seems poor (65% from an excellent router at 25 feet).

I'm thinking of getting a Panda 300Mbps Wireless N USB Adapter (reportedly using the Ralink RT5372 chipset) and removing the Broadcom driver. I have 2 questions:

1. Could I expect the Panda not to slow my boot time so much? I'm not knowledgeable enough to tell whether there is stable kernel support of this device, although the manufacturer says repeatedly that it works with most Linux distributions.

2. To remove wl is Code: Select allmodprobe -r wl the correct approach?

View 4 Replies View Related

Debian Configuration :: WiFi Connects But Can't Ping - No Internet

Aug 27, 2015

I've been using Debian for about 6-7 months now. I've had a bit of a major networking problem for the past 4 months or so that I've been trying to fix - specifically, it started when I upgraded to Jessie. I can connect to wifi just fine, and sometimes I can even use the internet for brief periods of time (exceedingly rarely). Then... nothing. No network access, period. I can't ping any outside servers, I can't ping other computers on my network, and I can't even ping my router. Pages I try to load just stay "connecting" for all eternity, network printing fails, and so on.

So after four months of searching online (I've read through way more wireless documentation than I care to say), I finally gave up and admitted that maybe I screwed something up during upgrade to Jessie (as a matter of fact, I did, I had to do the upgrade in two increments [somehow] because my root partition was too tiny by mistake) and I did a clean install. Since I had /home on a separate partition, I was able to keep all my user files, but all settings regarding networking were wiped. So after installing firmware-iwlwifi so I can use my wireless card, I tried connecting to wireless! Success! Then I tried connecting to the internet... success! Briefly. The next morning I tried using the internet again, and it failed in exactly the same pattern as before.

I don't know much about what's going on here, but here's what I do have available:

I do have to use firmware-iwlwifi, which I installed by doing apt-get install firmware-iwlwifi. I don't think it's an issue with the wireless card itself (hardware-wise), the laptop dual-boots Windows 7 (that I never use anymore), and Windows 7 is able to connect to the internet just fine. Connecting directly to my router by ethernet cable works fine, I have perfect internet/network access then.

I can confirm that my laptop is receiving an IP address and that it is using ARP correctly to get the MAC address of my router (I confirmed this by doing the arp command, it has the MAC address correct, I checked from another computer with my router's config page) All other computers on my network work perfectly with my router. To confirm the router/its configuration isn't at fault, I did a full factory reset of the router, but to no avail.

Out of curiosity I tried installing Wireshark (using an ethernet cable to download it) to monitor what happens when I try to access a webpage. I'm no expert on networking, but I noticed something out place when I compare a capture from the affected computer to a capture from one operating normally - there are a lot of STP packets showing up. I did some checking around, it looks like STP is involved in bridging and more complex networking setups (involving switches, for example)... but it shouldn't be found on a home network, especially where there's no bridging whatsoever. These STP packets don't show up on packet captures done from any other computer. I've attached a packet capture from the affected computer here, since the forums won't let me attach a .pcapng file.

Here's the output from a few commands I ran during past troubleshooting sessions:

Code: Select allsudo ifconfig
eth0      Link encap:Ethernet  HWaddr e0:db:55:b5:fe:06 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:12455 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7781 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000

[Code] ....

View 5 Replies View Related

Debian Configuration :: Build USB WiFI Driver Error

Oct 22, 2015

I am running fully updated Stretch. I am tring to complie a driver for Ralink 5370 USB WiFi dongle. When I do make I get the following error:

Code: Select allmake[1]: Entering directory '/lib/modules/4.2.0-1-686-pae/build'
make[1]: *** No rule to make target 'modules'.  Stop.
make[1]: Leaving directory '/lib/modules/4.2.0-1-686-pae/build'
Makefile:356: recipe for target 'LINUX' failed

I have installed build-essentials, linux-headers and linux sources. What I have to install to complete this compile?

View 3 Replies View Related

Debian Configuration :: 5GHz WiFi On Lenovo Y580

Feb 25, 2016

how to use 5GHz on my laptop? It's Lenovo ideapad Y580, router enabled dual band. However, these are results from terminal:

iwconfig wlan0

wlan0 IEEE 802.11bgn ESSID:"BTHub..."
Mode:Managed Frequency:2.437 GHz Access Point: 00:E9:...
Bit Rate=130 Mb/s Tx-Power=15 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=70/70 Signal level=-36 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:67 Invalid misc:252 Missed beacon:0

View 0 Replies View Related

Debian Configuration :: WiFi Connection Isn't Working After Install?

Mar 27, 2016

I just installed the lastest stable Debian (gnome) today and what I was most afraid just happened: my laptop's wifi isn't working properly, it isn't turning on. This had already hapened on livecd.

In the laptop's chassis leds, the wifi led apears as green. When I click to turn on the wifi, as shown on the picture the button, quickly disappears and appears again not seeming to have any effect at all at turning on the wifi but not showing any error either!

Picture :

What's interesting about the wifi not working is that in the installation process I was able to connect to a wifi hotspot and it connected to the internet fine!

Now after installation was complete and my system did the reboot, I was no longer able to connect to the internet using wifi.

My wireless card is Atheros AR9565 and my LAN card is also Atheros.

Here is an output of lspci and lsmod which may have some leads about the problem.

lspci

Code: Select allquant@debian:~$ lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)

[Code] ....

Noticed:

1. I installed WiFi radar and I ran this on the terminal:

# sudo ifconfig wlan0 up

View 10 Replies View Related

Debian Configuration :: No WiFi On Resume From Suspend Broadcom 43x?

Jan 10, 2011

I have just joined the Debian community, for the past 2 years I have been using Linux Mint (ubuntu), I am now using Linux Mint Debian 64. I have a Lenovo A700 ideacentre with a Broadcom 4313 WiFi card. I manage to get the card working, now I have a new problem. If I suspend the machine the WiFi will not connect on resume. Is there a simple command I can use to getting the connection restarted, or better yet a work around so it will restart on its own?

View 14 Replies View Related

Debian Configuration :: Console Only Version Wifi Setup?

Jan 23, 2011

I installed the base of Debian (only CD 1) without the desktop environment, so it is console only; also I am dual booting with Windows 7 x64 on this Dell Inspiron 1545 laptop... I have also successfully mounted my usb flash drive and CD drive; the one thing I am finding rather hectic is finding a way to connect to my wireless network with a "WPA2 Personal" Security and "TKIP/AES" Encryption with a Dell Wireless 1397 WLAN Mini-Card... I doubt that the drivers are actually installed, and Idk how to install them.Google searches on this yield confusing results, so I need help. So far, the most useful help I have found is the link posted here: http://en.community.dell.com/support-fo ... 29916.aspx but I have no idea on how to install that, if it is even what I need.

View 5 Replies View Related

Debian Configuration :: WiFi Rt73 Won't Connect To Network?

May 20, 2011

I bought a USB wireless adapter for my desktop. I finally got it to partially work using firmware-ralink as described [URL]sing network manager it will pick up my wireless network. However it will not connect to it.

The output of iwconfig is
wlan0 IEEE 802.11bg  ESSID:"familyfarm" 
Mode:Managed  Frequency:2.437 GHz  Access Point: 00:1C:DF:B6:EA:B9 

[code]...

View 5 Replies View Related

Debian Configuration :: Upgraded 7.8 Aetheros AR9565 WiFi Card And No RDP

Apr 25, 2015

Because of workers here in my company I need a very secure operating system for laptops so I have chosen Debian 7.8. The laptop is Acer Aspire E11 (E3-112-C4NE). This laptop has a built-in wifi card Aetheros AR9565 :

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lspci -nn
02:00.0 Network controller [0280]: Atheros Communications Inc. AR9565 Wireless Network Adapter [168c:0036] (rev 01)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Basically the stable 7.8 distribution cannot handle this wifi card, so I read on forums that I should upgrade my operating system. So I did as I read on the forum:

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
nano /etc/apt/sources.list
deb http://ftp.debian.org/debian wheezy-backports main contrib non-free
apt-get update
apt-get -t wheezy-backports install firmware-atheros
apt-get -t wheezy-backports install linux-image-amd64
reboot
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

After this the oprating system recognized the wifi card and loaded the "ath9k" driver. In the Grub the default operating system became :

Linux 3.16.0-0.bpo.4-686-pae

Because I want to restric the workers to access anything else except the designed inner network, I have uninstalled the Network Manager and set the network interfaces in the "/etc/network/interfaces" file as shown below:

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface

auto lo
iface lo inet loopback

[Code] ....

This works, when the operating system boots, it automatically connects to my hidden SSID wiofi network. I can ping other computers on the same IP subnet (10.139.252.xxx).

This computer should connect to an XP running under virtualbox, having the IP address of 10.40.138.153. But it does not. On another laptop, running Ubuntu 14.05, having the same network configuration, (10.139.252.102) connects to the same XP under virtualbox with no problem....

For Ubuntu nothing is required to be installed on virtualbox, no extension pack, no guest addition, nothing. When I want to connect to XP via rdp, it asks for username and password and after that only a blue or black blank screen and nothing else... Even on the XP I see no sign of any activity that somebody would like to connect.

Checking the network traffic (tcpdump, nast) I see that the two computers are communicating but after a while the communication stops. The rdp XP its in another IP subnet, but Ubuntu can connect without any problem, Debian not...

View 6 Replies View Related

Debian Configuration :: 7.2.0 - Mount WiFi Device Just After Pushing Firmware

Jun 18, 2015

Working on Debian 7.2.0.

In a specific context I want to automatically make operationnal some USB WiFI devices, deploying automaticaly firwmare (may be not free packages) depending on device ID (vendor ID/product ID). Dev device is a Netgear WNA1000 (driver ath9k, with htc_9271.fw firmware).

I tried to reset the USB bus (modprobe -vr ehci_hcd; modprobe -v ehci_hcd) but it's not really reliable, with sometimes kernel panic.

Is there an "official" way to "mount" the device (the system create the device wlan0) just after deploying the firmware? Maybe using udev ?

View 3 Replies View Related

Debian Configuration :: Can Connect To Internet By WiFi But Won't Show Networks

Aug 28, 2015

I just freshly installed Jessie on my Dell Inspiron 5110, I configured the network on the installer and had no problem. I can browse the web, get updates and install software.

But I can't find new networks. It just show "No Networks".

lspci -vnn
Code: Select all09:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1030 [Rainbow Peak] [8086:008a] (rev 34)
   Subsystem: Intel Corporation Centrino Wireless-N 1030 BGN [8086:5325]
   Flags: bus master, fast devsel, latency 0, IRQ 55
   Memory at f7e00000 (64-bit, non-prefetchable) [size=8K]

[Code] ....

What input should I post?

View 13 Replies View Related

Debian Configuration :: Wheezy - Detect Printer On One WiFi Network But Not Other

Sep 21, 2015

I use a 'wifi hotspot' provided by my mobile (android) phone for internet/email and to connect to my wifi capable HP p1102w printer. Installation and use of the printer worked perfectly until I bought a new phone, again android with 'wifi hotspot' capability. The wifi connection on my new phone works fine for internet and email but it totally fails to detect my printer.

I have tried to detect and connect to the printer using system-config-printer and using the HP utility hp-setup. Both fail to detect the printer on the 'new' wifi network.

The old network connection which detects the printer as expected gives the following output:

Code: Select allpat@debian:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr 6c:3b:e5:91:ec:0c 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

[Code] ....

The new (problematic) network connection which fails to detect the printer gives the following output:

Code: Select allpat@debian:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr 6c:3b:e5:91:ec:0c 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

[Code] ....

View 4 Replies View Related

Debian Configuration :: GUI Didn't Install And WiFi Card Is Not Supported

Nov 28, 2015

I've been using Ubuntu and Mint for a few years now, and I want to try Linux on my HP Stream7 Tablet. I was very excited to learn that Debian 8.0 and later has support for 32 bit UEFI on 64 bit Processors and went ahead and installed the multiarch version of 8.2. It works, but I have no GUI (Just a command line) and no WIFI connection. It seems the GUI didn't install and the WiFi card is not supported. I have found a driver for the wifi card but don't know how to install this driver. URL....

View 4 Replies View Related

Debian Configuration :: Using WiFi Router On Eth1 Bridged To Eth0

Dec 13, 2015

I am running : Linux ics385 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09) x86_64 GNU/Linux

Here's the situation

1. I'm trying to configure a WLAN using a D-Link DLR655 wifi router that is connected to eth1.

2. eth0 is connected to the ISP's DHCP router and has the IP 192.168.0.24

3. I've bridged eth0 to eth1 such that eth1 has the static IP 192.168.8.1

4. I've manually configured the router and it uses the 192.168.8.1 as the WAN address with its subnet on the 192.168.10.* address space.

5. I can connect a laptop to the D-Link using wifi and ping 192.168.8.1 but I can't ssh to it or to anything beyond it from the laptop.

6. If I'm on the server (192.168.0.24) I can ssh into either 192.168.0.24 or 192.168.8.1 but not if I'm on the laptop. I conclude from this that ssh is not the problem but the laptop says ssh: connect to 192.168.8.1 port 22: connection refused.

So, am I conceptually confused or is it that I have to open ssh up to the other sub-net address spaces or something like that?

View 5 Replies View Related

Debian Configuration :: Can't Configure WiFi Card Atheros - Ath10k

Dec 16, 2015

I have an Acer Aspire V15 Nitro Black edition, and I recently installed after working so hard Debian 8.2

My problem is that I can't see any WiFi connection...

I believe that the firmware for my card is the ath10k, but I can't install it...

lspci -nn | grep Network

07:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:003e] (rev 20)

View 3 Replies View Related

Debian Configuration :: 8.0 With GNOME 32bit - WiFi Connection With WPA2

Apr 12, 2016

I'm using Debian 8 with GNOME 32bit. I installed a driver with ndiswrapper for my old D-Link DWL-G650M.

If i using the default network manager to connect with a Free wifi the connection works fine. But if the wifi have the password the connection doesn't work.

I. using my phone Android to create the Router-Wifi like this:

SSID: AndroidAP5
Password: BillyBob
Encryption(the one allowed): WPA2 PSK

With network manager gnome is impossible to connect. I changed in setting the password type with WPA2 but the system doesn't connect.

I tried to connect manually and i updated the file /etc/network/interfaces as the follow:

Code: Select allauto wlan0
iface wlan0 inet dhcp
wpa-driver wext
wpa-ssid AndroidAP5
wpa-ap-scan 1
wpa-proto RSN
wpa-pairwise CCMP
wpa-group CCMP
wpa-key-mgmt WPA-PSK
wpa-psk 18[...]

After this I tried to execute the follow command :

Code: Select all/etc/init.d/networking restart

And the system returns:

Code: Select all[  ok  ] Restarting networking (via systemctl): networking.service

but nothing else happens. The internet connection doesn't work. The Android phone not detect PC connection IN.

View 3 Replies View Related

Debian Configuration :: Broadcom BCM4328 Cannot Find Wifi Network

Feb 7, 2010

I'm installing Squeeze on on a Dell Latitude D830 laptop with a Broadcom BCM4328 wireless network card, and I'm stuck on getting wireless internet to work. I have the 2.6.32-trunk-686-bigmem kernel. I run KDE and I have knetworkmanager installed to sort the network connections out. Unfortunately, knetworkmanager cannot find any wireless networks for eth2 (the wireless adapter). There is a wireless network, as other equipment can still connect to it.

I've installed the broadcom-sta drivers according to http://wiki.debian.org/wl. When I run iwconfig, I receive the following output: eth2 IEEEE 802.11abgn ESSID:"" Mode:Managed Frequency: 2.412 GHz Access Point: Not-Associated Bit Rate: 14 Mb/s Tx-Power:off Retry min limit: 7 RTS thr:off Fragment thr:off Power ManagementMode: All packages received Link Quality=5/5 Signal level=0 dBm Noise Level=0 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 missed beacon:0

[Code]...

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved