Reply
Thread Tools
Johnx's Avatar
Posts: 643 | Thanked: 628 times | Joined on Mar 2007 @ Seattle (or thereabouts)
#141
Originally Posted by hans-castorp View Post
how is power management being handled? It seems ACPI isn't present, is this correct? Would it be possible to compile it?

Is it possible to check battery status without ACPI?
Actually, the tablets don't use ACPI at all. From what I can tell, ACPI is mostly used on x86 machines (and maybe PPC Macs?). In the case of our tablets power management is handled differently. Most of this is handled in the kernel, but from what I can tell, in some cases we must tell the kernel to activate that power management, such as the case for turning off the backlight. I have more information up on power management on the wiki: http://www.internettablettalk.com/wi...p?title=Debian . If anyone else has more info about turning on the bits of power management *or* would like more clarification, I'd be happy to help.

For checking your battery status, download kcbatt from here: http://mrrau.dyndns.org:23280/n800/kcbatt/?S=A

-John
 

The Following User Says Thank You to Johnx For This Useful Post:
b-man's Avatar
Posts: 549 | Thanked: 502 times | Joined on Feb 2008 @ Bowling Green Ohio (united states)
#142
Hello again!, i have ben trying to acsess Debain's version of the application manager but when ever i try to acsess it, it grays everything out including my onscreen keyboard and i can't enter the pasword. Is there eny way of fixing this problem? Also for some reason when i try to enter root mode in x-term and try to type in the pasword nothing happens, it refuses to enter the pasword. can you help?? I'm a N800 user.
__________________
I'm an advanced user and a bit of a modder.
----------------------------------------------
I am involved with Mer, Deblet, and NITdroid.
My ports/creations/hacks: GNOME (for Deblet), Cdeb2», Ubuntu, playable flash games in the "Get Started" app, DBS, ect...


enhanced fedora port has been canceled in favor of NITDebian (TBA)

Last edited by b-man; 2008-06-14 at 01:48.
 
Posts: 161 | Thanked: 75 times | Joined on Feb 2008
#143
Originally Posted by b-man View Post
Hello again!, i have ben trying to acsess Debain's version of the application manager but when ever i try to acsess it, it grays everything out including my onscreen keyboard and i can't enter the pasword. Is there eny way of fixing this problem? Also for some reason when i try to enter root mode in x-term and try to type in the pasword nothing happens, it refuses to enter the pasword. can you help?? I'm a N800 user.
Gain root permissions from the terminal and run it from the command line. You can't do anything unless you have a HW keyboard. When you type a password in to the terminal, nothing will show up, but the letters you've pressed are there.
 

The Following User Says Thank You to Navi For This Useful Post:
b-man's Avatar
Posts: 549 | Thanked: 502 times | Joined on Feb 2008 @ Bowling Green Ohio (united states)
#144
I unfortunetly don't have a hardware keyboard...
is there a way of hacking the input of the onscreen keyboard so i can use the application manager in Debain?

p.s. I hope this could be changed in the next release.
__________________
I'm an advanced user and a bit of a modder.
----------------------------------------------
I am involved with Mer, Deblet, and NITdroid.
My ports/creations/hacks: GNOME (for Deblet), Cdeb2», Ubuntu, playable flash games in the "Get Started" app, DBS, ect...


enhanced fedora port has been canceled in favor of NITDebian (TBA)

Last edited by b-man; 2008-06-14 at 02:28.
 
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#145
Has any progress been made on the WEP-not-working front?
__________________
Nokia N810 (Some mutation of Mer)
 
b-man's Avatar
Posts: 549 | Thanked: 502 times | Joined on Feb 2008 @ Bowling Green Ohio (united states)
#146
VERY SERIOUS PROBLEM!!! this just happened just after i booted into Debain just a fuew minutes ago. When the desktop loaded, all that came up was my program icons and my wallpaper. My two panels are missing and i can't get them back. When i went into the settings manager and tap on panels, nothing happens. Can you guys help? (yes i know i have a lot of questions )
__________________
I'm an advanced user and a bit of a modder.
----------------------------------------------
I am involved with Mer, Deblet, and NITdroid.
My ports/creations/hacks: GNOME (for Deblet), Cdeb2», Ubuntu, playable flash games in the "Get Started" app, DBS, ect...


enhanced fedora port has been canceled in favor of NITDebian (TBA)

Last edited by b-man; 2008-06-14 at 03:50.
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#147
Originally Posted by b-man View Post
VERY SERIOUS PROBLEM!!! this just happened just after i booted into Debain just a fuew minutes ago. When the desktop loaded, all that came up was my program icons and my wallpaper. My two panels are missing and i can't get them back. When i went into the settings manager and tap on panels, nothing happens. Can you guys help? (yes i know i have a lot of questions )
I have found that I need to clean up my Debian partition regularly; I had some serious problems after a lot of activity, and a good disk-check got things fixed. I guess this is a price you pay for multi-partitioning SD cards. I found that I needed to re-install some packages, however. You might have some file corruption, too.

Boot to an OS2008 partition, and then do an fsck (the Linux equivalent of DOS chkdsk). Replace the 0 with 1 if you have your Debian partition on a different card (I forget which is which at the moment, sorry ), and replace 3 with your Debian partition number:

fsck.ext2 -y /dev/mmcblk0p3

If the disk check finds a lot of damage, you might need to go into Debian and do some "apt-get install --reinstall <packagename>" to get things fixed (replace the damaged files).
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following User Says Thank You to qole For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#148
Originally Posted by b-man View Post
I unfortunetly don't have a hardware keyboard...
is there a way of hacking the input of the onscreen keyboard so i can use the application manager in Debian?
As Johnx said, gain root from the terminal and then type "synaptic" as root. It should let you run the package manager without having to type the password in a GUI. You can also boot to OS2008 and then chroot to Debian and install packages using synaptic, then boot back into Debian to use them.

Johnx, perhaps you could add the line to sudoers to let the user type "sudo su -" and gain root without having to enter a password?
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2008-06-14 at 05:00.
 

The Following User Says Thank You to qole For This Useful Post:
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#149
I'm having trouble getting sound to work. I looked in /dev/snd/, but there are no pcmxxxx devices, only controlC0. I assume this is the issue? Alsaconf doesn't find any sound cards.

Even if I load all of the modules in the "sound/pcm" directory, I only get /dev/snd/timer.

I'm trying to get VoIP to work, FWIW (and no, I don't want to just use OS2008).

Thanks.

EDIT: On the BT mouse front: The BT mouse shows up as /dev/input/mice, while Xomap is set up to use tslib as the mouse (it could be changed, but that would leave me touchscreen-less). Is there any way to use BOTH as the mouse, or to do something like routing the tslib info through /dev/input/mice?
__________________
Nokia N810 (Some mutation of Mer)

Last edited by Capn_Fish; 2008-06-15 at 21:04.
 
Posts: 8 | Thanked: 0 times | Joined on May 2008 @ Finland
#150
job4031: You must be root when you use apt-get.
 
Reply

Tags
debian, deblet


 
Forum Jump


All times are GMT. The time now is 15:42.