Re: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread Volker Armin Hemmann
Am Sonntag 09 Oktober 2011, 08:55:55 schrieb Lavender: It seems that no matter I build gentoo manually or with genkernel I can't have a fine-working kernel finally. Obviously I must solve it by myself , so I determined to build entire kernel all manually , it requests a lot of linux knowlege .

Re: [gentoo-user] {OT} Computers and mental/emotional health

2011-10-09 Thread Andrey Moshbear
On Sat, Oct 8, 2011 at 18:19, Dale rdalek1...@gmail.com wrote: Mark Knecht wrote: On Sat, Oct 8, 2011 at 12:00 PM, Dalerdalek1...@gmail.com  wrote: I have my garden.  That gets me outside in the sun and some exercise.  I really need a gut buster tho.  I just eat to much.  lol Dale I lost

[gentoo-user] DVB-T and Teletext

2011-10-09 Thread meino . cramer
Hi, (sorry if this may only apply to german television...) Kaffeine/vlc are installed for watching DVB-T broadcast, but I cannot access Teletext. How can I access Teletext on DVB-T ??? Best regards, mcc

Re: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread Lavender
Thanks a lot ! The e-book is nice ! Hmm, Linux Kernel in a Nutshell , I haven't heard it before , would you like to recommend more books about linux kernel ? -- Original -- From: Volker Armin Hemmannvolkerar...@googlemail.com; Date: Sun, Oct 9, 2011

Re: [gentoo-user] I can't INSTALL vim-core!!!

2011-10-09 Thread 1990 dqgcs
.-(~)-(ayu@Freedom )- `-- portageq config_protect /etc /usr/share/config /usr/share/gnupg/qualified.txt This is the output,but it does any matter ? 2011/10/9 Neil Bothwick n...@digimed.co.uk On Sat, 8 Oct 2011 21:05:31 +0800, 1990

Re: [gentoo-user] I can't INSTALL vim-core!!!

2011-10-09 Thread 1990 dqgcs
I apply the update package.keywords and package.use ,but I still can't install it .I will try to compile vim by myself. 2011/10/8 Jonas de Buhr jonas.de.b...@gmx.net please run etc-update and try again Am Sat, 8 Oct 2011 21:05:31 +0800 schrieb 1990 dqgcs dqgcs1...@gmail.com: HI After

Re: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread Michael Mol
On Sun, Oct 9, 2011 at 12:53 AM, Lavender 448463...@qq.com wrote: Yeah, your reply is exact what I mean , but I'm really confused by those modules' names, I can't find any contact between the hard device name and its module name . For example,  there is a module named 3c59x.ko , I totally

Re: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread Michael Mol
On Sun, Oct 9, 2011 at 9:30 AM, Michael Mol mike...@gmail.com wrote: On Sun, Oct 9, 2011 at 12:53 AM, Lavender 448463...@qq.com wrote: Yeah, your reply is exact what I mean , but I'm really confused by those modules' names, I can't find any contact between the hard device name and its module

[gentoo-user] 回复: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread Lavender
Thank you all ! Thanks for helping , now I know which things I should do . -- 原始邮件 -- 发件人: Michael Molmike...@gmail.com; 发送时间: 2011年10月9日(星期天) 晚上9:40 收件人: gentoo-usergentoo-user@lists.gentoo.org; 主题: Re: [gentoo-user] Anyone can afford information

Re: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread Dale
Volker Armin Hemmann wrote: Am Sonntag 09 Oktober 2011, 08:55:55 schrieb Lavender: It seems that no matter I build gentoo manually or with genkernel I can't have a fine-working kernel finally. Obviously I must solve it by myself , so I determined to build entire kernel all manually , it

Re: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread Dale
Michael Mol wrote: On Sun, Oct 9, 2011 at 9:30 AM, Michael Molmike...@gmail.com wrote: On Sun, Oct 9, 2011 at 12:53 AM, Lavender448463...@qq.com wrote: Yeah, your reply is exact what I mean , but I'm really confused by those modules' names, I can't find any contact between the hard device

Re: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread Dale
Michael Mol wrote: Came up with something possibly a little handier. This command should tell you what driver is associated with every device on the system. find /sys/devices -name driver -print0|xargs -0 ls -l|cut -d' ' -f10-|sed -e 's/\.\.\///g' Output could probably still be a bit better

Re: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread Michael Mol
On Sun, Oct 9, 2011 at 9:59 AM, Dale rdalek1...@gmail.com wrote: Michael Mol wrote: Let's not fail to mention lspci -k either.  That is a handy tool. Heh. Now if only I'd known... -- :wq

Re: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread meino . cramer
Lavender 448463...@qq.com [11-10-09 03:07]: It seems that no matter I build gentoo manually or with genkernel I can't have a fine-working kernel finally. Obviously I must solve it by myself , so I determined to build entire kernel all manually , it requests a lot of linux knowlege . All for

Re: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread Michael Mol
On Sun, Oct 9, 2011 at 10:02 AM, Dale rdalek1...@gmail.com wrote: Michael Mol wrote: Came up with something possibly a little handier. This command should tell you what driver is associated with every device on the system. find /sys/devices -name driver -print0|xargs -0 ls -l|cut -d' '

Re: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread Dale
Michael Mol wrote: find /sys/devices -name driver \ -print0|xargs -0 ls -l|cut -d' ' \ -f10-|sed -e 's/\.\.\///g' That worked better. I did have to copy it from the email to kwrite, because of the word wrapping, then to a Konsole. It would be nice if we could disable that in plain

Re: [gentoo-user] Re: tabbed x11-terms/rxvt-unicode

2011-10-09 Thread James Cloos
AM USE=perl tells you squat, you don't even know what effect it will AM have. You'd have to read the ebuild and the source to figure that out. AM A MUCH better name is USE=tabs with a description like this Provide AM multiple tabs, requires perl. No, that is not a better name for the USE flag.

Re: [gentoo-user] DVB-T and Teletext

2011-10-09 Thread Volker Armin Hemmann
Am Sonntag 09 Oktober 2011, 08:47:09 schrieb meino.cra...@gmx.de: Hi, (sorry if this may only apply to german television...) Kaffeine/vlc are installed for watching DVB-T broadcast, but I cannot access Teletext. How can I access Teletext on DVB-T ??? with alevt. Google would have told

Re: [gentoo-user] Anyone can afford information about build kernel?

2011-10-09 Thread Volker Armin Hemmann
Am Sonntag 09 Oktober 2011, 17:49:25 schrieb Lavender: Thanks a lot ! The e-book is nice ! Hmm, Linux Kernel in a Nutshell , I haven't heard it before , would you like to recommend more books about linux kernel ? no, I don't know any other book (well.. one - linux/unix Kurzreferenz - all the

Re: [gentoo-user] DVB-T and Teletext

2011-10-09 Thread meino . cramer
Volker Armin Hemmann volkerar...@googlemail.com [11-10-09 19:00]: Am Sonntag 09 Oktober 2011, 08:47:09 schrieb meino.cra...@gmx.de: Hi, (sorry if this may only apply to german television...) Kaffeine/vlc are installed for watching DVB-T broadcast, but I cannot access Teletext.

Re: [gentoo-user] DVB-T and Teletext

2011-10-09 Thread Volker Armin Hemmann
Am Sonntag 09 Oktober 2011, 19:08:22 schrieb meino.cra...@gmx.de: Volker Armin Hemmann volkerar...@googlemail.com [11-10-09 19:00]: Am Sonntag 09 Oktober 2011, 08:47:09 schrieb meino.cra...@gmx.de: Hi, (sorry if this may only apply to german television...) Kaffeine/vlc are

Re: [gentoo-user] Re: tabbed x11-terms/rxvt-unicode

2011-10-09 Thread Alan McKinnon
On Sun, 09 Oct 2011 12:48:09 -0400 James Cloos cl...@jhcloos.com wrote: AM USE=perl tells you squat, you don't even know what effect it AM will have. You'd have to read the ebuild and the source to figure AM that out. AM A MUCH better name is USE=tabs with a description like this AM

Re: [gentoo-user] Re: tabbed x11-terms/rxvt-unicode

2011-10-09 Thread Michael Orlitzky
On 10/09/11 13:53, Alan McKinnon wrote: For rxvt, a suitable flag name would be plugins Or if there were some package-specific documentation that said, perl: enable the following plugins (written in perl): tabs, transparency, etc. In fact, that would be my favorite solution.

Re: [gentoo-user] {OT} Computers and mental/emotional health

2011-10-09 Thread Neil Bothwick
On Sat, 08 Oct 2011 19:11:11 -0500, Dale wrote: I might also add, some of my meds don't help either. Is there a med that doesn't make a person gain weight? :/ Arsenic, strychnine or cyanide is large enough doses do that :) -- Neil Bothwick Give a man a fish and you have fed him for a

Re: [gentoo-user] I can't INSTALL vim-core!!!

2011-10-09 Thread Neil Bothwick
On Sun, 9 Oct 2011 20:50:50 +0800, 1990 dqgcs wrote: `-- portageq config_protect /etc /usr/share/config /usr/share/gnupg/qualified.txt This is the output,but it does any matter ? No, you have a different problem. PS The convention on this list is to not top-post. -- Neil Bothwick

