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


ADVERTISEMENT

Ubuntu :: Bluetooth-enabled Notebook And Used To Eventually Turn On/off The Wireless Switch?

Aug 1, 2010

I have a bluetooth-enabled notebook and I used to eventually turn on/off the wireless switch, which disabled wi-fi and bluetooth capabilities.Recently I turned on the switch to find the bluetooth icon missing from the Notifications area at the panel. When I type bluetooth-properties at the terminal a windows pops up saying "Your computer does not have any Bluetooth adapters plugged in." No further hardware/software changes were made recently.

View 1 Replies View Related

Slackware :: Touchscreen On Fujitsu Lifebook B Series Can't Be Calibrated?

Mar 11, 2010

I am trying to use this old notebook as a poor man's netbook. I installed Slackware 13 on it and find that the touchscreen uses the Xorg evdev driver. It starts up with both acceleration and incorrect calibration. Xinput can be used to successfully remove the acceleration. However, using xinput to set the calibration does nothing to the behavior, although the settings do seem to get registered.

After bringing up X:

fujitsu:/home/mradtke xinput list 2
"LBPS/2 Fujitsu Lifebook TouchScreen" id=2 [XExtensionPointer]
Type is TOUCHPAD
Num_buttons is 5

[Code].....

In addition to the calibration not working, no button events seem to be generated or reported by xinput.

I did a lot of searching for a solution and see that many people use evtouch [URL] for their Lifebooks. However, none of the binaries seem to work with the Xorg build that Slackware uses (ABI version mismatch) and I have no idea of how to fix that. I am open to recompiling Xorg to use evtouch, installing the Xorg sources that were used in building Slackware 13. They don't seem to be part of the distribution.

View 1 Replies View Related

Slackware :: Share /home To Notebook?

Aug 15, 2010

