Re: LCD don't work after kernel recompilation

2005-11-23 Thread marzubus
did you use you existing kernel config from /boot/config-2.6.8-2 ? because you can just copy that into your 2.6.12-2 kernel tree as .config and then make menuconfig, save & exit and then compile as usual. This should give you an exact same config just with newer code compiled in. Kegan Holtzhaus

LCD don't work after kernel recompilation

2005-11-22 Thread Eriberto
Hello all, I have a ECS A530 notebook (SiS 315). The problem: the LCD don't work after kernel recompilation, except in 640x480 mode. I used kernel 2.6.12-2. The LCD works with 2.6.8-2 standard kernel (Debian Sarge Stable) and with Knoppix 4.0 in 800x600. However, I don't make t

Re: Kernel recompilation [solved]

2004-04-14 Thread Jansen Carlo Sena
Em Seg, 2004-04-12 às 14:13, strawks escreveu: > You probably don't have specified an initrd for your kernel in your > bootloader. > This way, the kernel cannot mount the root fs because the ext3 module is > not loaded. > You can create an initrd image using mkinitrd (I don't really know how > to m

Re: Kernel recompilation

2004-04-12 Thread Axel
On Mon, 12 Apr 2004 12:48:49 -0300, Jansen Carlo Sena wrote: > > When I rebooted my system using this new kernel I get the follow > message: > > * VFS: > Cannot open root device "hda7" or 03:07 Please append a correct "root=" > boot opti

Re: Kernel recompilation

2004-04-12 Thread strawks
You probably don't have specified an initrd for your kernel in your bootloader. This way, the kernel cannot mount the root fs because the ext3 module is not loaded. You can create an initrd image using mkinitrd (I don't really know how to make one, see manpage), or simply add support for ext3 and i

Re: Kernel recompilation

2004-04-12 Thread Aurel
There is a thread about this problem, 2 days ago. You should read it. Aurel Jansen Carlo Sena wrote: Em Seg, 2004-04-12 às 10:32, strawks escreveu: Hi, The kernel config file used to compile the debian kernel is installed by the kernel-image package in /boot/config-kernver Copy /boot/config-k

Re: Kernel recompilation

2004-04-12 Thread Jansen Carlo Sena
Em Seg, 2004-04-12 às 10:32, strawks escreveu: > Hi, > > The kernel config file used to compile the debian kernel is installed by > the kernel-image package in /boot/config-kernver > > Copy /boot/config-kernver into your kernel source tree as .config to get > the options of the debian kernel. >

Re: Kernel recompilation

2004-04-12 Thread strawks
Hi, The kernel config file used to compile the debian kernel is installed by the kernel-image package in /boot/config-kernver Copy /boot/config-kernver into your kernel source tree as .config to get the options of the debian kernel. strawks. On Mon, 2004-04-12 at 14:20, Jansen Carlo Sena wrote:

Kernel recompilation

2004-04-12 Thread Jansen Carlo Sena
Hi all, I must compile my kernel to support ACPI and other features. But, when I untar the kernel-source Debian package and run "make menuconfig" many features enabled in my working are disabled. Thus, I must re-enable all these features again. Is there any way to me get the ".config" default f

Re: Kernel recompilation question.

2003-12-23 Thread Wolfgang Lonien
Jeremy Brooks wrote: > On Mon, 2003-12-22 at 20:27, Stephen Liu wrote: >> (recompiling kernel on Debian) > http://newbiedoc.sourceforge.net/system/kernel-pkg.html > > Compiling kernels on debian is FUN! You're gonna be hooked Don't forget to save your old lilo.conf tho - just for the peace

Re: Kernel recompilation question.

2003-12-22 Thread Jeremy Brooks
On Mon, 2003-12-22 at 20:27, Stephen Liu wrote: > Hi folks, > > Debian 3.0 > == > I have previous experience in recompiling kernel on RH and Mandrake. Is > the procedure in recompiling kernel on Debian similar. Kindly advise. > Pointer/URL of document would be appreciated. > > Thanks i

Kernel recompilation question.

2003-12-22 Thread Stephen Liu
Hi folks, Debian 3.0 == I have previous experience in recompiling kernel on RH and Mandrake. Is the procedure in recompiling kernel on Debian similar. Kindly advise. Pointer/URL of document would be appreciated. Thanks in advance. Merry X'mas and B.R. Stephen -- To UNSUBSCRIBE, em

Re: kernel recompilation - just copy over and make oldconfig

