You are not logged in.
Pages: 1
Everything works perfect except two things:
1)When I insert CD/DVD, then KDE daemon pops up with "Open in New Window", I press OK. Then I get KIOExec error - "/mnt/dvd is a folder, but a file was expected." Dbus and hal daemons are running.
2)ifconfig eth0 down; ifconfig eth0 up and internet doesnt work. Why?
Offline
you need to actually connect to the internet, those command just change the interface(nic) state .. try ,, `/etc/rc.d/network restart` or `/etc/rc.d/network stop; /etc/rc.d/network start` instead
Offline
shouldn't /mnt/dvd be /dev/dvd?
Offline
you need to actually connect to the internet, those command just change the interface(nic) state .. try ,, `/etc/rc.d/network restart` or `/etc/rc.d/network stop; /etc/rc.d/network start` instead
Ah ty, that worked.
shouldn't /mnt/dvd be /dev/dvd?
Well nope, Dolphin tries to open mount point (which is /mnt/dvd), but throws an error.
Last edited by Mardukas (2007-09-20 19:32:45)
Offline
Pages: 1