I've just bought an all-new hp pavilon dv4-2114br and I realized that I can't install slack on it... (cfdisk doesn't run)

ok, so all I need is to copy some folders from my slack desktop to my windows netbook.

How can I do it? Both desktop and notebook have wifi antenas, so I want to connect them and do the job.

I tried creating a wifi network with wicd + samba + vsftpd, but until now I got no lucky.

View 11 Replies View Related

Slackware :: Creating Partitions On New Lenovo Notebook?

May 27, 2010

I'm trying to create some Linux partitions to install Slackware on my Lenovo W510 notebook and I'm getting some partition "errors" when using fdisk or cfdisk during the Slackware install. I have a feeling this is due to the hidden system restore partition and was wondering how others have dealt with this.

View 4 Replies View Related

Slackware :: Sound Compaq Cq40 Wouldn't Active Notebook Is Mute?

Mar 31, 2010

i have a problem in my notebook, its can make a sound i use the slackware 13 edition for my notebook i have upgraded my alsa-base on my laptop to alsa 1.0.22 on my slackware 13. i have follow the instruction tu active my sound device with command:

#alsaconf
#alsamixer
#alsactl store

but, the sound still wouldn't active, this is the result of my lspci -v on my slackware 13 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev

[Code]...

View 5 Replies View Related

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

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

Debian :: Poweroff At A Programmed Time?

May 4, 2010

Imagine i want to power off my "Lenny" at exactly 16:00 everiday. no mather what I suppose i showld write a script with the shutdown command and add it to the /etc/init.d . but i will listen to your tips first.

View 2 Replies View Related

General :: Poweroff - Damages Hardware ?

Jun 24, 2011

So i've been using poweroff command to shutdown my computer at a specific hour.

Is it okay for the hardware to do this (e.g hard drives)? Or should I use other system call?

View 1 Replies View Related

CentOS 5 :: Shutdown Doesn't Poweroff

Feb 23, 2010

I have a server Hp proliant DL160 G6 with CentOS 5.4 . When I do shutdown -h now it doesn't poweroff.

I try differents options for acpi in menu.lst file. acpi=force, acpi=noacpi,acpi=off,acpi=ht but there's the same problem.

This the stdout when I do shutdown:
Halting system...
md: stopping all md devices.
Completed flushing cache on controller 0
ACPI: PCI interrupt for device 0000:05:00.1 disabled
xenbr0: port 2(peth0) entering disabled state
ACPI: PCI interrupt for device 0000:05:00.1 disabled
Power down.
acpi_power_off called

I show you any specific information about my server:

Reboot works fine

View 3 Replies View Related

General :: Difference Between Halt - Shutdown And Poweroff

Aug 25, 2010

difference between halt, shutdown and poweroff

View 3 Replies View Related

Ubuntu :: Computer Won't Mount Drives On Startup After An Unexpeted Poweroff?

Jan 14, 2010

Last night there was a rather large thunderstorm, and my computer was on at the time. The power went out while my computer was on, and now it won't boot up. After the GRUB screen, a white message at the bottom of the normal loading screen says somthing along the lines of "a partition listed in /etc/fstab cannot be mounted /dev/disk/by-uuid/6835blahblahblah". I chose recovery mode from the grub menu, which gave me a similar message.

Quote:

One or more mounts listed in /etc/fstab cannot yet be mounted: (ESC for recovery shell) /home waiting for /dev/disk/by-uuid/8bl I've googled around a fair bit, but people who got the same message were mainly those upgrading to Karmic, so a different problem. I think my problem was the fact that my computer was turned off possibly while writing and definitely without being unmounted.

So far I have tried changing /etc/fstab to refer to /etc/sda5 instead of UUID=68blahblah, but that came up with the same error. I have looked inside the /dev/disk/by-uuid and the disk that is trying to be mounted is there (so it's not a problem with that).

View 2 Replies View Related

Software :: Sudden Shutdown/poweroff -- No, It's Not Bad Hardware Or Dirty Fans?

Nov 9, 2010

I just did a clean reinstall of Ubuntu (10.04 --> 10.10). After the install, any time I do CPU intensive work, my PC is suddenly shutting down like it's overheating.Everything was working fine for months, and started having problems immediately after the reinstall. so this is not a problem with my hardware, and it's not a problem with my fans needing cleaning -- it's a problem with software. So please don't tell me "that sounds like overheating, clean your fans". Something is different in software-land between 10.04 and 10.10 that is causing this to happen -- I assure you that the upgrade did not magically fill my fans with cat hair.

I have checked my log files, and can't find anything related to overheating -- searches for things related to lm_sensors, "temp", and "thermal" are not turning up anything in the system logs (syslog, kern.log, or messages). I also looked at the logs around the times of the sudden shutdown, and couldn't find anything unusual.How can I diagnose this? I'd like to file a bug report, but since I can't find anything in the logs, I honestly have no idea how to go about providing useful information.Is there anything besides overheating that might be causing my laptop to suddenly shut off?

View 7 Replies View Related

OpenSUSE Install :: Unable To Get The System To Shutdown Or Fully Poweroff Using The Installed OS?

Jan 10, 2011

Built new system and installed openSUSE 11.3 x86_64 with Gnome desktop about 6 weeks ago. Have never been able to get the system to shutdown or fully poweroff using the installed OS. If I use the Knoppix live CD - no problem. System boots up fine and shuts down and powers off correctly. With the installed OS, it originally crashed on shutdown and had to power off using the power button. After trying many things, the OS shuts down, powers off the fans etc, but the keyboard is still lit. I cannot restart the system without turning off power at the power supply. Starting my computer by turning off the power supply switch, waiting
10-12 seconds, turning on the power supply switch and then hitting the power button gets to be very annoying after a few weeks.

Installed KDE and switched to that to see what difference it might make. System does not shutdown, but reboots instead. Switched back to Gnome. Have tried sudo /sbin/shutdown -h now and poweroff. Identical behaviour. System is completely up-to-date. BIOS, kernel, video drivers.

View 9 Replies View Related

Ubuntu :: 'safe' Poweroff - Freezes On Disabling The Swap File And Doesn't Do Anything

Jan 9, 2010

Due to some reason not known to me at this moment, my regular shutdown doesn't work. It freezes on disabling the swap file and doesn't do anything. Now, until that problem is solved, I need a way to properly shutdown. I found one, which is poweroff -f, but it is hardly graceful, and would amount to 'flipping the switch' I guess. The other is hibernate, which is what I now use. This does work, but I rather completely shut down the system. For one, regular boot is quicker than resuming from hibernate.

My main question is: is there any way to make the poweroff -f command, e.g. combined with manually disabling the swap file or whatever,"safe?" as in, I can imagine a sudden power off meaning more chance of damage to the HD, which I don't want.

View 6 Replies View Related

Hardware :: Arch Freezes At Poweroff (hda: Possibly Failed Opcode: 0x10)

Dec 29, 2010

recently I'va bought PCI adapter for extending ATA devices [URL], connected disk (WDC WD1600JB-00REA0, ATA DISK drive). Everything is fine except switching off. Sometimes it freezes, sometimes it takes longer time (more than 30 sec). Everything goes well - except the last step (when appears "Rebooting", or "Switching off" on console). I didn't add any extra boot option into /boot/grub/menu.lst

[Code].....

View 2 Replies View Related

Ubuntu :: Install On Fujitsu V5505 With New Hdd?

May 19, 2010

I have a Fujitsu V5505 the hard drive is totally fried & I lost everything. I bought a HDD Dock to check it with same results FRIED.I plan on buying a new hdd & installing ubutan as the OS.I have done some googling & as with everything the more I read the more confused I become. I have my HDD Dock with PC Clone software so I can format the new hdd & load any stuff on to the new hdd before installing it back in to the laptop.

Things I am unclear on.1, New hdd. will it need formatting if so what format.2, Loads of stuff about drivers (mine field!) how what were.3 Can I install ubuntu directly on to the new hdd.Hope you all get the picture so to recap (brand new install no saved files or folders.)

View 4 Replies View Related

Debian Hardware :: Getting Touchscreen To Work (fujitsu Fmv-680mc4)

Sep 2, 2010

recently i got a very old laptop fujitsu fmv-680mc4 with celeron 800Mhz cpu and 256m ram.so i throwed away the hell-slow xubuntu 10.04 and put debian lenny on that machine.

everything worked smoothly(even the gnome environment!but why xubuntu with xfce always suck my cpu to its fullest?),only touchscreen did not.I've also got a copy of windows xp running on it,and touchscreen worked fine there.It's really hard to find a clue about the hardware specification(outdated,maybe deleted on their official website),I even don't know the model of the touchscreen.The only information i know is that it has a PS/2 interface and comes with an identifier 'PNP0F13' (as M$ windows hardware manager says). i remember stock 2.6 kernel do support some lifebook touchscreens,with modules compiled into kernel.But when i run cat /dev/psaux and touch on screen nothing happened(when i move the trackpad it did output some binary codes),and i move on "cat" the whole /dev/input folder but no luck still. Then i tried to modprobe some touchscreen modules in,but failed,nothing comes out from dmesg.

the question is: is there a way to get it to work(seeing binary code flow out of my console is also considered as "working")?does it need some "initialize magic code" to be brought into ready state?

View 5 Replies View Related

Ubuntu Networking :: Wireless Trouble On Fujitsu Laptop

Jan 27, 2011

I've just installed Ubuntu desktop 10.10 on a Fujitsu Amilo laptop but it does not see any wireless network. It recognizes the wireless card but I don't know how to activate it or whether the drivers are already installed..

View 4 Replies View Related

Ubuntu Networking :: Fujitsu Connect2Air Wireless USB Adapter?

Jun 5, 2011

I have just installed ubuntu 11.04 on an "old" Fujitsu-Siemens Amilo Laptop. This computer does not have an internal Wi-Fi adapter but got Connect2Air WLAN E-5400 USB adapter that was working perfectly on the windows partition.After the ubuntu installation, p54usb was complaining about not founding isl3887usb driver in dmesg. I followed instructions found on launchpadI installed the ubuntu-firmware-nonfree package from synaptic and rebooted the laptop.dmesg showed that the card is detected and loaded correctly as a Wi-Fi adapter and in the network manager I can see broadcasted wireless networks.I tried to connect to both an open (unprotected) and a WPA network without any success.

View 1 Replies View Related

Ubuntu :: Drivers For Fujitsu SCENIC P320 (i915G)?

Jan 6, 2011

I have a Fujitsu SCENIC P320 (i915G) and would like to know if I can get the Linux drivers for it.

View 7 Replies View Related

Hardware :: Can I Use Fujitsu Snapscan S300 Scanner With System

Jul 19, 2009

I am interested in buying a small portable scanner since I'll often use it on the go and the one I'm looking at is the Fujitsu Snapscan 300. There is a M version, the 300M that's said to work with Macs.
My situation is I have a Mac at home and want to be able to use it with that so may have to get the 300M but also on the go I use a laptop that uses Mandriva Linux.
My question: Will the 300, hopefully the Snapscan 300M work with Linux? I want to make sure it will recognize the scanner. Also, assuming it works what programs would I use to scan? I want to be able to scan into both jpgs and pdf's.

View 1 Replies View Related

Hardware :: Media Not Found On Fujitsu Amilo Xa2528 / Get That?

Mar 20, 2010

I try to install OpenSuse on a laptop Fujitsu Amilo Xa2528, in dual boot with Vista. Vista works fine.

For partitioning I use GParted, which does not boot and stops with following messages code...

View 2 Replies View Related

Debian Installation :: Squeeze Does Not Run On Fujitsu Siemens ST4121 Tablet PC

Apr 25, 2011

I try to install Debian Squeeze on that tablet PC. Lenny was running fine (even reinstall of Lenny works). The installation seems to run fine, too. The problem shows up after the first reboot of the system. After the first messages are displayed, the screen gets black and develops some vertical white lines that keep getting larger until they fill the complete screen. When I configure the BIOS for a second monitor, the external monitor works, I can log in. But this is at best a diagnosis option, not a solution. Ubuntu shows the same symptoms, btw. Here is the output of lspci:

00:00.0 Host bridge: Intel Corporation 82830 830 Chipset Host Bridge (rev 04)
00:02.0 VGA compatible controller: Intel Corporation 82830 CGC [Chipset Graphics Controller] (rev 04)
00:02.1 Display controller: Intel Corporation 82830 CGC [Chipset Graphics Controller]
00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB Controller #1 (rev 02)

[Code]....

View 1 Replies View Related







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