Making a data DVD with 4.10 and dvd+rw-format

2004-12-01 Thread Scott Sewall
I'm running FreeBSD 4.10 and trying to make a data DVD.  I've following 
the procedure outlined in the handbook  without any success.

Any hints or advise would be grealty appreciated.
-- Scott
lilo# growisofs -dvd-compat -Z /dev/cd0 -J -R blitz10
:-( unable to open("/dev/cd0",O_RDONLY): No such file or directory
lilo# growisofs -dvd-compat -Z /dev/cd0a -J -R blitz10
:-( unable to open("/dev/cd0a",O_RDONLY): Device not configured
lilo# growisofs -dvd-compat -Z /dev/cd0c -J -R blitz10
:-( unable to open("/dev/cd0c",O_RDONLY): Device not configured
lilo# growisofs -dvd-compat -Z /dev/rcd0a -J -R blitz10
:-( unable to open("/dev/rcd0a",O_RDONLY): Device not configured
lilo#
lilo# uname -a
FreeBSD lilo.redlinenetworks.com 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 
#1: Thu Nov 11 20:54:12 PST 2004 
[EMAIL PROTECTED]:/usr/src/sys/compile/LILO  i386
lilo#

lilo# dmesg -a | grep ^cd
cd0 at ata1 bus 0 target 0 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
lilo#
lilo# sysctl hw.ata.atapi_dma
hw.ata.atapi_dma: 1
lilo#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Making a data DVD with 4.10 and dvd+rw-format

2004-12-03 Thread Scott Sewall

I think I'm ok with the pass through devices:
  # camcontrol devlist
 at scbus0 target 0 lun 0 (pass0,da0)
   at scbus2 target 0 lun 0 (pass1,cd0)

  # ls -l /dev | grep pass
  crw---   1 root   operator   31,   0 Oct 12 13:17 pass0
  crw---   1 root   operator   31,   1 Oct 12 13:17 pass1
  crw---   1 root   operator   31,   2 Oct 12 13:17 pass2
  crw---   1 root   operator   31,   3 Oct 12 13:17 pass3

I have 'device atapicam' entry in my kernel config file.

I'll go search the web.

-- Scott

On Thu, 2 Dec 2004, Donald Goodwin wrote:

>  I had the same exact problem a few weeks ago.  Did you make sure the pass
> through devices are configured?
>
> Check to see what pass device is needed by issuing the folowing command (as
> root of course):
>
> camcontrol devlist
>
> For example, mine was on pass4.  I had to run:
>
> /dev/ sh MAKEDEV pass5 (I had pass1, pass2, and pass3 already.  Note the
> indexing.  sh MAKEDEV passN will create the device passN-1. Learned that the
> hard way).
>
> Also, do a search on the web.  There are several people who have had had
> similar experiences and share their success stories.
>
> Lastly, did you modify your kernel to accomodate ATAPICAM (and the other
> required changes)?
>
> My Sony (710A) is working great now.
>
> Best of luck,
>
> Donald
>
>
> - Original Message -
> From: "Scott Sewall" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, December 01, 2004 9:50 PM
> Subject: Making a data DVD with 4.10 and dvd+rw-format
>
>
> >
> > I'm running FreeBSD 4.10 and trying to make a data DVD.  I've following
> > the procedure outlined in the handbook  without any success.
> >
> > Any hints or advise would be grealty appreciated.
> >
> > -- Scott
> >
> >
> > lilo# growisofs -dvd-compat -Z /dev/cd0 -J -R blitz10
> > :-( unable to open("/dev/cd0",O_RDONLY): No such file or directory
> > lilo# growisofs -dvd-compat -Z /dev/cd0a -J -R blitz10
> > :-( unable to open("/dev/cd0a",O_RDONLY): Device not configured
> > lilo# growisofs -dvd-compat -Z /dev/cd0c -J -R blitz10
> > :-( unable to open("/dev/cd0c",O_RDONLY): Device not configured
> > lilo# growisofs -dvd-compat -Z /dev/rcd0a -J -R blitz10
> > :-( unable to open("/dev/rcd0a",O_RDONLY): Device not configured
> > lilo#
> >
> > lilo# uname -a
> > FreeBSD lilo.redlinenetworks.com 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3
> > #1: Thu Nov 11 20:54:12 PST 2004
> > [EMAIL PROTECTED]:/usr/src/sys/compile/LILO  i386
> > lilo#
> >
> > lilo# dmesg -a | grep ^cd
> > cd0 at ata1 bus 0 target 0 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
> > lilo#
> >
> > lilo# sysctl hw.ata.atapi_dma
> > hw.ata.atapi_dma: 1
> > lilo#
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
>
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

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


Re: Making a data DVD with 4.10 and dvd+rw-format

2004-12-03 Thread Scott Sewall


On Wed, 1 Dec 2004, flip vernooy wrote:

> Scott Sewall wrote:
>
> >
> > I'm running FreeBSD 4.10 and trying to make a data DVD.  I've
> > following the procedure outlined in the handbook  without any success.
> >
> > Any hints or advise would be grealty appreciated.
> >
> > -- Scott
> >
> >
> > lilo# growisofs -dvd-compat -Z /dev/cd0 -J -R blitz10
> > :-( unable to open("/dev/cd0",O_RDONLY): No such file or directory
> > lilo# growisofs -dvd-compat -Z /dev/cd0a -J -R blitz10
> > :-( unable to open("/dev/cd0a",O_RDONLY): Device not configured
> > lilo# growisofs -dvd-compat -Z /dev/cd0c -J -R blitz10
> > :-( unable to open("/dev/cd0c",O_RDONLY): Device not configured
> > lilo# growisofs -dvd-compat -Z /dev/rcd0a -J -R blitz10
> > :-( unable to open("/dev/rcd0a",O_RDONLY): Device not configured
> > lilo#
> >
> > lilo# uname -a
> > FreeBSD lilo.redlinenetworks.com 4.10-RELEASE-p3 FreeBSD
> > 4.10-RELEASE-p3 #1: Thu Nov 11 20:54:12 PST 2004
> > [EMAIL PROTECTED]:/usr/src/sys/compile/LILO  i386
> > lilo#
> >
> > lilo# dmesg -a | grep ^cd
> > cd0 at ata1 bus 0 target 0 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
> > lilo#
> >
> > lilo# sysctl hw.ata.atapi_dma
> > hw.ata.atapi_dma: 1
> > lilo#
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
> Did you recompilled your kernel?
>
> check  the atapicam device on [url]
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html
> [/url]
>

yes, I've included "device atapicam' in my kernel config file.

# grep atapi /usr/src/sys/i386/conf/LILO
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
device  atapist # ATAPI tape drives
device  atapicam# emulate ATAPI devices as SCSI ditto via
CAM

-- Scott


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


4.10 kernel panic: Fatal trap 12: page fault while in kernel mode

2004-12-15 Thread Scott Sewall
I'm running FreeBSD 4.10-RELEASE-p3 that occasionally panics.  The panic 
occurs seems to happen when I'm running rsync of  large directories 
possibly in combination with reading or writing to a compact flash 
attached to USB.

I've attached the panic message, dmesg output, and gdb output.
If there's any additional informtion I can provide to try and resolve 
the problem, please ask.  I'm willing to put some effort into fixing the 
problem.

Any and all help is greatly appreciated.
-- Scott

Fatal trap 12: page fault while in kernel mode
mp_lock = 0102; cpuid = 1; lapic.id = 0100
fault virtual address   = 0x70
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc0172b0c
stack pointer   = 0x10:0xffc11cf0
frame pointer   = 0x10:0xffc11d14
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = Idle
interrupt mask  = net tty bio cam  <- SMP: XXX
trap number = 12
panic: page fault
mp_lock = 0102; cpuid = 1; lapic.id = 0100
boot() called on cpu#1

Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.10-RELEASE-p3 #1: Thu Nov 11 20:54:12 PST 2004
[EMAIL PROTECTED]:/usr/src/sys/compile/LILO
Timecounter "i8254"  frequency 1193182 Hz
CPU: Intel Pentium III (930.39-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x686  Stepping = 6
  
Features=0x387fbff
real memory  = 4227858432 (4128768K bytes)
config> di bt0
No such device: bt0
Invalid command or syntax.  Type `?' for help.
config> di aic0
No such device: aic0
Invalid command or syntax.  Type `?' for help.
config> di aha0
No such device: aha0
Invalid command or syntax.  Type `?' for help.
config> di adv0
No such device: adv0
Invalid command or syntax.  Type `?' for help.
config> q
avail memory = 4119408640 (4022860K bytes)
Programming 16 pins in IOAPIC #0
IOAPIC #0 intpin 2 -> irq 0
Programming 16 pins in IOAPIC #1
FreeBSD/SMP: Multiprocessor motherboard: 2 CPUs
 cpu0 (BSP): apic id:  0, version: 0x00040011, at 0xfee0
 cpu1 (AP):  apic id:  1, version: 0x00040011, at 0xfee0
 io0 (APIC): apic id:  4, version: 0x000f0011, at 0xfec0
 io1 (APIC): apic id:  5, version: 0x000f0011, at 0xfec01000
Preloaded elf kernel "kernel" at 0xc03af000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc03af09c.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 10 entries at 0xc00f51d0
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
IOAPIC #1 intpin 6 -> irq 2
IOAPIC #1 intpin 4 -> irq 9
IOAPIC #1 intpin 5 -> irq 10
IOAPIC #0 intpin 10 -> irq 11
pci0:  on pcib0
pci0:  at 1.0 irq 2
fxp0:  port 0xd400-0xd43f mem 
0xfe90-0xfe9f,0xfeafe000-0xfeafefff irq 9 at device 4.0 on pci0
fxp0: Ethernet address 00:e0:81:02:11:cc
inphy0:  on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp1:  port 0xd000-0xd03f mem 
0xfe70-0xfe7f,0xfeafd000-0xfeafdfff irq 10 at device 5.0 on pci0
fxp1: Ethernet address 00:e0:81:02:11:cd
inphy1:  on miibus1
inphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
isab0:  at device 15.0 on pci0
isa0:  on isab0
atapci0:  port 0xffa0-0xffaf at 
device 15.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
ohci0:  mem 0xfeafc000-0xfeafcfff irq 
11 at device 15.2 on pci0
usb0: OHCI version 1.0, legacy support
usb0:  on ohci0
usb0: USB revision 1.0
uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 4 ports with 4 removable, self powered
umass0: vendor 0x55aa USB 2.0 7-2-2, rev 2.00/2.00, addr 2
pcib1:  on motherboard
pci1:  on pcib1
orm0:  at iomem 
0xc-0xc7fff,0xc8000-0xc8fff,0xc9000-0xc9fff on isa0
pmtimer0 on isa0
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0:  at port 0x60,0x64 on isa0
atkbd0:  flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0:  irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: parallel port not found.
APIC_IO: Testing 8254 interrupt delivery
APIC_IO: Broken MP table detected: 8254 is not connected to IOAPIC #0 
intpin 2
APIC_IO: routing 8254 via 8259 and IOAPIC #0 intpin 0
SMP: AP CPU #1 Launched!
ad0: 238475MB  [484521/16/63] at ata0-master UDMA33
ad1: 238475MB  [484521/16/63] at ata0-slave UDMA33
acd0: DVD-R  at ata1-master UDMA33
Mounting root from ufs:/dev/ad0s1a
cd0 at ata1 bus 0 target 0 lun 0
cd0:  Removable CD-ROM SCSI-0 device
cd0: 33.000MB/s transfers
cd

ethereal-0.9.13: make install fails

2003-08-01 Thread Scott Sewall
The make install of the latest ethereal port fails.

I'm running FreeBSD 4.6.2-RELEASE-p10.

Any ideas?

-- Scott

(cd doc ;  make ../tethereal.1 )
../tethereal -G fields | /usr/bin/perl ./dfilter2pod.pl 
./tethereal.pod.template > tethereal.pod
/usr/bin/pod2man  --center="The Ethereal Network 
Analyzer"  --release=0.9.13  tethereal.pod > 
../tethereal.1
/bin/sh ./mkinstalldirs /usr/X11R6/bin
sed: 1: "s,^.*/,,;;s/$//": invalid command code ;
*** Error code 1

Stop in /usr/ports/net/ethereal/work/ethereal-0.9.13.
*** Error code 1
Stop in /usr/ports/net/ethereal/work/ethereal-0.9.13.
*** Error code 1
Stop in /usr/ports/net/ethereal/work/ethereal-0.9.13.
*** Error code 1
Stop in /usr/ports/net/ethereal.

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


Re: NICs

1999-10-11 Thread Scott Sewall



 
Use the setup utility shipped with the NIC to disable plug-n-play and
set the I/O and IRQ manually.
Make sure FreeBSD is configured the to match.
I've used this NIC with FreeBSD 2.6, 2.7, 3.1, and 3.2.
-- Scott
Jimmy Zongos wrote:

i
got a computer with a sn2000 nic card and it says its ne2000 compatible
but when i try to run it in slackware it doesnt work and i was wondering
if it would work in freebsd 3.3-stable please email me if it can





Re: NE2000

1999-10-11 Thread Scott Sewall



 
I use the SN2000.  They're available at Fry's (CA) for about $11.00.
-- Scott
 
Jimmy Zongos wrote:

Anyone
know were to buy a NE2000 compatible card for pretty cheap that will work
in freebsd