Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - SuSE Linux > ARCHIVES - Hardware Support > ARCHIVES - Notebooks
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Notebooks This is a special forum dedicated to notebook problems.

 
Page 1 of 3 1 23
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 28-Jan-2006, 14:36
octane-link
Guest
 
Posts: n/a
Default

1. My battery monitor, and power saving options don't work. Do i need to install kpowersave? If it helps, in order to boot, i had to add amp=off acpi=off to the commands.

2. I think this is a consequence of apm/acpi being off, but when i shutdown, it simply goes to runlevel 1 and i have to hit the power button to shut off. How is this fixed?

3. my screen saver kinda doesn't work. i set it to go on after 30 mins, but it goes on after 3, and instead of the one i set, it just does a blank screen.

4. i can't see my windows partition. there is a folder called /mnt/winxp, but nothing there. Help!!!

Thanks all, I am really close to getting my first linux experience working all correct!!!
  #2 (permalink)  
Old 28-Jan-2006, 15:47
quark
Guest
 
Posts: n/a
Default

Concerning the screen saver, I suspect that you have DPMS turned on. If you are using KDE, open the Control Center, Peripherals, Display, and see the tab named "Power Control". If "Enable display power management" is checked, this will probably be applied before the ordinary screen saver comes into operation.

And about that Windows partition: In a standard SUSE installation, I'd expect there to be a folder called "/windows/C" that shows the contents of your main windows partition. As this does not seem to be present, try
Code:
sudo mount -t ntfs /dev/hda1 /mnt/winxp
from a console. You'll have to enter your root password, and then /mnt/winxp will hopefully contain that partition. I assume that it is the first partition on your first hard disk, otherwise you'll have to replace "/dev/hda1" accordingly.

If this works, we'll add a line to your /etc/fstab so that the partition will automatically be mounted at bootup.
  #3 (permalink)  
Old 28-Jan-2006, 20:02
octane-link
Guest
 
Posts: n/a
Default

Quote:

And about that Windows partition: In a standard SUSE installation, I'd expect there to be a folder called "/windows/C" that shows the contents of your main windows partition. As this does not seem to be present, try
Code:
sudo mount -t ntfs /dev/hda1 /mnt/winxp
from a console. You'll have to enter your root password, and then /mnt/winxp will hopefully contain that partition. I assume that it is the first partition on your first hard disk, otherwise you'll have to replace "/dev/hda1" accordingly.

If this works, we'll add a line to your /etc/fstab so that the partition will automatically be mounted at bootup.
[/b]
OK, I ran the code with no errors, but now the file is locked, how do i open it and leave it unlocked? I am the only one who uses that computer, so i don't need it locked.

I am testing the monitor thing, but i think that is fixed.
  #4 (permalink)  
Old 29-Jan-2006, 02:53
oldcpu
Guest
 
Posts: n/a
Default

Quote:
OK, I ran the code with no errors, but now the file is locked, how do i open it and leave it unlocked? I am the only one who uses that computer, so i don't need it locked.[/b]
My guess is it is locked for your own protection. Unlocking could cause problems. NTFS and Linux do not get along very well. ....

Can you access the files on the NTFS partion when using Linux with root permissions?
  #5 (permalink)  
Old 29-Jan-2006, 10:38
octane-link
Guest
 
Posts: n/a
Default

Quote:
My guess is it is locked for your own protection. Unlocking could cause problems. NTFS and Linux do not get along very well. ....

Can you access the files on the NTFS partion when using Linux with root permissions?
[/b]
I can't open the file as any user, even root. I would like to be able to see my files so that I can have them in linux without having to resort to booting into windows, copying what i need onto a memory stick and then rebooting into linux. plus it would be helpful if i got a virus on the windows partition so that i could move what i need without a problem.

Anyone have any thoughts on problems 1 and 2? I am going to install a few things (kpowersave,powersave,yast2power...) and see if that helps.
  #6 (permalink)  
Old 29-Jan-2006, 14:01
Jop
Guest
 
Posts: n/a
Default

Can you post the result of:

cat /etc/fstab

?

Besides, try with kpowersave and see what's going on. Powersave is still a bit tricky. And I do think that your problem #2 is a consequence of apm/acpi.
Let's see!
  #7 (permalink)  
Old 29-Jan-2006, 14:10
oldcpu
Guest
 
Posts: n/a
Default

Quote:
I can't open the file as any user, even root. [/b]
Make certain you look in the correct place. Typically windows directorys are under /windows/c or /windows/d
  #8 (permalink)  
Old 29-Jan-2006, 15:16
octane-link
Guest
 
Posts: n/a
Default

I have no /windows folder. i am pretty sure I need to get into /mnt/winxp

I can change the mount location and see what happens i suppose.

I will post the results of cat /etc/fstab tomorrow. I lent my disc out to a friend and i need ndiswrapper off it in order to install my wireless driver. its a bit of a pain to post that stuff from this computer.

One other thing...if i install kpowersave and get it working properly, will I be able to remove apm=off acpi=off from the commands that boot up?
  #9 (permalink)  
Old 30-Jan-2006, 22:52
octane-link
Guest
 
Posts: n/a
Default

So i guess kpowersave has always been there, but how do i make it work so that my battery info shows up in the systray?

because when i go into yast to edit stuff, i am greeted with a bunch of APM/ACPI messages and i can't do anything.

and here is the results of cat /etc/fstab:

/dev/hda3 / reiserfs acl,user_xattr 1 1
/dev/hda2 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/cdrecorder /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocha rset=utf8 0 0
none /subdomain subdomainfs noauto 0 0

hope that helps!!!
  #10 (permalink)  
Old 31-Jan-2006, 03:01
quark
Guest
 
Posts: n/a
Default

Quote:
OK, I ran the code with no errors, but now the file is locked, how do i open it and leave it unlocked?
[/b]
Sorry about that, I just realized that this is the default behaviour. Try this instead:

Code:
mount -t ntfs -o ro,gid=users,umask=0002 /dev/hda1 /mnt/winxp
Now all users should be able to read it. But note that it will be mounted read-only, as write access to ntfs partitions is experimental (and only exists in a rudimentary form if I recall correctly).

If this works, you may want to add the following line to /etc/fstab:

Code:
/dev/hda1************/mnt/winxp********** ntfs****** ro,users,gid=users,umask=0002**** 0****** 0
Then the filesystem will be mounted during boot up. I recommend that you create a new directory (like /winxp) and use it as your mount point instead, so that /mnt will still be available if you need to temporarily mount something else in the future.
 
Page 1 of 3 1 23

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2