General :: Wireless Won't Turn On With Slackware 13.1?

Mar 9, 2011

I have an ACER Travelmate 32600-4542. The original OS was windows XP. I installed Linux Mint 10.0. I ran that a little while and for some reason it wasslow and would occasionally freeze for a few seconds at a time. I got sick of that andid a clean install of Slackware 13.1. The problem I am having now is the wireless won't come onI try to switch the power switch and it will not turn on. I am fairly new to Linux and don't even know where to start to find out why it isn't turning on. I didn't have any problems with it turning on with Mint.

View 3 Replies


ADVERTISEMENT

General :: Cannot Seem To Get Wireless Card To Turn On

Oct 31, 2010

similar to this problem http://www.linuxquestions.org/questi...nstall-673571/ i cannot seem to get the wireless card to turn on. ive tried NTDISGTK and Ntdiswrapper to no avail. it recognizes that the hardware is there, but will not turn it on. in terminal i have tried to force start it, but from what i remember, it gives me an error about authentication (might be access not authentication) ill get back here when i boot ubuntu and take some screenshots, at the moment i's running XP and hating it.

View 4 Replies View Related

Ubuntu :: Wireless Switch Inop Hp Zd7249cl Laptop - Wireless Button Wont Turn On

Jan 2, 2011

I have a hp zd7249cl laptop and have installed ubuntu 10.10 on it. The main problem I am having at the time is the wireless button will not turn on so there for I have no internet access. The switch works fine in windows, but not in ubuntu. The switch didn't work with the live cd either, but I thought it might after install. The wired card that is in the laptop is no good and quit working a couple of years ago so all I have is wireless now.

View 9 Replies View Related

OpenSUSE Wireless :: Turn Wireless Card On For The Dell Studio 16?

Apr 2, 2010

turn wireless card on for the Dell Studio 16 (1645) for SUSE 11.2 64-bit.

View 3 Replies View Related

OpenSUSE Wireless :: Turn Broadcom Wireless Card On?

Jan 13, 2010

dell laptop and went out on thenet looking for a solution for my failed wireless interface. i downloaded the firmware but then my interface still fails to come on after a reboot.

wlan0 IEEE 802.11bg ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=0 dBm

[code]...

View 4 Replies View Related

OpenSUSE Wireless :: Wireless Does Not Turn On Until Nic Cable Is Plugged In

Apr 12, 2011

Wireless does not turn on until nic cable is plugged in. Soon as I plug in a nic cable the wireless light on laptop comes on.

View 4 Replies View Related

General :: HPLIP - When Turn Off The PC And Turn It On Again The Printer Does NOT Work

Nov 4, 2009

I have Ubuntu 9.04, and a HP laserjet 1018 printer.

I install the printer using:

And when it ask me about plugin I give the path to it. (the 3.9.2 version of the plugin, because Ubuntu 9.04 has the 3.9.2 version of hplip)

well I install the printer, everything works perfectly.....but, when I turn off the PC, and turn it on again, the printer does NOT work!, I send work for being printed but mothing happens , Ubuntu tells me that the job was printed but ... no case, my printer does not print it.

I have to install it again since cero. what can I don to stop install it every time I turn off the computer ?

View 1 Replies View Related

OpenSUSE Wireless :: Wireless Card Will Not Turn On In 11.4

Aug 15, 2011

First of all, trying to install it was a disaster as it tried to format my DVD drive and I was forced to delete my Windows partitions too. That's not why I'm writing, just thought I'd mention that I was already frustrated to begin with

Anyway, I have an HP G62-340US laptop. Everything seems to be running great except that I cannot turn on my wireless. The laptop has a key on the keyboard to power up the wifi and it's permanently off. Not sure if this is an issue with the keyboard driver, but pressing the wifi key does nothing.

I've tried scanning the hardware to determine what wifi device I have, but since it's not powered up, Linux doesn't even see it.

Any ideas which direction I should look?

As a side note, I have used Linux fairly regularly for several years. Mostly Ubuntu, LinuxMint and PinguyOS (all debian-based). So I'm not a complete newbie and am perfectly comfortable with the command line and configuration files.

View 4 Replies View Related

Slackware :: Turn Off Netbios In Samba?

Apr 6, 2011

