Re: mouse does not work in X (SOLVED)
Juergen, that really helped. BTW, CRUX is really good, i liked it :-) except that Documenation in Handbook is very-very terse. i think it some parts need little more explanation.
Nice, that you like it!
simplicity rules :-)
But please give us feedback, where you see gaps in the handbook, so we can fill them up.
Ok here is the list of what *i* think are gaps in CRUX 2.2 Handbok: 1.) in section 3.2 simply add this: "This section is not a "Partition How to". we assume you already know how to partition a hard-drive. CRUX 2.2 CD uses both fdisk & cfdisk. use Google on how to partition using these. (BTW, cfdisk is much easier, even if you have never used it, you will do it correctly the 1st time you use it :-) " 2.) add this just before you say "make menuconfig": "CRUX does not have a customised kernel, (Gentoo users will feel disappointed ;-) it uses the kernel as it is developed by the Linux kernel team/Hackers. Henc you need to add support for these 2 by manually selecting modules: 1.) "mouse" in "device drivers -> input devices", IIRC 2.) PPP in "device drivers -> networking support". select these 4 at least: <*> PPP (point-to-point protocal) support <*> PPP support for async serial ports <*> PPP support for sync tty ports <*> PPPoE (point-to-point over Ethernet) support 3.) check you manual for audio crad & Ethernet & slecect the appriopriate modules. otherwiese they will not work. 4.) carefully read nearly all the options & select the ones you require. then hit "exit" from "make menuconfig" & "save" changes. BTW we need 2 more things in CRUX WIKI: 1.) a brief tutorial on using GRUB. 2.) an article on "the CRUX way" or "the CRUX design". may be title like "Power of Simplicity" :-) 3.) some common errors that happen with GNOME install like web-site "libsdl.org" does not exist but GNOME rsync & httpup ports use that :-(. i have to manually edit the Pkgfile to point to: http://www.opensolaris.org/os/project/qemu/downloads/SDL-1.2.11.tar.gz (provided to me by Markus through this mailing list) i think there are more errors like this. i also think CRUX has not nothing to do with this as these are user contributed ports not the core/opt ones. thanks for your precious time. -- arnuld http://arnuld.blogspot.com/
Hi, On 12/29/06, arnuld <arnuld3@gmail.com> wrote:
2.) add this just before you say "make menuconfig":
"CRUX does not have a customised kernel, (Gentoo users will feel disappointed ;-) it uses the kernel as it is developed by the Linux kernel team/Hackers. Henc you need to add support for these 2 by manually selecting modules:
1.) "mouse" in "device drivers -> input devices", IIRC 2.) PPP in "device drivers -> networking support". select these 4 at least:
<*> PPP (point-to-point protocal) support <*> PPP support for async serial ports <*> PPP support for sync tty ports <*> PPPoE (point-to-point over Ethernet) support
3.) check you manual for audio crad & Ethernet & slecect the appriopriate modules. otherwiese they will not work.
4.) carefully read nearly all the options & select the ones you require. then hit "exit" from "make menuconfig" & "save" changes.
I think that's much too verbose. Basically it can all be summed up as "if you don't compile in (or as a module) the drivers for your hardware, the hardware won't work". Duh... I think a simple note would be more appropriate: "note: CRUX' default kernel config is the one shipped with the kernel; this is quite bare, so you'll probably have to enable most drivers for your hardware manually". I think that also describes the "problem" better: the "problem" isn't that hardware doesn't work without the correct drivers, it's that the default config omits a lot of drivers (well that's not actually a problem, on the contrary, it provides a clean start, but it _is_ something the user should be aware of). Greetings, Sander.
participants (2)
-
arnuld
-
Sander van Dijk