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


ADVERTISEMENT

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 :: 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

Ubuntu Networking :: Get The Above Wifi Card Working As It Is Not Supported?

Jan 17, 2010

i was wondering how to get the above wifi card working as it is not supported.

View 1 Replies View Related

Debian Configuration :: Install A Proprietary Driver For NVidia To Ensure That 3D Was Supported

Dec 17, 2010

I'm running succesfully Debian 6.0 after first trying Debian 5.0 and ran into missing partitions. This is solved by using Debian 6.0 (Beta 2).

Now it's NVidia's turn: Under Ubuntu (yes...i know it by now...) you had to install a proprietary driver for NVidia to ensure that 3D was supported. What about Debian? There's nothing like this under Debian? How do i know if 3D is supported?

View 14 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 Installation :: Didn't Recognize Ethernet Card

Sep 15, 2010

I am a rookie to both Debian and Linux. There is a need of Debian so I just started my experience with the Linux system.

I have installed the Debian squeeze testing version and since when I installed the system it didn't recognize my ethernet card, I could only install what is in the installation CD1. Now I have a nice looking Debian system but very simple with a lot of necessary packages or whatever missing (I don't even have the update manager). Is there some way that I could launch an automatic installation of content in the rest CDs from internet?

View 3 Replies View Related

Debian Multimedia :: Changing Graphic Card - Xdm Didn't Start

Mar 5, 2010

I have one Asus motherboard with inbuilt HD 3300 Radeon family graphics system, I have used it with radeon and radeonhd drivers and I have xorg.conf. I tried to change card to Radeon HD 4350 but it didn't give more than terminal view, Xdm didn't start. I believed the driver would support both cards?

View 1 Replies View Related

Ubuntu Networking :: Belkin Usb Wifi - Install The Driver Or Finding The Wifi Card On The System ?

Sep 16, 2010

I cant seam to find out how to get my card to work i cant find out how to install the driver or finding the wifi card on the system.

View 9 Replies View Related

Debian Configuration :: Install The Driver For Mi Wireless Card?

Apr 22, 2010

I'm trying to install the driver for mi wireless card. The instructions say that to build the tar.gz file, I have to:

# mkdir hybrid_wl
# cd hybrid_wl
# tar <path>/hybrid-portsrc.tarhybrid-portsrc-x86_64.tar.gz

The third step i don't understand. I want the folder of the driver to be located in a folder inside home called "Programas" so what I did was to open the terminal, went su, and then did cd Programas. Then I followed instructions 1 and 2, but I don't know what to put where it says <path>.

View 14 Replies View Related

Debian Configuration :: Install The Graphic Card Driver?

Jul 18, 2010

I just installed Debian 5 in my pc. I have made all the updates but my screen is a bit bright and the resolution isn't very good. I think that i need to install the graphic card driver but all the solution i find in google didn't work . My laptop is Toshiba satellite pro u400 and my card is Intel GMA 4500 MHD.

View 4 Replies View Related

Debian Configuration :: Install Fglrx Drivers For ATI Card With Testing?

Dec 22, 2010

I have been trying to install fglrx drivers for my ATI card with Debian testing (x86) but without any luck. I have tried what it says here http://wiki.debian.org/ATIProprietary but I only come up with a blank screen (and also invoke-rc.d gdm stop does not work either?) I have also followed the directions at [URL]....html and that doesn't work either (make error 127). I must be doing something totally wrong.

View 6 Replies View Related

CentOS 5 Networking :: WiFi Card Configuration / DWA-110 Not Recognized

Feb 9, 2009