If you're running samba server on your Slackware box on a windows network / domain, and you don't want it showing up on the windows computers network neighborhood browser, there's a couple of things you have to do. First, add the line:

disable netbios = yes to the global section of smb.conf. This didn't work for me so I also figured out the next step:

Second, edit the rc.samba script and remove the references to starting or restarting nmbd.

In this line: if [ -x /usr/sbin/smbd -a -x /usr/sbin/nmbd -a -r /etc/samba/smb.conf ]; then

Remove the reference to nmbd (underlined above) so it looks like this:

if [ -x /usr/sbin/smbd -a -r /etc/samba/smb.conf ]; then

Then comment out with a # this part: #echo " /usr/sbin/nmbd -D" # /usr/sbin/nmbd -D

and add a comment # mark here (right before nmbd)

samba_stop() {
killall smbd # nmbd

underlined above, then restart samba or reboot. The first step may not be necessary if you make the changes to rc.samba but I did both and that took care of it.

View 8 Replies View Related

Slackware :: How To Turn On System Bell In XTerm

Apr 11, 2010

I'm trying to turn on the system bell (pc speaker) in xterm. I have the bell working in console (text mode, not under X), and with X running, even firefox can use the pc speaker (it beeps, when I enter a search term which is not found). Only xterm doesn't seem to work.

Here is my xterm config, and the xset command I'm trying to use to turn the bell on:
-------###--------
xterm*renderFont: true
xterm*faceName: Terminus
xterm*faceSize: 12

xterm*loginShell: true
!xterm*Geometry: 102x48+0+0
xterm*Geometry: 102x48
xterm*scrollBar: false

xterm*background: black
xterm*foreground: white
!xterm*highlightColor: red
xterm*charClass: 46-47:48

xterm*visualBell: false
-------###--------
xset b on
xset bell 100 1000 1000
-------###--------

If I run xterm with the +vb option, it doesn't help either (I'm testing it with printf "a"). What am I missing? How can I make xterm use my pc speaker as bell?

View 4 Replies View Related

Slackware :: KDE4 Wicd Startup - Turn Off?

Mar 13, 2010

I once had wicd running at KDE startup as I was just playing around with it. The problem is I now have turned off rc.wicd and don't want to use wicd any more. Every time I start KDE it still asks for the root password which I cancel and it then tells me it can't connect to wicd's dbus. This is getting really annoying as I have been trawling through my ~ looking for the setting that starts this up. I just want wicd turning off completely and this message to go away.

View 14 Replies View Related

Slackware :: Monitor Turn Off After Exit X Window

Apr 8, 2011

i currently use Slackware 13.1 64 bit. when i want to get back to console after use "startx" command, my monitor suddenly off and would not turn on until i restart my computer. so i could never get back to console when i've started x window.i use ATI HIS HD 5670.

View 1 Replies View Related

Fedora :: Wireless Turn Off Itself?

Oct 7, 2009

I'm using fedora 11 and find that sometimes the wireless just turn off by itself. The wifi LED goes OFF and Network Device Control->wlan0 becomes inactive. It usually happens when I open for a long time ( 24 hr ?) I try turning off the wireless and turning on.

View 5 Replies View Related

Slackware :: Poweroff Does Not Turn Off Fujitsu N3530 Notebook?

Jun 17, 2010

I recently upgraded the hard drive on my Fujitsu N3530 notebook to WD Scorpio Blue 500 MB, and created a dual-boot configuration with WinXP, installing 32-bit Slackware 13.1 from DVD. Grub 0.97 bootloader is installed on superblock of root partition. Running KDE. Using the generic kernel with appropriate initrd for ext4 filesystem on root partition.

Everything runs fine so far, except the computer won't power off the computer. I've tried using the KDE shutdown, and shutting down from command line - same result. Also same result if I use the huge kernel or the generic kernel.

The last message I see is:
Remounting root filesystem read-only.
/dev/sda3 on / type ext4 (ro)
Power down.

... and then the shutdown process stalls and I have to turn off the computer by pressing and holding the power button.

This is the first time I've installed any Linux OS on this notebook. I have Slackware 13.0 running fine on a Thinkpad T61 with no poweroff issue.

From reading various posts, this looks to be related to ACPI. I tried adding "acpi=force" to the kernel line in menu.lst, but it made no difference.

