Problem burning DVD using growisofs under 5.4-RELEASE.

2005-05-17 Thread Ray Newman
%uname -a
FreeBSD fred.local 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Mon May 16 18:48:24 EST 
2005 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/GENERIC  i386

%dmesg (part)
ad0: 38166MB  [77545/16/63] at ata0-master UDMA100
acd0: DVDR  at ata0-slave UDMA33
cd0 at ata0 bus 0 target 1 lun 0
cd0:  Removable CD-ROM SCSI-0 device
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
%growisofs -Z /dev/cd0 -speed=2 -r -J music
Executing 'mkisofs -r -J music | builtin_dd of=/dev/pass0 obs=32k seek=0'
Using FRANK000 for  /Frankie_Valli_&_The_Four_Seasons (Frankie_Miller)
...
Using THEME001.MP3;1 for  music/Various/Theme_From_Bilitis.mp3 
(Theme_From_Antarctica.mp3)
/dev/pass0: "Current Write Speed" is 2.5x1385KBps.
  0.28% done, estimate finish Wed May 18 14:47:37 2005
...
 99.77% done, estimate finish Wed May 18 10:13:42 2005
Total translation table size: 0
Total rockridge attributes bytes: 152518
Total directory bytes: 487424
Path table size(bytes): 3072
Max brk space used 181624
1799127 extents written (3513 MB)
builtin_dd: 1799136*2KB out @ average 2.3x1385KBps
/dev/pass0: flushing cache
:-[ SYNCHRONOUS FLUSH CACHE failed with SK=6h/ASC=29h/ACQ=00h]: Input/output error

fred# sysctl hw.ata.
hw.ata.ata_dma: 1
hw.ata.wc: 1
hw.ata.atapi_dma: 1
This has been tried with the DVDRAM as slave (above) and as master on the 
other
bus - same result.
burncd was tried with the following result:
fred# burncd -s 4 -e -f /dev/acd0 data MUSIC.iso fixate
next writeable LBA 0
writing from file MUSIC.iso size 3598254 KB
written this track 3598254 KB (100%) total 3598254 KB
burncd: ioctl(CDRIOCFLUSH): Input/output error
The same behaviour occured under 5.3-RELEASE
Any help greatly appreciated (I've used 14 blank DVDs out of a box of 15 so 
far).

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


Sony Ericsson GC75 GPRS MODEM

2005-06-06 Thread Ray Newman

Any idea why the Sony Ericsson GC75 GPRS MODEM fails under 5.4-RELEASE
with pccard0: Card has no functions! but works as a sio under 4.11 RELEASE?

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


File dates on msdosfs devices

2006-10-11 Thread Ray Newman

I live in Australia and hence my timezone is set to GMT+10 and
currently run FreeBSD 6.1-RELEASE.

When the CMOS clock is set to GMT:
When I mount a msdosfs device (camera etc) and examine using
ls -la The date time reported is the actual stored on the device
plus 10 hours.

When the CMOS clock is set to local time (and /etc/wall_cmos_clock
exists) this problem does not occur.

With the CMOS clock set to GMT, is there some way I can mount these
devices so that this conversion is not done?



Ray Newman
12 Oct 2006
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Problem with latest gcc41

2006-08-13 Thread Ray Newman

Trying to build latest gcc41 (20060804) gives:

gmake[4]: Entering directory 
`/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava'
/bin/sh ./libtool --tag=GCJ --mode=link 
/usr/ports/lang/gcc41/work/build/gcc/gcj 
-B/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava/ 
-B/usr/ports/lang/gcc41/work/build/gcc/ 
-L/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava 
-ffloat-store -fomit-frame-pointer -g -O2  -o jv-convert 
--main=gnu.gcj.convert.Convert -rpath /usr/local/lib/gcc-4.1.2 -shared-libgcc 
-pthread 
-L/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava/.libs libgcj.la
/usr/ports/lang/gcc41/work/build/gcc/gcj 
-B/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava/ 
-B/usr/ports/lang/gcc41/work/build/gcc/ -ffloat-store -fomit-frame-pointer -g 
-O2 -o .libs/jv-convert --main=gnu.gcj.convert.Convert -shared-libgcc -pthread 
 -L/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava 
-L/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava/.libs 
./.libs/libgcj.so 
-L/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libstdc++-v3/src 
-L/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libstdc++-v3/src/.libs 
-lz -L/usr/ports/lang/gcc41/work/build/./gcc -lgcc_s -lgcc_s -Wl,--rpath 
-Wl,/usr/local/lib/gcc-4.1.2
/usr/bin/ld: .libs/jv-convert: hidden symbol `__eprintf' in 
/usr/ports/lang/gcc41/work/build/./gcc/libgcc.a(_eprintf.o) is referenced by DSO

