The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > System Hardware

System Hardware internal storage, motherboards, PCI cards, stuff inside the case.

Reply
 
Thread Tools Display Modes
  #1  
Old December 4th, 2008, 17:13
Froma Froma is offline
Junior Member
 
Join Date: Nov 2008
Posts: 18
Thanks: 3
Thanked 0 Times in 0 Posts
Default DVD ROM KDE Driver

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".
Reply With Quote
  #2  
Old December 4th, 2008, 19:43
richardpl richardpl is offline
Member
 
Join Date: Nov 2008
Location: Croatia
Posts: 395
Thanks: 3
Thanked 29 Times in 29 Posts
Default

That is because you do not have permission to acd0, by default it works only for root.
Reply With Quote
  #3  
Old December 7th, 2008, 14:10
Froma Froma is offline
Junior Member
 
Join Date: Nov 2008
Posts: 18
Thanks: 3
Thanked 0 Times in 0 Posts
Default

I enter as "root" and then type "startx". KDE is loaded under "root".
Reply With Quote
  #4  
Old December 7th, 2008, 20:05
caesius caesius is offline
Junior Member
 
Join Date: Nov 2008
Posts: 82
Thanks: 12
Thanked 5 Times in 5 Posts
Default

Quote:
Originally Posted by Froma View Post
I enter as "root" and then type "startx". KDE is loaded under "root".
Exactly, it shouldn't either.

See here http://caia.swin.edu.au/reports/041130A/
Reply With Quote
The Following User Says Thank You to caesius For This Useful Post:
Froma (December 12th, 2008)
  #5  
Old December 14th, 2008, 14:04
caligula's Avatar
caligula caligula is offline
Junior Member
 
Join Date: Dec 2008
Posts: 10
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hello,

Quote:
Originally Posted by caesius View Post
that howto will surely work, but ... it is a little bit outdated.

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"
- in /etc/sysctl.conf:
Code:
vfs.usermount=1
- in /usr/local/etc/PolicyKit/PolicyKit.conf:
(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>
- and in oder to be on the safe side for burning issues, with sysutils/k3b for example, do
Code:
cd /usr/ports/sysutils/k3b/
make showinfo
and do the permissions for the device nodes as described there.
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.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT +1. The time now is 18:21.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.