/var/log/messages shows "acpid exiting" and then "exiting on signal 15" as last entries during shutdown.s.

View 7 Replies View Related

Slackware :: Turn Off Or Reboot Machine By Command Failed

Nov 4, 2010

I am using Slackware 13.1 on my Asus K40IN, I also use dual boot by LILO with Windows XP. In Windows XP I can reboot or shutdown by select Start -> Turn off Computer, or just physically push the power button, then the machine will shutdown. In my Slackware 13.1, I can physically push the power button, the machine show that it is switching to run level 0, and then it will power off. However, I can not turn it off or restart my machine by the command (run "halt" or "reboot" as root), it show identical things like when I physically push button, but when it turn to status "Restarting machine" or "Turning off machine", my computer hang there, it does not power off machine or restart it. Is there any one experienced this situation? What should I do to fix it?

View 3 Replies View Related

Slackware :: Window Contents Turn Black When Maximized In KDE?

Jul 4, 2011

On Slackware64 13.37 with a Geforce 6150LE + Nvidia 275.09.07, the contents of a window turn black when I maximize it.

For now I've worked around it by disabling desktop effects.

View 6 Replies View Related

Fedora Networking :: Wireless Do Not Want To Turn On?

Jul 13, 2011

switched from 4 years Ubuntu use due to Unity, and thus also new to this forum but I hope that you can help me, so I later on can give back to the community.My problem is that the Wireless in Network Manager refuse to go to "on", or to be more correct it goes to "on" for about a second and then back to "off". My computer which uses F15, a Lenovo B560 laptop, have a BCM4313 and the apparent reason is that after that I installed the broadcom-wl and run "su -c 'modprobe wl'" so did I get the response "FATAL: Driver not found". However, the earlier non-existing wireless button in the network manager appeard after the installation, id est the broadcom-wl must have been in plase.

View 2 Replies View Related

Networking :: Turn On Wireless Adapter?

Mar 11, 2010

Iwlist wlan0 power:

wlan0 Current mode:off
iwconfig wlan0 power on: This does not work
ifconfig wlan0 up: does not work

[code]...

View 2 Replies View Related

Ubuntu Networking :: Can't Turn Laptop's Wireless On

May 5, 2010

I installed Kubuntu 10.04 on my laptop (HP Pavilion dv5-1010) and the networking was working fine for the most part, but then not sure what happened, the screen just kinda went blank so I restarted the laptop, and now the wireless won't turn on. There's a button on the laptop to turn it on and off, but I can't seem to get that to function in Linux. I'm assuming it's just a simple matter of getting the wireless to switch back on again, unfortunately I can't figure out how to do that .

Edit: I've tried to whole booting into windows and turning the wireless on there, and before that's worked, but it doesn't seem to be working this time around.

View 3 Replies View Related

Ubuntu Networking :: Fn F3 Not Working To Turn On Wireless?

Aug 4, 2010

Ubuntu 10.4 LTS as a Live CD (intend to dual boot later, testing for now.) Laptop : Acer Aspire 5251-1513 Wireless card: Atheros AR928X PCI-Express

To turn this on in Windows, I have to do Fn F3. But it does not work in Ubuntu. Most of the other Fn keys work, sound, screen, brightness. Found some relative info, but nothing that might be certain

Now, I know there are some issues with that Artheros card, but I think i need to first get it activated.

View 6 Replies View Related

Ubuntu Networking :: Can't Turn On Wireless Card

Aug 13, 2010

I am having issues trying to turn on my wireless card. I have tried to use the ifconfig command to do so, but it gave me an error.

Code:
@ubuntu-laptop:~$ sudo ifconfig wlan0 up
SIOCSIFFLAGS: Unknown error 132
This is what I get when I type iwconfig

[Code].....

View 9 Replies View Related

Ubuntu :: Unable To Turn On Wireless Card

Oct 9, 2010

I have installed Ubuntu via USB on a Dell Inspiron E1505 and I am unable to turn on the wireless card. I have a dual boot with Windows XP and I am able to turn on the card with keystroke Function/F2 and it works while in Windows. When I reboot in Ubuntu I am not able to use these keystrokes to turn on the card.

View 4 Replies View Related

Ubuntu Networking :: Wireless Card Will Not Turn On