collect2: ld returned 1 exit status
gmake[4]: *** [jv-convert] Error 1
gmake[4]: Leaving directory 
`/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava'

gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory 
`/usr/ports/lang/gcc41/work/build/i386-portbld-freebsd6.1/libjava'

gmake[2]: *** [all-target-libjava] Error 2
gmake[2]: Leaving directory `/usr/ports/lang/gcc41/work/build'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/ports/lang/gcc41/work/build'
gmake: *** [bootstrap-lean] Error 2
*** Error code 2

Stop in /usr/ports/lang/gcc41.

Any known fix?

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


Re: Dual (zaphod) head on Intel i810 does not work for FreeBSD V7.0 Release

2008-08-29 Thread Ray Newman

Hi,

Using the intel driver, I can *ALMOST* get there.  What I want to
do is run KDE and general apps on the first screen - LVDS ( :0.0 )
and run one single X app on the second screen - CRT ( :0.1 ).

Using the intel drivers, I can't get KDE to leave the second
screen alone.  In fact, it keeps moving the panel to it.
The docs with the intel driver say it just doesn't support
dual (zaphod) head mode.

Are the i810 drivers still in use?  They also *ALMOST* get there
in zaphod mode - they just stuff the screen modes at the last moment.


Ray Newman


On 29/08/2008, at 11:44 PM, Tom Evans wrote:


On Fri, 2008-08-29 at 17:56 +1000, Ray Newman wrote:

Hi,

Under FreeBSD V6.2 Release (X 6.9.0 and i810 1.4.1) with this
xorg.conf, this log file
is produced and the dual screen config works.


Under FreeBSD V7.0 Release (X 1.4.0 and i810 1.6.5) with this  
xorg.conf which is nearly
identical with the previous one, this log file is produced and the  
dual screen doesn't work.

It seems to get the primary and secondary screens totally confused.

Ray Newman
29 Aug 2008



With X 1.4, use driver intel ( x11-drivers/xf86-video-intel ) and  
xrandr
to achieve the same effect. This has the benefit of dynamically  
enabling
or disabling additional heads. The configuration is slightly  
different,
here is a pertinent snippet from mine for comparison. There is only  
one

device, screen and monitor specified in the conf.

Section "Device"
Identifier  "Card0"
Driver  "intel"
VendorName  "Intel Corporation"
Option  "DRI" "true"
BoardName   "Mobile Integrated Graphics Controller"
BusID   "PCI:0:2:0"
Screen  0
EndSection

Section "Screen"
Identifier  "Screen0"
Device  "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport0 0
Depth   32
Modes   "1400x1050"
Virtual 26801050
EndSubSection
EndSection

My laptop has an internal 1400x1050 screen, and also a 1280x1024
external screen to its left. It's enabled from my .xinitrc with a
command like 'xrandr --output VGA --mode 1280x1024 --left-of LVDS'.
Apparently due to hardware limitations, if your 'Virtual' is more than
2048x2048 in any dimension, then DRI won't work.

Cheers

Tom


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


Re: Dual (zaphod) head on Intel i810 does not work for FreeBSD V7.0 Release

2008-09-30 Thread Ray Newman

I've now spent a month trying to make this work.  Sure it
"sort of" works until we try to do consistent graphics work
with wish under kde; then we CANNOT get consistent results
with and without the second screen.  IS THERE ANY WAY TO
START THIS MESS LOOKING LIKE ONE SCREEN.  IT JUST DOESN'T
WORK.

Ray Newman


On 29/08/2008, at 10:48 PM, John Hein wrote:


Ray Newman wrote at 17:56 +1000 on Aug 29, 2008:

Under FreeBSD V6.2 Release (X 6.9.0 and i810 1.4.1) with this
xorg.conf, this log file
is produced and the dual screen config works.

 .
 .

Under FreeBSD V7.0 Release (X 1.4.0 and i810 1.6.5) with this
xorg.conf which is nearly
identical with the previous one, this log file is produced and the
dual screen doesn't work.
It seems to get the primary and secondary screens totally confused.


What if you try x11-drivers/xf86-video-intel instead of
x11-drivers/xf86-video-i810?



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