CrazyTerabyte wrote:http://www.gentoo.org/doc/en/handbook/h ... t=1&chap=7
It says to configure "USB Full HID support" inside USB Support, but in fact it is placed inside HID Devices.
I'm installing Gentoo on my new laptop right now, so expect some more feedback later (in the next hours or the next days).
As I promised, I have some feedback about the 2008.0 beta 2 amd64 live-cd.
I've posted what I've done in
my blog, but I will try to summarize here some things that could be improved on gentoo live-cd.
I've not tried any of the automatic installers. I like to install by following the handbook.
handbook shortcut - I think there should be a handbook shortcut at the desktop, near the installers shortcuts. I think this is one of the most important things to be changed before the final release. (IMHO)
More programs - I think the live-cd should contain a few more programs:
- x11-apps/xset
- net-misc/vnc
- x11-misc/x11vnc
- x11-misc/x2vnc
- net-misc/rdesktop
- some graphical frontend for VNC and rdesktop (maybe net-misc/grdesktop or net-misc/tsclient)
- sys-fs/dd-rescue and/or sys-fs/ddrescue
Basically, xset is useful to set some X parameters using the command-line, a vnc server is useful to let us control the live-cd remotely, and the vnc/rdesktop client is useful to let us control another computer remotely.
unionfs -
unionfs is something that allows the user make changes to the read-only system. Actually, it "overlaps" a read-write RAM filesystem over the read-only loopback filesystem from CD. This would allow the user to even emerge things onto the live-cd itself!
System Rescue CD, which is based on Gentoo,
is now using unionfs.
docache - There is a boot parameter called "docache" that supposedly would copy the CD contents to RAM, and then let the user umount and eject the CD. I've tried to use it, but it did not work. I hope you can fix this before the final release.
Intel 3945ABG Wi-Fi - Asus M51Sn notebook (or any notebook with Intel Centrino platform) has a Intel wi-fi card. I don't know if the kernel module is compiled in live-cd, but it also requires net-wireless/iwl3945-ucode package (which contains the firmware for the card). I understand that you can't put every firmware on the live-cd (even because of license issues, maybe), but if we could emerge that package, the problem would be solved... (hum... actually, not... how can I emerge without network?)
hdparm and SATA -
The handbook (section
Optional: Tweaking Hard Disk Performance) tell us to enable DMA for /dev/sda... Well, as far as I discovered, DMA is part of SATA specification (this is what a guy on IRC said), and it should be already enabled for SATA disks. I've tried to run "hdparm -d /dev/sda" to see if DMA was enabled, and I got no output. If I run it for /dev/hda (which is an IDE CD/DVD), then I get the output saying that DMA is 1 (enabled). Thus, I think that portion of the handbook is a bit misleading and confusing, and should be updated.
That's it. I hope you like the feedback.