![]() |
|
|
|
|
|||||||
| System Hardware internal storage, motherboards, PCI cards, stuff inside the case. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
How to install driver of CD-ROM in KDE?
In kernel message exist string acd0: DVDR <HL-DT-ST DVDRAM GH20NS10/EL00> at ata 3-master SATA 150 In KDE writes "No CD-ROM driver found". |
|
#2
|
|||
|
|||
|
That is because you do not have permission to acd0, by default it works only for root.
|
|
#3
|
|||
|
|||
|
I enter as "root" and then type "startx". KDE is loaded under "root".
|
|
#4
|
|||
|
|||
|
Quote:
See here http://caia.swin.edu.au/reports/041130A/ |
| The Following User Says Thank You to caesius For This Useful Post: | ||
Froma (December 12th, 2008) | ||
|
#5
|
||||
|
||||
|
Hello,
Quote:
Things have changed during the last four years: KDE3 and KDE4 now come with hald ("taken" from GNOME) which will do the mount/automount. The default KDE build options are "WITH_HAL=true". See /usr/ports/UPDATING from 20070313 and 20061219. Also see http://www.freebsd.org//gnome/docs/halfaq.html So, you should set - in /etc/rc.conf: Code:
dbus_enable="YES" hald_enable="YES" Code:
vfs.usermount=1 (Of course, change "caligula" according to your login.) Code:
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">
<!-- See the manual page PolicyKit.conf(5) for file format -->
<config version="0.1">
<match user="caligula">
<return result="yes"/>
</match>
<define_admin_auth group="wheel"/>
</config>
Code:
cd /usr/ports/sysutils/k3b/ make showinfo Remark 2 (the fstab stuff for /dev/(a)cd*) is obsolete as said in the above halfaq.html. And I would recommend to make yourself a member of group operator instead of creating a group named "mounters". Medias managed by hald are mounted in /media. bye and good luck
__________________
caligula @ FreeBSD 7.0-RELEASE-p6 Last edited by caligula; December 14th, 2008 at 14:10. Reason: forgot the mountpoint info. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| linux compat problem with printer driver | hansaplast | Installing & Upgrading | 3 | December 5th, 2008 14:18 |
| ati driver washed out colors bug | wasurenaide | X.Org | 3 | December 4th, 2008 23:45 |
| OSS driver setup | Slesarev | System Hardware | 1 | December 1st, 2008 15:48 |
| The nv driver does not work very well with Firefox3 | dybnu | System Hardware | 11 | November 28th, 2008 16:59 |
| HASP driver needed, planned? | LiSergey | General | 12 | November 24th, 2008 08:25 |