Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - yongyan99

Pages: [1]
1
X/Qt / Gprs Problem With Debian X/qt
« on: April 13, 2005, 03:56:38 am »
I installed debian with X/Qt on my C3000's internal microdrive, it's runing good. I have a CF gprs card, it's work fine under qpe, but I don't know how to get it work with debian X/Qt, I get the message "Can't open the /dev/modem" when I use kppp to connect inside the debian.

Please give me some message, thanks.

2
X/Qt / Debian with Xqt
« on: April 06, 2005, 05:43:47 am »
I can startup X server with root user before I format the internal microdrive (/dev/hda3 on my C3000) to the ext2 filesystem. I don't know if ext2fs make this error.

3
X/Qt / Debian with Xqt
« on: April 06, 2005, 03:40:49 am »
I was try export DISPLAY=0:0, but I get the same error. and I have installed pocketworkstation, write the startd file. when I run startx, the icewm report can't be display at :0.0 (or 0:0).
I start qpe with root user, my pocketworkstation was mount on /hdd3/.debroot (in the internal microdrive) with a 64m swapfile, my .xinitrc like this:
Code: [Select]
#!/bin/sh
export LANG=ja-JP.eucJP
export DISPLAY=:0.0

mount -t proc /proc /mnt/card/.debroot/proc'
chroot /mnt/card/.debroot/ /startd
my startd like this:
Code: [Select]
#!/bin/sh
#Startup Commands
export DISPLAY=0:0
swapon /swapfile
/usr/bin/icewm-session
#Shutdown Commands
umount /proc
swapoff /swapfile
I mean the X/Qt must be runing corret first pocketworkstation, but now my X/Qt can't run normally.

4
X/Qt / Debian with Xqt
« on: April 05, 2005, 03:34:55 am »
I installed the X/Qt on my C3000, and want to run pocketworkstation. But when click then startx icon, the Xserver screen just flash then disapper, I get the message in the terminal:
Code: [Select]
rxvt: can't open pseudo-tty
rxvt: aborting

my .xinitrc just like this:
Code: [Select]
#!/bin/sh
export LANG=ja_JP.eucJP
export DISPLAY=:0.0

rxvt

who can help me?

5
Sharp ROMs / Need Help - Problem With Su
« on: January 28, 2005, 12:47:58 am »
I'm sorry, not "#", it's "$", the screenshot is here:

6
Sharp ROMs / Need Help - Problem With Su
« on: January 21, 2005, 10:08:29 pm »
no, I'm not root, and I'm want to get to root, but I can't.
I get message like this:

    bash-2.05# su
    su: no valid shadow password
    bash-2.05# whoami
    zaurus
    bash-2.05#

7
Sharp ROMs / Need Help - Problem With Su
« on: January 19, 2005, 06:59:47 pm »
I have a Zaurus SL-C3000 with the sharp's original rom, it's cool! but now I get problem. When I type 'su' cmd in the terminal, and I get error message 'no valid shadow password'.
It's just like this:

    bash-2.05# su
    su: no valid shadow password
    bash-2.05#

I don't know what can I do, Please help me!

Pages: [1]