Re: [kde-freebsd] problem hal - k3b ?

2007-04-25 Thread Beni
On Tuesday 24 April 2007 16:49:28 Zoran Kolic wrote:
> > This problem appear in my system after updating system and ports on
> > April, 06.
> > K3b hangs either after loading splash screen or after eject wrote media
> > from device.
>
> Aside that new atapi-cam.c is proven to work, I'd like to know if command
> line works or not? K3b needs cdrtools in background. What if you make iso
> file using mkisofs and burn it with cdrecord?
>
> Zoran
>
> ___
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"


I didn't try to make an iso, but blanking a cd-rw media with "cdrecord 
dev=5,0,0 blank=fast" an then writing to it with a "cdrecord -v dev=5,0,0 
ubuntu-7.04-desktop-i386.iso" works without any problem. No system freeze at 
all.
So I guess that leaves k3b having a problem... :-(

Beni.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [kde-freebsd] problem hal - k3b ?

2007-04-21 Thread Beni
On Friday 20 April 2007 01:05:17 Michael Nottebrock wrote:
> I forwarded my mail to gnome@ (the HAL maintainers) after sending it and
> Joe Marcus Clarke from gnome@ had this to say on the issue:
>
> --- snip
>
> This should have been fixed a while ago by jylefort when he set the
> default device for ATAPI access to be the ATAPICAM device (as opposed to
> the ATA device).  Assuming you have not undone that change, and are
> running the latest version of HAL, these panics should not be occurring.
>
> Even still, you're right that these are not HAL bugs, but rather an
> issue in the kernel.  I use nautilus-cd-burner to burn CDs in GNOME, and
> I have never had such a panic on 6-STABLE.  n-c-b uses cdrecord, cdrao,
> and dvd-utils under the covers to do the actual device work.  Not sure
> what k3b is using, but maybe it diddles something it shouldn't.
>
> Joe
>
> --- snip
>
> Beni, Robert, Ganbold, are you all in fact running the latest version of
> the hal port and do you all have atapicam enabled in your kernel? If not,
> making sure of both might help avoiding the problem.

I'm having both 

# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives
device  ataraid # ATA RAID drives
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
device  atapist # ATAPI tape drives
options ATA_STATIC_ID   # Static device numbering

and 
# scsi-emulatie voor atatpi-cd
device  atapicam

in my kernel. My version of hal :
[EMAIL PROTECTED] ~]$ hald --version
HAL package version: 0.5.8
[EMAIL PROTECTED] ~]$

Thanks Adriaan for looking into this !

Beni.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [kde-freebsd] problem hal - k3b ?

2007-04-21 Thread Beni
On Friday 20 April 2007 03:55:56 Ganbold wrote:
> Michael Nottebrock wrote:
> > I forwarded my mail to gnome@ (the HAL maintainers) after sending it and
> > Joe Marcus Clarke from gnome@ had this to say on the issue:
> >
> > --- snip
> >
> > This should have been fixed a while ago by jylefort when he set the
> > default device for ATAPI access to be the ATAPICAM device (as opposed to
> > the ATA device).  Assuming you have not undone that change, and are
> > running the latest version of HAL, these panics should not be occurring.
> >
> > Even still, you're right that these are not HAL bugs, but rather an
> > issue in the kernel.  I use nautilus-cd-burner to burn CDs in GNOME, and
> > I have never had such a panic on 6-STABLE.  n-c-b uses cdrecord, cdrao,
> > and dvd-utils under the covers to do the actual device work.  Not sure
> > what k3b is using, but maybe it diddles something it shouldn't.
> >
> > Joe
> >
> > --- snip
> >
> > Beni, Robert, Ganbold, are you all in fact running the latest version of
> > the hal port and do you all have atapicam enabled in your kernel? If not,
> > making sure of both might help avoiding the problem.
>
> I see. I know I have updated my system last Saturday (14th April 2007) and
> I think I updated both hal and kdelibs ports. I have atapicam enabled in
> kernel.
> Let me double check it this weekend and I will let you know.
>
> thanks,
>
> Ganbold
>
> > 
> >
> > Subject:
> > Re: Fwd: Re: [kde-freebsd] problem hal - k3b ?
> > From:
> > Joe Marcus Clarke <[EMAIL PROTECTED]>
> > Date:
> > Thu, 19 Apr 2007 12:49:26 -0400
> > To:
> > Michael Nottebrock <[EMAIL PROTECTED]>
> >
> > To:
> > Michael Nottebrock <[EMAIL PROTECTED]>
> > CC:
> > [EMAIL PROTECTED]
> >
> > Michael Nottebrock wrote:
> >> I forgot to cc gnome@ on my reply. I don't think this is a HAL bug, but
> >> just FYI.
> >>
> >>
> >>
> >> 
> >>
> >> Subject:
> >> Re: [kde-freebsd] problem hal - k3b ?
> >> From:
> >> Michael Nottebrock <[EMAIL PROTECTED]>
> >> Date:
> >> Thu, 19 Apr 2007 18:12:46 +0200
> >> To:
> >> [EMAIL PROTECTED]
> >>
> >> To:
> >> [EMAIL PROTECTED]
> >> CC:
> >> Beni <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED],
> >> [EMAIL PROTECTED]
> >>
> >> On Wednesday, 18. April 2007, Beni wrote:
> >>> Hi List,
> >>>
> >>> I think I have a problem with hal(d) and k3b (version 1.0 from ports) :
> >>> my whole system freezes when starting up k3b. I get the splash screen
> >>> and then it all stops and a ctrl-alt-del is the only way out.
> >>
> >> Other people have reported kernel panics. It looks to me like k3b's
> >> device probing and hald's device probing at the same time manages to
> >> tickle a bug in ata(4).
> >>
> >> Ref:
> >> http://lists.freebsd.org/pipermail/freebsd-current/2007-April/070753.htm
> >>l
> >> http://lists.freebsd.org/pipermail/freebsd-stable/2007-April/034486.html
> >>
> >> I'm afraid a true kernel hacker will have to inconvenince themselves
> >> with running k3b and hal in order to have this one fixed. FWIW, I
> >> haven't seen in happening on 5.5.
> >
> > This should have been fixed a while ago by jylefort when he set the
> > default device for ATAPI access to be the ATAPICAM device (as opposed to
> > the ATA device).  Assuming you have not undone that change, and are
> > running the latest version of HAL, these panics should not be occurring.
> >
> > Even still, you're right that these are not HAL bugs, but rather an
> > issue in the kernel.  I use nautilus-cd-burner to burn CDs in GNOME, and
> > I have never had such a panic on 6-STABLE.  n-c-b uses cdrecord, cdrao,
> > and dvd-utils under the covers to do the actual device work.  Not sure
> > what k3b is using, but maybe it diddles something it shouldn't.
> >
> > Joe


Could it all be related to this :
http://lists.freebsd.org/pipermail/freebsd-stable/2007-April/034553.html
and the "solution" from Shane Bell in 
http://lists.freebsd.org/pipermail/freebsd-stable/2007-April/034602.html :

"I believe the culprit is somewhere in a recent MFC to atapi-cam.c (rev 
1.42.2.3) reverting to rev 1.42.2.2 fixes both the k3b system hangs 
and "INQUIRY ILLEGAL REQUEST" errors here."

Beni.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"