PDA

View Full Version : kde problem after upgrade + network



badmouth
07-16-2004, 03:19 PM
Hello,
I installed Knoppix 3.4 on my hd.
Then I wanted to set a more beatiful kde, so I installed kdeartwork via apt-get. Then I upgrade all with apt-get upgrade.
The problem is that most of themes disappears from kde, and only old and ugly themes are shown.
The result is the same if I do the upgrade and then kdeartwork install.
Another problem is that my network card setting are loosede every reboot; how I make them persistent?

Thanks,
badmouth

tr
07-19-2004, 12:24 PM
I'm not sure but perhaps kde-graphics has disappeared while updating

# dpkg -l grep -i knopp
]ii knoppix-graphi 3.3-2 The background wallpaper and ksplash graphic

Your network...
Script
netcardconfig should do the job.

Well, perhaps Knoppix tutorial
http://www.eleli.de/knoppix/docs/tutorial/english/knoppix_configuration.html#6
Configuring the network card could help.


-tapsa-

m_yates
07-19-2004, 01:21 PM
Try upgrading libqt3c102-mt with:
apt-get -t unstable install libqt3c102-mtI had a similar problem with disappearing styles and themes and this fixed it.

shah
07-19-2004, 03:52 PM
For the networkcard configuration lost everytime you boot is common
problem with knoppix3.4. The workaround is to edit your /etc/init.d/knoppix-autoconfig
Find line : pump -i $DEVICE >/dev/null 2>&1 &

It should look like this:

trap 2 3 11
#pump -i $DEVICE >/dev/null 2>&1 & (*comment out)
/etc/init.d/networking restart (*add this line)
trap "" 2 3 11