PDA

View Full Version : Knoppix V3.3-2004-02-16 disapointed after install.



cortechs
03-02-2004, 04:01 PM
Last week after had been very impressed by this distro that is knoppix, I decided to install it on my hard drive. What was my surprise (after an install with the help of a tutorial) when I saw that al the good features where gone.

Where is the southing voice saying "Now initializing..." during the boot ?
Where is the sound when I log-on as a user?
Where is the beautifull screen that shows during all the loading process?
Where is the wallpaper from the cd install ?
Where is the auto detection of my USB key on hot plug?
The fstab is just messy after the install, it mounts so many drives in my /mnt folder.
And most of all where is my wireless connection which was ready to use with the cd?

All of these features seem like poudre through the eyes but, it was one of the reason I gave up with my Suse 9.0. I thought it was pretty cool to have them and don't understand why they were kicked out on the HD install.

Beside these reclaims, so far I enjoy this distro very rich of features and painless to operate especially since i'm able to use Kdevelop.
The only big remark i have is WHY there is no firewall easy to use embeded with the distro?

So, a big thank you to the Knoppix people and guys behind the scene who had made possible this distro.

(If somebody has clues to restore on my HD all the above features, the boot stuffs and sounds, my harms are wide open).

fingers99
03-02-2004, 05:22 PM
For the usb stuff, open /etc/fstab

and remove any hashes # in front of any drives you want to be mountable.

My usb entry looks like:

/dev/sda1 /mnt/sda1 vfat noauto,users,exec,umask=000 0 0


For the sound, try clicking on Kmix in the Kmenu, right clicking on the icon which appears in the taskbar and selecting "Show Mixer Window" and crank the volumes up.

cortechs
03-03-2004, 02:26 AM
For the usb stuff, open /etc/fstab

and remove any hashes # in front of any drives you want to be mountable.

My usb entry looks like:

/dev/sda1 /mnt/sda1 vfat noauto,users,exec,umask=000 0 0


For the sound, try clicking on Kmix in the Kmenu, right clicking on the icon which appears in the taskbar and selecting "Show Mixer Window" and crank the volumes up.


Thanks, but I allready deal with my fstab file, and for the sound I did that but still no sound on start up when KDE initialized. :(

fingers99
03-03-2004, 04:55 AM
Where is the auto detection of my USB key on hot plug?

Are you sure it's not being detected? If you insert a card and do

mount -t vfat /dev/sda1 /mnt

and cd to mnt are your files there? If so, you just need to add your user to the relevant group (you can use the user knoppix as an example).

For the other, try (as root) /etc/init.d/alsa-autoconfig

cortechs
03-04-2004, 05:59 AM
I tried your code for the sound without any result.
For the USB key what I meant was it not automount when hot plugged-in.

Thanks anyway.

fingers99
03-04-2004, 06:17 AM
I tried your code for the sound without any result.

And without error messages?

Try editing the line in /etc/fstab to read:

/dev/sda1 /mnt/sda1 vfat auto,users,exec,umask=000 0 0

You may need to do

mount -a

to get it to work without a reboot.

(Never tried it -- I don't generally like things being automounted ) but there's a lot of stuff on this you can find by doing

man mount

or

man fstab

make sure you're a member of the disk and usb group.

cortechs
03-04-2004, 10:57 AM
Try editing the line in /etc/fstab to read:

/dev/sda1 /mnt/sda1 vfat auto,users,exec,umask=000 0 0



I think by doing that it will automount each time I boot weither or not I have the USB key plugged.