Re: [gentoo-user] {OT} Computers and mental/emotional health

2011-10-09 Thread Dale
Neil Bothwick wrote: On Sat, 08 Oct 2011 19:11:11 -0500, Dale wrote: I might also add, some of my meds don't help either. Is there a med that doesn't make a person gain weight? :/ Arsenic, strychnine or cyanide is large enough doses do that :) LOL That would solve a few other problems

Re: [gentoo-user] Re: tabbed x11-terms/rxvt-unicode

2011-10-09 Thread Pandu Poluan
On Oct 10, 2011 2:01 AM, Michael Orlitzky mich...@orlitzky.com wrote: On 10/09/11 13:53, Alan McKinnon wrote: For rxvt, a suitable flag name would be plugins Or if there were some package-specific documentation that said, perl: enable the following plugins (written in perl): tabs,

Re: [gentoo-user] {OT} Computers and mental/emotional health

2011-10-09 Thread Pandu Poluan
On Oct 10, 2011 2:52 AM, Neil Bothwick n...@digimed.co.uk wrote: On Sat, 08 Oct 2011 19:11:11 -0500, Dale wrote: I might also add, some of my meds don't help either. Is there a med that doesn't make a person gain weight? :/ Arsenic, strychnine or cyanide is large enough doses do that :)

Re: [gentoo-user] {OT} Computers and mental/emotional health

2011-10-09 Thread Dale
Pandu Poluan wrote: On Oct 10, 2011 2:52 AM, Neil Bothwick n...@digimed.co.uk mailto:n...@digimed.co.uk wrote: On Sat, 08 Oct 2011 19:11:11 -0500, Dale wrote: I might also add, some of my meds don't help either. Is there a med that doesn't make a person gain weight? :/ Arsenic,