Re: [gentoo-user] PCMCIA network

2003-03-24 Thread Lai Liu-yuan
can you activate it by hand, "/etc/init.d/net.eth1 start"? If yes, maybe can be added also to default. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Traditional Chinese input

2003-03-24 Thread Lai Liu-yuan
Here is my own experience. If you want chinese input for console, use xcin 2.3 + crxvt. If you want to use it in browser (my only experience with window application is phoenix), xcin 2.5 + export {suitable setting} before starting X. I have no luck in Eterm. xcin 2.5 won't even work with crxvt.

[gentoo-user] emerge fontconfig won't finish forever

2003-03-21 Thread Lai Liu-yuan
While emerge fontconfig it "hang" on almost finishing: --- !empty dir /usr --- !empty dir /etc --- !targe sym /usr/lib/libfontconfig.so.1 --- !targe sym /usr/lib/libfontconfig.so >>> original instance of package unmerged safely. * Please make fontconfig related changes to /etc/fonts/local.conf,

Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread Lai Liu-yuan
my XF86Config: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device""/dev/input/mice" Option "ZAxisMapping" "4 5" Option "SendCoreEvents" !!maybe you're missing this line? EndSection S

Re: [gentoo-user] USB mice in Xfree -still not working

2003-03-21 Thread Lai Liu-yuan
my XF86Config: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device""/dev/input/mice" Option "ZAxisMapping" "4 5" Option "SendCoreEvents" !!maybe you're missing this line? EndSection S

Re: [gentoo-user] Kernel compiles fail

2003-03-20 Thread Lai Liu-yuan
Yes, you do. I have SiS chip on my laptop also. I read it on some guy's website who seems to be responsible to the driver. You can search on google and easily find it. On 20 Mar 2003 13:31:47 +0100 Martin Schultz <[EMAIL PROTECTED]> wrote: > On Thu, 2003-03-20 at 21:20, Lai

Re: [gentoo-user] Kernel compiles fail

2003-03-20 Thread Lai Liu-yuan
Did you enable the frame-buffer support? On 20 Mar 2003 11:50:57 +0100 Martin Schultz <[EMAIL PROTECTED]> wrote: > Hi > > I am trying to compile a new kernel(linux-2.4.20-gentoo-r1) for my > gentoo system but when I try to compile it fails with the following > error: > > drivers/char/drm/drm.

[gentoo-user] ps -A: netstat ?

2003-03-17 Thread Lai Liu-yuan
Hi. I have found this happens quite often recently. I am not familier with these network things, so please help answering some questions of mine. What applications would call this process? What does this means? Why I (even as root) can't kill it? Thank you. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] init scripts and linux-wlan-ng

2003-03-08 Thread Lai Liu-yuan
Here is what I found in the documentation of wireless-tools. See if you like the compromise, or else I think you may have to do a little programmin. Now, when you are at work you do : > cardctl scheme default And at home, you do : > cardctl scheme home I guess you get the idea ;-

Re: [gentoo-user] init scripts and linux-wlan-ng

2003-03-08 Thread Lai Liu-yuan
1) Have you thought about "rc-update add wlan ..."? 2) I assume you have the reason to use different wlancfg-xxx settings, otherwise, wlancfg-DEFAULT should work with any AP. Like I use different channel at home that at school, I just comment out CHANNEL. A suggestion: How about messing with

Re: [gentoo-user] init scripts and linux-wlan-ng

2003-03-07 Thread Lai Liu-yuan
On Fri, 7 Mar 2003 10:54:48 -0800 Timothy Grant <[EMAIL PROTECTED]> wrote: > Hi all, > > I am very happily running linux-wlan-ng on my R31 ThinkPad with a built in > prism card. > > I do have two questions though. > > linux-wlan-ng uses an init script called wlan. This is not a Gentoo flavour