2003-12-10 Thread Monique Y. Herman
On Wed, 10 Dec 2003 at 12:35 GMT, Burkhard Woelfel penned: > -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > On Wednesday 10 December 2003 06:16, Monique Y. Herman wrote: >> I've been running 2.4.21. I had Debian's 2.4.21-5 and now see that >> 2.4.21-6 is available, with the fix that's been on

Re: kernel recompilation - just copy over and make oldconfig

2003-12-10 Thread Burkhard Woelfel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 10 December 2003 06:16, Monique Y. Herman wrote: > I've been running 2.4.21. I had Debian's 2.4.21-5 and now see that > 2.4.21-6 is available, with the fix that's been on everyone's mind. > > Can I safely just copy a few files over from t

kernel recompilation - just copy over?

2003-12-09 Thread Monique Y. Herman
I've been running 2.4.21. I had Debian's 2.4.21-5 and now see that 2.4.21-6 is available, with the fix that's been on everyone's mind. Can I safely just copy a few files over from the previous build, or might there be changes that would require a more careful procedure? Can I use `make oldconfig

dhclient fails after kernel recompilation

2003-08-14 Thread Igor Pesando - Dep. Th. Phys. Turin University
Hi *, this is my problem: 1) if I use the kernel which comes with debian dhclient works perfectly 2) I recompile the kernel with dhcp support but dhclient fails. I used strace to understand why and I discovered that: setsockopt(8, SOL_SOCKET, 0x1a /* SO_??? */, [1074921483], 8) = -1 ENOPROTOOPT (

Re: dhclient fails after kernel recompilation

2003-08-14 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Aug 05, 2003 at 04:50:00PM +0200, Igor Pesando - Dep. Th. Phys. Turin University wrote: > 1) if I use the kernel which comes with debian dhclient works perfectly > 2) I recompile the kernel with dhcp support but dhclient fails. You need to sa

Re: dhclient fails after kernel recompilation

2003-08-08 Thread Pim Bliek | PingWings.nl
Did u set CONFIG_PACKET and CONFIG_SOCKET in your kernel? (i am not 100% sure if these are the correct keywords, but i had a problem with DHCP earlier this week after install of a new kernel. turned out to be the problem that these 2 were not set in my kernelconfig..) Pim

Re: Can't mount '/' after kernel recompilation

2000-08-31 Thread Nate Amsden
only thing i can think of is you installed the incorrect driver for that controller, on boot you should see the drive being detected by the HPT366 controller.(i used to have a bp6) can you confirm that the drive is indeed being detected. Should show something similar to: May 6 09:12:38 aphro ker

Re: Can't mount '/' after kernel recompilation

2000-08-31 Thread Wilson Yau
> > do you have the filesystem of your '/' build statically into the > kernel? Yes. > do you have the support for your hd build statically into the kernel? Yes. Any clue?

Re: Can't mount '/' after kernel recompilation

2000-08-31 Thread Moritz Schulte
On Thu, Aug 31, 2000 at 12:18:17PM +0100, Wilson Yau wrote: > I was trying to recompile the 2.2.17-Pre6 kernel in order to enable SMP > and optimise the performance of my Linux system. However, got an error > message of 'Kernel Panic: VFS can't mount '/' on 21:09'. do you have the filesystem of

Can't mount '/' after kernel recompilation

2000-08-31 Thread Wilson Yau
Basic Info of my system: ABIT BP6 w/ two 500MHz Celeron chips, a 52X ATAPI Creative CD-ROM drive as /dev/hda and a 18GB IBM UDMA-66 HDDs as /dev/hde. Working kernels: Debian Potato 2.2.15-ide and 2.2.17-Pre6 installed on /dev/hde. Problem: I was trying to recompile the 2.2.17-Pre6 kernel in ord

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Pollywog
On 28-Jul-2000 Noah L. Meyerhans wrote: > C'mon, you don't have to recompile MS Windows in order to install a > "module". Do you really think the Linux community would let Windows > actually do something *better* than Linux? ;^) Well let's just say faxing was easy in Windows, but that is on

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Fri, 28 Jul 2000, Pollywog wrote: > On 28-Jul-2000 Noah L. Meyerhans wrote: > > That's not the case at all. As some people have mentioned in this thread, > > certain proprietary drivers are distrubuted as binary-only kernel > > modules. This would obviously

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Pollywog
On 28-Jul-2000 Noah L. Meyerhans wrote: > That's not the case at all. As some people have mentioned in this thread, > certain proprietary drivers are distrubuted as binary-only kernel > modules. This would obviously not be possible if the whole kernel had to > be rebuilt to use a module. The co

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Fri, 28 Jul 2000, Pollywog wrote: > On 28-Jul-2000 Kent West wrote: > > > > In still other words, can you use "make menuconfig" to compile a minimal > > kernel and then add modules later from whatever source even though you > > didn't tell the kernel to expe

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread I. Tura
>The whole point of my post was to not have to read 17 web pages! >chris Oh man, nothing is perfect! But let me tell ou something. When some hardware companies are such bastards that they do such indecent drivers that collide with Windoze and at my left I have a scanner that I know that it

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Pollywog
On 28-Jul-2000 Kent West wrote: > > In still other words, can you use "make menuconfig" to compile a minimal > kernel and then add modules later from whatever source even though you > didn't tell the kernel to expect these modules when you did the "make > menuconfig". I don't think that would wo

Re: why is kernel recompilation necessary?

2000-07-28 Thread Ethan Pierce
If 128 mb of ram is considered a beast of a machine? What class does my ½ gig of ram box fall in :) >>> Daniel Reuter <[EMAIL PROTECTED]> 07/28/00 06:22AM >>> Hello there, On Fri, 28 Jul 2000, Preben Randhol wrote: > Krzys Majewski <[EMAIL PROTECTED]> wrote on 28/07/2000 (00:29) : > > Why is i

Re: why is kernel recompilation necessary?

2000-07-28 Thread David Wright
Quoting Krzys Majewski ([EMAIL PROTECTED]): > Really? So the kernel doesn't compile any hooks for itself to enable > loading latesthardwaredevice.o as a module? -chris Yes, it has to do that, but the installation kernel has those hooks compiled because it uses modules itself (e.g. for network card

Re: why is kernel recompilation necessary?

2000-07-28 Thread Preben Randhol
Daniel Reuter <[EMAIL PROTECTED]> wrote on 28/07/2000 (12:20) : > You don't HAVE to, but if you want a really fast, memory saving kernel, > you SHOULD do it and exclude everything, you don't need. (Installation But of course. :-) -- Preben Randhol -- [EMAIL PROTECTED] --

Re: why is kernel recompilation necessary?

2000-07-28 Thread Daniel Reuter
Hello there, On Fri, 28 Jul 2000, Preben Randhol wrote: > Krzys Majewski <[EMAIL PROTECTED]> wrote on 28/07/2000 (00:29) : > > Why is it that under Windows or whatever I don't have to recompile > > the kernel just to add a new driver? Is it a protection thing? > > Or an optimization thing? Or so

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Lehel Bernadt
On 28-Jul-2000 Krzys Majewski wrote: > Yes but what I'm wondering is not why linux users recompile their kernels, > or why windows users can't, but how is it that windows users get away with > not having to? The closest answer I got is that windows kernels have > a bunch of drivers already compil

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Morten Liebach
On 27, jul, 2000 at 09:18:07 -0500, John Hasler wrote: > Krzys Majewski writes: > > For example, if I build a new device and write a driver for it, can I add > > support for this device to both windows and linux without having to > > modify either kernel? > > You can for Linux, and probably for Wi

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Matthew Dalton
Well, I *think* so. But I'm not speaking from experience, just reason. Try it and see. Krzys Majewski wrote: > > Woo, so I can just do a > > make xconfig && make modules && make modules_install > > instead of > > make xconfig && make dep && make clean && make modules && make modules_install >

Re: why is kernel recompilation necessary?

2000-07-28 Thread Preben Randhol
Krzys Majewski <[EMAIL PROTECTED]> wrote on 28/07/2000 (00:29) : > Why is it that under Windows or whatever I don't have to recompile > the kernel just to add a new driver? Is it a protection thing? > Or an optimization thing? Or something else? -chris Usually you don't have to recompile your ker

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Krzys Majewski
Yes! -chris On 27 Jul 2000, John Hasler wrote: > Krzys Majewski writes: > > The whole point of my post was to not have to read 17 web pages! > > Why? Do you find learning painful? > -- > John Hasler > [EMAIL PROTECTED] (John Hasler) > Dancing Horse Hill > Elmwood, WI > > > -- > Unsubscribe

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Krzys Majewski
Woo, so I can just do a make xconfig && make modules && make modules_install instead of make xconfig && make dep && make clean && make modules && make modules_install ?? -chris On Fri, 28 Jul 2000, Matthew Dalton wrote: > By reasoning I would assume that all the kernel has is a '

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Brian May
> "Kent" == Kent West <[EMAIL PROTECTED]> writes: Kent> In still other words, can you use "make menuconfig" to Kent> compile a minimal kernel and then add modules later from Kent> whatever source even though you didn't tell the kernel to Kent> expect these modules when you did

Re: why is kernel recompilation necessary?

2000-07-28 Thread Brian May
> "Sean" == Sean 'Shaleh' Perry <[EMAIL PROTECTED]> writes: Sean> if you compile a kernel once with all the odd devices as Sean> modules you get the equivalent of how windows works. ... except you don't need to reboot just to load/unload a driver. -- Brian May <[EMAIL PROTECTED]>

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Matthew Dalton
By reasoning I would assume that all the kernel has is a 'generic module hook' that you can load any module into. Therefore, your sequence above should work. If it did not, how would you be able to use binary only modules such as the lucent winmodem driver? So in answer to your questions: Kent We

Re: [why is kernel recompilation necessary?]

2000-07-28 Thread Kent West
Krzys Majewski wrote: > > Hm, I guess my question was unclear. What I'm wondering about is > how the linux kernel works and how the windows kernel works. I know > that one of them is open source and the other isn't. At the same time > I'm too lazy to dig deeply for this information. So I guess I w

Re: [why is kernel recompilation necessary?]

2000-07-27 Thread John Hasler
Krzys Majewski writes: > The whole point of my post was to not have to read 17 web pages! Why? Do you find learning painful? -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hill Elmwood, WI

Re: [why is kernel recompilation necessary?]

2000-07-27 Thread John Hasler
Krzys Majewski writes: > For example, if I build a new device and write a driver for it, can I add > support for this device to both windows and linux without having to > modify either kernel? You can for Linux, and probably for Windows as well. In a sense you are modifying the kernel when you lo

Re: [why is kernel recompilation necessary?]

2000-07-27 Thread Krzys Majewski
Hm, I guess my question was unclear. What I'm wondering about is how the linux kernel works and how the windows kernel works. I know that one of them is open source and the other isn't. At the same time I'm too lazy to dig deeply for this information. So I guess I was hoping someone would post an

Re: [why is kernel recompilation necessary?]

2000-07-27 Thread Krzys Majewski
Yes but what I'm wondering is not why linux users recompile their kernels, or why windows users can't, but how is it that windows users get away with not having to? The closest answer I got is that windows kernels have a bunch of drivers already compiled in, and any additional drivers compiled as

Re: [why is kernel recompilation necessary?]

2000-07-27 Thread Krzys Majewski
The whole point of my post was to not have to read 17 web pages! chris On 27 Jul 2000, Sherab Puntsok wrote: > For general information on kernel visit > http://linuxdoc.org/ > > For articles about kernel visit > Taking the Plunge: Compiling the Kernel > http://www.linux.com/newsitem.phtml?sid=6

Re: [why is kernel recompilation necessary?]

2000-07-27 Thread Sherab Puntsok
For general information on kernel visit http://linuxdoc.org/ For articles about kernel visit Taking the Plunge: Compiling the Kernel http://www.linux.com/newsitem.phtml?sid=60&aid-8841 Compiling the Kernel: Part 2 http://www.linux.com/firststep/newsitem.phtml?sid=60&aid=8931 Kernel Basics http:/

Re: why is kernel recompilation necessary?

2000-07-27 Thread Krzys Majewski
kernel just to add a new driver? Is it a protection thing? > >Or an optimization thing? Or something else? -chris > > Well, stricly speaking kernel recompilation isn't mandatory. You cold > just compile a modulke and load it with modconf. This way is exactly > the same thing as

Re: why is kernel recompilation necessary?

2000-07-27 Thread Frodo Baggins
Krzys Majewski scripsit: >Why is it that under Windows or whatever I don't have to recompile >the kernel just to add a new driver? Is it a protection thing? >Or an optimization thing? Or something else? -chris Well, stricly speaking kernel recompilation isn't mandatory. You

RE: why is kernel recompilation necessary?

2000-07-27 Thread Sean 'Shaleh' Perry
On 27-Jul-2000 Krzys Majewski wrote: > Why is it that under Windows or whatever I don't have to recompile > the kernel just to add a new driver? Is it a protection thing? > Or an optimization thing? Or something else? -chris > if you compile a kernel once with all the odd devices as modules you

why is kernel recompilation necessary?

2000-07-27 Thread Krzys Majewski
Why is it that under Windows or whatever I don't have to recompile the kernel just to add a new driver? Is it a protection thing? Or an optimization thing? Or something else? -chris