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


ADVERTISEMENT

Debian Installation :: Testing Install: Network Configuration Fails?

Sep 14, 2010

I'm trying to install Debian-testing to an ASUS 1018P netbook on which I have successfully installed Arch in the past. I'm installing from an external DVD drive and when I get to the point of network configuration it fails. I'm connected via Ethernet via eth0 which is recognized. Here is the last part of the ouput:

kernel: [ 1807.932848] atl1c 0000:01:00.0: irq 29 for  MSI/MSI-X
kernel: [ 1807.933453] ADDRCONF(NETDEV_UP): eth0: link is not ready
dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval is 8
dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval is 15
code....

View 14 Replies View Related

Debian Configuration :: PIP Installation Fails For MySQL Connector Python

Apr 6, 2016

I got assigned to a project, where the installation is done over ansible. As I'm new in linux, python, django, ansible I wanted to try this out on a empty linux debian.

Code: Select alluname -a

Linux DebianABC 3.16.0-4 amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u4 (2016-02-29) x86 64 Gnu/Linux

When I now run my ansible playbook it tries to install mysql and suddenly I get an error:

Code: Select all:stderr: DEPRECATION: --allow-external has been deprecated and will be removed in the future. Due to changes in the repository protocol, it no longer has any effect.

DEPRECATION: --allow-unverified has been deprecated and will be removed in the future. Due to changes in the repository protocol, it no longer has any effect.

Could not find a version that satisfies the requirement mysql-connector-python==1.0.12 (from -r /home/abc/abcTest/requirements.pip (line 36)) (from versions: )

No matching distribution found for mysql-connector-python==1.0.12 (from -r /home/abc/abcTest/requirements.pip (line 36))

FATAL: all hosts have already failed -- aborting

So I checked the target machine and tried to run

pip install -vvv -r requirement.txt mysql-connector-python

As version 1.0.12 is an old version, I was searching and tried the following: [URL] ....

But also if I run the installation by direct download I have the same error message:

Code: Select allabc@DebianABC:/home/abc/abcTest$ pip install -r requirements.pip -vvv mysql-connector-python
Collecting http://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-1.0.12.tar.gz (from -r requirements.pip (line 36))
  Starting new HTTP connection (1): cdn.mysql.com
  "GET //Downloads/Connector-Python/mysql-connector-python-1.0.12.tar.gz HTTP/1.1" 200 230923

[Code] ....

I was reading about the version requirements from PEP: [URL] .... but as the version looks ok, this should not be the problem.

View 0 Replies View Related

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

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 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 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 :: Xen - Qemu - Fails To Get Into Gnome

Jan 15, 2010

I've just installed lenny from dvd, and am just settling in. I'm curious about virtual machines. so I've installed xen. With xen comes qemu by default. Now the setup I've recently become familiar with is Suse-11 which is quite slick.In Suse, Yast provides a distribution prepared virtual management section for xen, including an installer. Debian's setup is similar but not a clone. I want to try out the installer. Aside from the differences, debian has a screaming deficit. On booting dom0 in Lenny, if fails to get into gnome, badly. I can tell what's probably wrong, but I need to fix it. Now I'm also a gentoo fan and very practised at posting queries, so here goes.

Debian's config for X is somewhat unhelpful. The xorg.conf just states Configured device and configured monitor for its components. If it expanded on just what the settings were it would help. What I have is a frambuffer driver not loadinf or being implemented.

View 14 Replies View Related

Debian Configuration :: Update Linuximage Fails ?

Dec 9, 2010

I have squeeze using the default setup with 5 seperate partitions on hard drive. All other updates are fine but it will not install the Linux-Image-2.6.32-5-amd64. I get message that not enough room. I think this is the kernal update. I use update manager. Is there a fix for this short of resizing the partition. This is a one computer/user setup. I had this problem on a previous install of stable and ignored it thinking that it was a glitch. That install was an experimental setup and I liked it but it didn't work on the internet very well so went to testing.

View 5 Replies View Related

Debian Configuration :: Grub Fails To Load From EFI?

Mar 8, 2011

I have happily been booting debian through grub2 by chain loading it with efi (rEFIt), until today, and now get to begin another learning experience I've been using linux for a while, and kept seeing the guides for splitting up /, /var, /tmp, /usr, and /home, into different partitions, so I did just that when I switched from Ubuntu to Debian (I've realized that this was a little bit pointless because I formated them all as ext4, but at least it acts as a safety for mission critical drives when I overfill /home. I unfortunately didn't give /tmp enough space, and it kept crashing SimpleScan so I decided to use gparted to resize it.

