Re: Syncing Palm IIIx via USB-to-serial cable

2005-09-12 Thread Tobias Krais
Hi Jim,

> Peter, Did you ever get the serial to usb sync to work? I am having same
> trouble.

I work with it every day (using /dev/ttyUSB0 as sync port and JPilot as
application). Please describe your problem.

Greetings, Tobias


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: No cpufreq interface in kernel 2.6.3?

2005-09-12 Thread L.V.Gandhi
On 9/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,active frequency change of the processor can also be controlled using 'powernowd'.
First modprobe and then put the following in /etc/modulesp4_clockmodcpufreq_userspaceand install powernowd# aptitude install powernowdThe deamon will check the cpu usage every second, and changes the frequency accordingly.
Using powernowd, your laptop will be more quiet and can be used longer when disconnected to power.Greetings RobI
installed powernowd. but during booting it says it can find sysfs
objects. I read README.Debian. But still I can't solve the problem. Any
solutions?-- L.V.Gandhihttp://lvgandhi.tripod.com/linux user No.205042


Re: fbsplash for a 1400x1050 LCD screen

2005-09-12 Thread Takis Diakoumis
check out the following:

http://debblue.debian.net/faq.php

though the instructions are for the debblue theme - it opens the door
and points to many others. 

very simple to follow and very nice outcome.

Takis

On Sun, 2005-09-11 at 21:28 +0200, Bob Alexander wrote:
> Does anyone have guidance on how to properly setup a nice graphic boot 
> screen for my Debian unstable 2.6.13 patched kernel on my Thinkpad T40 
> (ati Radeon M9) ???
> 
> I have found instructions for Gentoo but am partially lost.
> 
> Thank you very much.
> 
> Bob
> 
> PS After setting it up on boot would also have it working with swsusp2
> 
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problems installing apsell-pt

2005-09-12 Thread MJD
Try using aptitude, by running aptitude.  After press the / key,
and type in the package name.  press enter, then the + key, then g
twice, then after download finishes, press enter.  Read the docs
for more info.  I personally use for all installs it works well
and automatically uninstalls packages installed for dependcies.On 9/11/05, Brian Nelson <[EMAIL PROTECTED]> wrote:
Joao Lourenco <[EMAIL PROTECTED]
> writes:> Hi all,>> This is not laptop specific, but I hope someone can give me a hand> anyway!>> I've been trying to install "aspell-pt" on my debian-sid for some time.
> Unfortunately  unsuccessfully!  Transcript follows...[...]> Can it be my fault?  Is it a bug in the package dependencies?  Or is> just my local packages database messed up?
http://bugs.debian.org/aspell-ptIt needs updating for current aspell, as explained in the bug reports.--Society is never going to make any progress until we all learn topretend to like each other.
--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]


Re: dpkg database rebuild

2005-09-12 Thread Matej Cepl
Ritesh Raj Sarraf wrote:
> If I copy the whole filesystem to another hard drive and rebuild the dpkg
> database, will it work ? Will dpkg be able to understand all the packages
> installed ?

What about

dpkg --get-selections
dpkg --set-selections

RTFM, dpkg(1)

Or you can use (which is my preferred way):

aptitude search '~i !~M' | tr -s ' ' | cut -f 2 -d ' ' > installed.txt

Then simple editing of installed.txt will make you script to install the
same packages on new computer.

Best,

Matej

-- 
Matej Cepl, http://www.ceplovi.cz/matej/blog/
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
 
We must all hang together, or assuredly we shall all hang
separately.
   -- Benjamin Franklin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Request for Cardbus Firewire adaptor recommendations

2005-09-12 Thread Barry Hawkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

List,
I have a need to use numerous Firewire peripherals that I had used
with my Apple Titanium Powerbook on my new IBM Thinkpad T42.  As
Firewire obviously does not come built in with most x86-based laptops, I
was looking for recommendations or endorsements of any of the available
Cardbus Firewire/IEEE1394a adaptors available.  Obviously, native Linux
support using the drivers freely available in Debian is a primary criterion.
The frustrating thing in my search has been that the cards mentioned
on sites like TuxMobil[0] generally don't match up with what I find
offered on sites I usually buy from like newegg.com or buy.com.  So, any
firsthand endorsements would be welcome.

[0] - http://tuxmobil.org/pcmcia_linux_types.html

Regards,
- --
Barry Hawkins
site: www.bytemason.org
weblog: www.yepthatsme.com

Registered Linux User #368650
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDJeTmHuKcDICy0QoRAmm1AJ46s14JH37uB63Sdsb61fcCTmUEmwCbBHir
5CDZQF8wzqNp4yF09WMLGyk=
=mYeK
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: dpkg database rebuild

2005-09-12 Thread Derek Broughton
Matej Cepl wrote:

> Ritesh Raj Sarraf wrote:
>> If I copy the whole filesystem to another hard drive and rebuild the dpkg
>> database, will it work ? Will dpkg be able to understand all the packages
>> installed ?
> 
> What about
> 
> dpkg --get-selections
> dpkg --set-selections
> 
> RTFM, dpkg(1)
> 
> Or you can use (which is my preferred way):
> 
> aptitude search '~i !~M' | tr -s ' ' | cut -f 2 -d ' ' > installed.txt
> 
> Then simple editing of installed.txt will make you script to install the
> same packages on new computer.
> 
Cute, but why is it "preferred"?  The dpkg method (which I've used) is
pretty simple.
-- 
derek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: dpkg database rebuild

2005-09-12 Thread Matej Cepl
Derek Broughton wrote:
> Cute, but why is it "preferred"?  The dpkg method (which I've used) is
> pretty simple.

Cause aptitude keeps what was installed just to satisfy dependencies.

Matej

-- 
Matej Cepl, http://www.ceplovi.cz/matej/blog/
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
 
The American Republic will endure, until politicians realize they
can bribe the people with their own money.
-- Alexis de Tocqueville



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: dpkg database rebuild

2005-09-12 Thread Brian Kimball
Ritesh Raj Sarraf wrote:

> If I copy the whole filesystem to another hard drive and rebuild the
> dpkg database, will it work ? Will dpkg be able to understand all the
> packages installed ?

Yes, and you don't have to rebuild anything.  Forget all that discussion 
about dpkg --get-selections and --set-selections.  Totally unnecessary. 
If you copy everything then there won't be any packages to reinstall. 
Just make sure you copy everything, and do it properly (either with 
tar, "cp -a", etc.).

I would recommend booting into knoppix or a rescue disc so you're not 
trying to copy a live system.  Then make sure you edit the appropriate 
files in the new /etc (lilo.conf, fstab, etc.) so the new system can 
boot.

I do this everytime I get a new hard drive or new laptop.  As a result 
all of my i386 machines are running more or less from the same debian 
install from 1998.  I love it.

  brian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]