I have a problem to configure my wifi card, a dwa-110 from D-Link, it is not recognized when I launch System / network device control (only ethernet connections appear), and it is the same thing in Administration / network / network configuration. But if I launch administration / hardware / system devices, the last line is "Ralink 802.11 bg WLAN"... When I try to add in the window "network configuration" (from above) some new stuff, I specifying the kind of hardware (wireless) and when I have to enter the name of the card I don't see my card. On other OSes, I used ndiswrapper, but I wasn't able to install it on CentOS (dependencies required and it's hard with only a USB key to install the stuff...) How to see if the card is recognized, if I have to use ndiswrapper and so on. I have an internal PCI network card also, maybe it is this card which is recognized.

View 2 Replies View Related

Debian Hardware :: Linksys WMP300N PCI Card Supported In Squeeze?

Nov 29, 2010

How well is the Linksys WMP300N PCI card supported in Squeeze? I have read that the US versions have Broadcom chipsets and others use Atheros chipsets. Mine is US as far as I can tell. The FCC ID is Q87-WMP300N. It is a PCI card. That's all I can tell you since the board has a metal cover over all the chips.

View 6 Replies View Related

Debian Configuration :: Apache Virtual Hosts And Ssl - Not Yet Supported

Mar 4, 2010

I'm having trouble implementing SSL on a AvantFax login screen. I've created the the certificates and keys and have them stored in /etc/apache2/ssl and I'm sort of stuck now. I've been following a guide but any changes to the conf files leads to errors. The system I'm using is Debian 5.0

[Code]...

View 2 Replies View Related

Debian Configuration :: Unable To Configure Supported HP Printer?

May 28, 2010

I have just set up the above OS, however, installation did not find my network and therefore APT additional software & security updates could not be accessed.The network was simple to setup post installation.I have uncommented a few sources in the sources list file but obviously that does not,in itself, suffice to get accessability. I am also unable to configure my supported HP printer and I assume that can only be done with an additional package via APT.

View 6 Replies View Related

Debian Configuration :: How To Install Alsa Drivers Along With Asus Xonar Dgx Sound Card

Oct 2, 2015

how to install alsa drivers along with Asus xonar dgx sound card. I followed these instructions. URL....And until "Setting up modprobe and kmod support" instructions were clear. I should put something in /etc/modules, but I dont down exactly what.

Code: Select allroot@SERVER:~# aplay -lL;
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC887-VD Analog [ALC887-VD Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Code: Select allroot@SERVER:~# lspci -nn | grep -i audio;
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
02:04.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8788 [Oxygen HD Audio] [13f6:8788]

[code]....

View 3 Replies View Related

OpenSUSE Hardware :: YAST2 Forgets Manual Configuration Of The Wifi Card?

Mar 16, 2011

Installed OpenSUSE 11.4 with XFCE on MSI Wind U90. Unfortunately my RTL8187se buit-in wi-fi doesn't work.Finally found that driver r8180 works. After YAST2 configuration it worked, but after reboot stopped working. I've found that YAST2 forgets my manual configuration of the wifi card (forgets all settings).I've tried to remove card from YAST2 and configure again from scratch, but it forgets all my settings - mainly the module name - r8180, and without this driver network doesn't work!

View 3 Replies View Related

Debian Configuration :: Error: None Of The Authentication Protocols Specified Are Supported Kuser(3136)

Dec 18, 2010

I installed today (fresh install) the latest version of squeeze, and after installing kuser, I attempted to run the program (of course as root), so that I can start managing accounts with my preferred application. However, this is what I got when I attempted to run the program:

# kuser
QGtkStyle was unable to detect the current GTK+ theme.
Qt: Session management error: None of the authentication protocols specified are supported
kuser(3136): Session bus not found
KCrash: Application 'kuser' crashing...
sock_file=/root/.kde/socket-hostname/kdeinit4__0
Warning: connect() failed: : No such file or directory
KCrash cannot reach kdeinit, launching directly.

[Code]...

View 2 Replies View Related

Debian Configuration :: Video Mode Not Supported. Nvidia Unstable(Wheezy)?

Aug 23, 2011

Recently, I installed VVVVVV and discovered that when attempting to use fullscreen mode, the monitor displays "video mode not supported" for 640x480, 800x600, 1024x768, and auto. After googling around for an hour or two (and only finding stuff from 2008-09) I have created a new xorg.conf from Xorg -configure and nvidia-xconfig. This doesn't seem to have had anyeffect.DebianRelease unstable (sid)Kernel Linux 3.0.0-1-amd64GNOME 3.0.2GeForce 7600 GSMonitor: Hyundai Imagequest

$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 280.13  (pbuilder@cake)  Mon Aug  8 15:37:15 UTC 2011

[code].....

View 4 Replies View Related

Ubuntu Multimedia :: 9550 ATI Graphics Card - Cannot Install The Driver - Says Not Supported

Mar 28, 2010

Using Ubuntu 9.10 I installed Ubuntu onto a second hard drive and everything seems to work fine except for the fact that I cannot install the driver (it says not supported or something) when I downloaded it from the website. I downloaded the driver made for Linux. The driver manager claims "no proprietary drivers." At the moment it shows to be using integrated graphics, but I need the full hardware graphics to play games. The open source alternate driver didn't work either.

View 2 Replies View Related

Debian Hardware :: Radeon X1050 - Is This Card Supported In Squeeze By Either The Non-free Firmware Or The Proprietary Driver

Jan 13, 2011

Is this card supported in Squeeze by either the non-free firmware or the proprietary driver? I just got one to stick into an older box that will be going to a college girl that wants the 3D desktop in KDE. The built-in video was a joke and wouldn't even work without compositing. It was one of those crappy, non-standard pieces of crap known as a "Unichrome" (not the pro).

View 10 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

Debian :: WiFi Card Isn't Identified By OS

May 28, 2015

I booted Debian in Live mode on a USB to try to see if the internet will work on my Linux machine before I actually install it (there is some tricky internet software where I live that I must overcome, but that will come in another thread).

Currently I have no WiFi whatsoever. When I go into the internet access menu I only get back the fact that there is a wired connection that's possible (theoretically, I should be able to also see networks to which I can connect to, but I don't). Also, it's impossible for me to actually get a wired connection going, unless I can somehow give it through my Windows laptop.

When I did some research, the people seem to say that I need to update the driver after enabling the use of non-free software; I can't do that since I have no connection in the first place.

The OS recognizes that the PCE exists (I am using asus pce-ac68), when I did "lspci" command it told me I have BCM4360 and BCM43225 chips.

I think I found the drivers here "[URL] ......" but I don't think my chip is listed there (there is no BCM4360 or BCM43225 on that list). What to do with those drivers, I mean how to compile them and install them on a Debian machine, and I'm not sure I can even install them on a live boot (but I want to make sure my internet works on the live boot before I actually install the OS).

View 12 Replies View Related

Debian :: Bcm94311mcg Wifi Card

May 17, 2011

I just installed Debian on my hp dv6205us. I have a bcm94311mcg Bradcom wireless card that is not detected. How do I get this working?

View 3 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 Installation :: XFCE Desktop Didn't Appear After Install

Sep 16, 2014

I am trying to make it in preseed-installation,but a problem have occured.I used

debian-7.6.0-amd64-xfce-CD-1.iso
,and my preseed.cfg is as follows.

Code: Select alld-i debian-installer/language string en
d-i debian-installer/country string JP
d-i debian-installer/locale string en_US.UTF-8
d-i localechooser/supported-locales en_US.UTF-8
d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string us
d-i console-setup/charmap select UTF-8

[code]...

View 7 Replies View Related

Debian Hardware :: WiFi Card Not Working

Dec 6, 2014

I have some problems with my WiFi card I'm configuring for Debian Wheezy. I've used it in other computers successfully (It's a USB device), but this box doesn't seem to be able to recognize it or use it properly.

I've identified the card using Code: Select alllsusb with the output Code: Select allBus 001 Device 002: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]

I've used the Wheezy docs to download the firmware necessary and it apparently is supposed to run fine with this firmware, but nothing is working. There was mention to a GitHub repository of a fixed version of the driver in question, which didn't work either.

View 2 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 :: WiFi Card Not Being Detected In Live CD

May 15, 2015

I'm was trying to choose between GNOME and KDE for version 8. However both the live DVD's fail to pick up the Wifi card on my system. I am also unable to use certain basic commands such as ifconfig on the live CD. I am completely new to Linux and Debian (of course). Pardon me for the hand holding. This will be my first install of a Linux system.

What steps I can take to ensure that the Wifi card and the network card will be supported - hardware compatibility test maybe? Is there a way to try before installing? This will be a dualboot with Windows 8.1

Wifi card: Ralink RT3290 802.11bgn Wi-Fi Adapter
LAN card: Realtek PCIe GBE Family Controller

View 9 Replies View Related







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