The operation went alright as far as I can tell, and was straight forward because there was some free space behind it so I only had to append the partition. I synced the master boot record through rEFIt as usual, but when I booted the linux partition grub did load, and only a blank screen is presented. I eventually figured out I could use the gparted live cd to boot back into debian, and have been screwing around for a while with grub commands trying to figure out how to allow rEFIt to successfully boot GRUB on its own again. I ran grug-mkconfig to replace my /boot/grub/grub.cfg file and have rebooted but that did not help.

I tried reinstalling grub and grub-common with apt-get, but I didn't purge configuration settings for fear of losing something important. My current focus is on the command grub-install. I think i just need to run this command with the /boot device, like su - root; grub-install /dev/sda1 or some thing like that. wipe out the MBR on /dev/sda1, or screw up what good configuration is left in grub, so I want to make sure that I'm using the right /dev. Currently the gparted output looks like this:

/dev/sda1: fat32 - GPT (gpt from fdisk, gparted shows EFI with the boot flag)
/dev/sda2: hfs+ - MacOSx
/dev/sda3: ext4 - /root

[code]...

how the gnome live gparted disk would have been able to boot. I have access to a hard drive so I'll probably end up making backup images of as many of the partitions as I can, and then try more drastic bashing around, but if anyone has any suggestions/wisdom they could offer while I'm researching solutions I'd appreciate it. I eventually want to try to axe my osx partition and boot directly from GRUB2-EFI so I figure it is worth the investment in time to get to know grub a little bit more intimately.

View 3 Replies View Related

Debian Configuration :: Network Fails On DHCPNAK?

Jun 20, 2011

My debian machine works fine other that it loses network after a few (12 or so) hours. The dhclient manages to renew the DHCP lease the first time, after a few hours, but later when it tries again the modem gives a DHCPNAK. If I understood correctly, this should make the dhclient to fetch a new ip address but it does nothing. I am no expert so I don't know if the cause is the modem box or the debian. There are other (windows) machines connected to the modem box which work fine. The machines are behind NAT.

The debian machine does not currently have a display or a graphics card so it's difficult to start messing with the settings. I've considered having a static ip but I don't understand why the dynamic address doesn't work. What is weird is that it worked fine for several weeks and suddenly started failing. I was running a minecraft server (hehe) with an uptime of several weeks. At first I though it was a hardware issue because I thought the whole computer froze but instead it just drops the connection and I can no longer reach it with SSH or anything.My timezone is UTC+3, /etc/default/rcS has UTC=yes, I believe it is the reason why the lease and the logs differ by three hours.The machine is only running apache2+mysql+php5, GDM is stopped.I'm trying to post as much info I can.Here is the ifconfig output when the connection is working for the wired connection:

eth0 Link encap:Ethernet  HWaddr 00:25:22:2b:28:f6
inet addr:10.0.0.7  Bcast:10.0.0.255  Mask:255.255.255.0
inet6 addr: fe80::225:22ff:fe2b:28f6/64 Scope:Link

[code]....

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 :: After Installing GRUB Win 7 Fails To Boot

Nov 26, 2015

I have a ~ 2008 notebook (Compaq CQ60-137EL) on which I had Windows 7 only (it was sold with Windows Vista installed).

Later I installed Debian Jessie 8.2.0 Stable ("Graphical expert install" from DVD), along with GRUB as a boot manager (I chose not to install it on the EFI removable media path).

Since then, if I select Windows 7 on the GRUB boot screen, I see "Starting Windows...", and after few seconds the screen flashes for a moment, and then the PC reboots: I see the bios screen, followed by the GRUB screen again.
What's even more weird about this is the fact it just happens only in like ~50% of the cases. In the other 50%, Win7 starts flawlessy.

I even tried to install Debian first, then Windows 7, then re-install GRUB, but I got the same issue, even with both system freshly installed.

On 6 attempts, 3 times it worked and 3 times it didn't.

On my desktop PC I'm in the same setting, but I don't have this issue. I think it may be related with the fact I have Win7 on a SSD and I installed Debian on a separate HDD, while on my notebook, as you can imagine, there's just one single HDD.

View 11 Replies View Related

Debian Configuration :: Jessie With XFCE - Service Fails

Feb 10, 2016

I am using Jessie with XFCE and I tried to write a service which executes a script to change my wallpaper. When I try to start the service with systemctl start wallpaper.service it fails and I get the outout below from systemctl status wallpaper.service

I don't think it to be a permissions issue, they are -rw- r-- r--

This service is called by a timer that goes off daily. Below is wallpaper.service

View 5 Replies View Related

Debian Configuration :: Connect To Proftpd But Upload Fails

Jul 22, 2010

I finally have my system to where I can connect to proftpd but my uploads fail. I think my problem lies in the upload folder. I do not really understand where to put it. Will someone look at this config file and tell me where to put it and what I need to do to get it working. A basic anonymous configuration, no upload directories.

[code]...

View 14 Replies View Related







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