Jan 10, 2011

I have an HP Compaq 6735s with a Broadcom 802.11 a/b/g draft-n wireless card that I've been running 9.10 (the karmic koala one I think it was called) on for the past 7 or 8 months (been running Ubuntu in general for the last couple years). The card won't turn on--the indicator light is always orange, not blue as it should be. I thought it might be a hardware problem so I took it to a shop, but they tested it several times and said the card was fine and that upgrading my software should solve the problem.

I just upgraded it to the 10.10 distro (usually a friend did my upgrades for me but alas that's no longer an option) but that has not fixed it. I thought to try and re-download the Broadcom drivers on a different computer, then transfer them to my laptop, but when I did that and tried to open the .exe file, a message popped up saying the file was no good. (Can you tell I'm not a computer pro yet? Haha) Any idea how I could fix this or what the problem might be? I'm really frustrated as it's been an issue for the last six months, plus this is my only computer and I need it to function fully for purposes of finding a job, etc. If I could I'd just buy a different computer at this point (really disappointed with HP laptops in general) but sadly that's not an option. I'm to the point where I'd consider running Windows again just to make the damn thing work.

View 3 Replies View Related

Ubuntu Installation :: Need FN Key To Turn On Wireless HP Laptop

Sep 1, 2011

A few days ago I got a new HP laptop (model number dv7-6157cl), and my operating system wasn't able to recognize my wireless card (ralink 5390)

I downloaded the driver off of the ralink website, and successfully was able to install it (now when write the command "ifconfig" in my terminal, there's a paragraph about ra0), but my WiFi is still disabled. I think this is because I need to enable it using an "fn" key combination, but my laptop doesn't react to the combination to enable wifi.

View 5 Replies View Related

OpenSUSE Wireless :: Reboot Pc Or Turn Off The Configured Connection Is Gone

Mar 14, 2010

i have configured as root mine wireless connection and the connection works out the box. When i reboot mine pc or i turn off mine pc the configured wireless connection is gone and i must make an new one. This is strange i don't know what is happening but i am several days struggling with this and now i ask this forum what is going wrong i am using Opensuse 11.2 64 bits, Sitecom 300 N Wireless PCI Adapter.

View 1 Replies View Related

OpenSUSE Wireless :: Turn On Wifi On The Dell Studio 15?

Apr 10, 2010

I just bought a new Dell Studio 1558 and I can't turn the wifi on when logging to my account, the wireless card is installed correctly but the button (F2) doesn't work to turn the wifi on.

[You can see the keyboard shape here]

On windows there is a program from dell that associate these keys (wifi -F2- and Eject optical drive) to their functions.

I wonder how can I achieve this under OpenSuse.

View 3 Replies View Related

OpenSUSE Wireless :: Light On Keyboard Does Not Turn On Signals

May 11, 2011

I'm completely new to openSUSE and when I installed it, my wireless card isn't apparently found. The light on the keyboard doesn't turn on signaling there is a wireless card. I should have also said I'm using the KDE thing, not the GNOME.

View 9 Replies View Related

Ubuntu Networking :: How To Turn Off Automatic Wireless Connection

Apr 14, 2010

I accidentally clicked a secured wireless which I do not have password. Now every time I open Ubuntu, a window pops up asking for password for the wireless. I am wondering how to turn if off.

View 1 Replies View Related

Ubuntu Networking :: Aircraft-manager To Turn Wireless On?

Aug 17, 2010

My wifi was off when I upgraded to Windows 7 and can't turn it back on now. I red about aircraft-manager and installed Ubuntu 10.04 newbie, loving ubuntu already!).Installed aircraft-manager 12.1 but it doesn't open and when I shut down a messages informs me that aircraft-manager is not responding. So I thought it was Ubuntu 10.04 and made a Ubuntu 9.04 live USB. Same problem.I have a LG e200 notebook with ATI redeon graphics card and Atheros wireless adapter.

View 1 Replies View Related

Ubuntu :: Special Way To Turn Network Wireless Card On?

May 6, 2011

Alright so i have two drivers installed for my network wireless card and the damn thing still dont work. What do i do ? does anyone have any suggestions.is there a special way to turn my network wireless card on? i mean i see it but its just not turning on and scanning

View 5 Replies View Related







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