Re: Strange system responsiveness issues with 5.1-CURRENT

2003-09-24 Thread Eric Hodel
Ulrich Spoerlein ([EMAIL PROTECTED]) wrote:

 On Wed, 24.09.2003 at 01:23:07 +0200, Julian St. wrote:
   I've been experiencing (especially) the lag in audio and/or video when
   seeking within media files. I kicked out all the debugging stuff, but
   it didn't make a difference.
  
  Same here with audio lagging. But I would say it lags only a second or
  a half, but it is clearly noticeable, when seeking in mp3s or clicking
  stop.
  
  Perhaps some buffering issue?
 
 I'm experiencing the same on my 5.1-RELEASE with all debugging turned
 off and the 'ln -s aj' thingy to malloc.
 Pausing XMMS will continue to play music for about 1-2 seconds. Running
 bzip/tar/gzip/md5 (extracting big ports) will make XMMS stutter (XMMS is
 playing via NFS, so it's not 'slow' hardware, it's somewhere else).
 
 Funny thing is, I recently had to 'portupgrade -raf', and I swear XMMS
 was very responsive afterwards. But right now (without recompiling
 anything else) it's back to normal.

I have had similar problems playing music for several months, if I moved
the mouse (ps2) on the console, static would be added to the audio,
some heavy disk activity could also trigger it, but that was very rare.

At any rate, I decided my system had too much cruft on it, and did a rm -rf
/usr/local, then re-built everything from scratch (the filesystem dated
from late in 3-CURRENT).  After the complete rebuild, the problem
disappeared.  It seems that I had a stale library or header somewhere
that contributed to this.

-- 
Eric Hodel - [EMAIL PROTECTED] - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E  7C11 332A 551C 796C 9F04



pgp0.pgp
Description: PGP signature


Re: Solved??? Re: playing mp3s and burning a cd

2003-03-24 Thread Eric Hodel
Kevin Oberman ([EMAIL PROTECTED]) wrote:

 Close. Add:
 hw.ata.atapi_dma=1# Run the CD-ROM/DVD in DMA mode
 to /boot/loader.conf.
 
 This should be in almost EVERY /boot/loader.conf. The default is 0 (PIO)
 because DMA is broken on at least a few early CD readers, but it is
 very rare to have it fail. (I've never seen it.)

my
ad2: 2014MB QUANTUM BIGFOOT_CY2160A [4092/16/63] at ata1-master PIO4

Is one of those wierd drives that claims to support DMA, but doesn't.
I still get occasional bus resets when doing lots of IO to the drive, if
I don't keep it in PIO mode.

-- 
Eric Hodel - [EMAIL PROTECTED] - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E  7C11 332A 551C 796C 9F04



pgp0.pgp
Description: PGP signature


Re: rand() is broken

2003-02-03 Thread Eric Hodel
David Schultz ([EMAIL PROTECTED]) wrote:

 Rather than me showing you more semi-meaningful numbers from
 Marsaglia's tests, why don't you look at the following sequence,
 which I get by taking the lowest four bits of the 201st number in
 the rand() sequence for seeds of (0, 1, 2, ...).
 

f c 9 6 2 f c 8 5 2 e b 8 4 1 e b 7 4 1 d a 7 3 0 d 9 6 3
f c 9 6 2 f c 8 5 2 e b 8 4 1 e b 7 4 1 d a 7 3 0 d 9 6 3
f c 9 6 2 f c 8 5 2 e b 8 4 1 e a 7 4 1 d a 7 3 0 d 9 6 3
f c 9 6 2 f c 8 5 2 e b 8 4 1 e a 7 4 1 d a 7 3 0 d 9 6 3
f c 9 5 2 f c 8 5 2 e b 8 4 1 e a 7 4 1 d a 7 3 0 d 9 6 3
f c 9 5 2 f c 8 5 2 e b 8 4 1 e a 7 4 0 d a 7 3 0 d 9 6 3
f c 9 5 2 f c 8 5 2 e b 8 4 1 e a 7 4 0 d a 7 3 0 d 9 6 3
f c 9 5 2 f b 8 5 2 e b 8 4 1 e a 7 4 0 d a 7 3 0 d 9 6 3
f c 9 5 2 f b 8 5 2 e b 8 4 1 e a 7 4 0 d a 7 3 0 d 9 6 3
f c 9 5 2 f b 8 5 2 e b 8 4 1 e a 7 4 0 d a 6 3 0 d 9 6 3
f c 9 5 2 f b 8 5 2 e b 8 4 1 e a 7 4 0 d a 6 3 0 d 9 6 3
f 

 Notice that 'f c 9' repeats in regular intervals and is always
 followed by a 5 or 6.  There is a similar pattern for 'e a 7'.  I
 think this pretty much demonstrates that the algorithm isn't good
 enough to generate high-quality randomness with respect to
 different seed values.  I'm not suggesting that it absolutely must
 be replaced, since most rand() implementations aren't very good in
 the first place, but I'm pointing out that to do a good job of
 fixing it once and for all is harder than you might think.

A littele modification shows just how similar these sequences are :)

-- 
Eric Hodel - [EMAIL PROTECTED] - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E  7C11 332A 551C 796C 9F04




msg51721/pgp0.pgp
Description: PGP signature


Re: pcm0:play:0: play interrupt timeout, channel dead

2003-01-02 Thread Eric Hodel
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:

 Since sometime around Christmas I noticed that sound no longer worked
 wiith my new kernels from new worlds.  I can go back to a pre-Christmas
 kernel and it works fine.  I thought I might have done something or that
 it would work itself out.  I haven't found what I might have done wrong
 and it hasn't worked itself out so I wonder if there is anyone else having
 issues with maestro3 or similar sound problems?  Are there any ideas for
 what I might do to get it working again?

 Then trying to play an mp3 I get
 pcm0:play:0: play interrupt timeout, channel dead

I get this on -STABLE if I'm playing an mp3, suspend the laptop, then
resume it.  If I kill and restart mpg123, it starts playing fine again.
I think it has an es1868 in it.

Recently I cleaned my entire -CURRENT box.  pkg_delete'd everything,
then went through /usr/local and liberally applied rm -rf * to bin, lib,
include, etc.  Prior to this an mp3 playing on the console would twitter
and slow when playing if I moved the mouse to select something.  Now it
doesn't do that anymore.  I have no idea which library/binary may have
caused that, but you may want to look into that.

-- 
Eric Hodel - [EMAIL PROTECTED] - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E  7C11 332A 551C 796C 9F04




msg49538/pgp0.pgp
Description: PGP signature


Re: phoenix works on -current!

2002-11-11 Thread Eric Hodel
Ray Kohler ([EMAIL PROTECTED]) wrote:

 
 I've sent mail to phoenix@ , but I thought I'd let this list
 know as well. Native phoenix works fine on -current for me,
 in spite of the Makefile claims. Install the perl5 port on a
 recent -current and phoenix will build and run perfectly. (And
 if it doesn't, I'm sure phoenix@ would like to know about
 it anyway.)

I've been building it from CVS since not long after it was born.
There's really not anything different between phoenix and mozilla other
than a few bits of UI.

-- 
Eric Hodel - [EMAIL PROTECTED] - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E  7C11 332A 551C 796C 9F04




msg46522/pgp0.pgp
Description: PGP signature


Re: questions about the state of current

2002-10-29 Thread Eric Hodel
Raymond Kohler ([EMAIL PROTECTED]) wrote:

 3) Are there any Very Important Packages (mozilla, kde, c) that
 won't build or refuse to work right?

I've been compiling mozilla/phoenix for months now, out of CVS,
and it was only broken twice, and for no more than a couple of days.

-- 
Eric Hodel - [EMAIL PROTECTED] - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E  7C11 332A 551C 796C 9F04




msg45582/pgp0.pgp
Description: PGP signature


Re: GEOM question

2002-10-14 Thread Eric Hodel

walt ([EMAIL PROTECTED]) wrote:

 Would the GEOM framework make it feasible to use a DOS-extended/logical
 partition for a BSD filesystem?  This would add a great deal of
 flexibility for adding disk space to a full filesystem, just as one
 example.

You can also use md to do this, I mount my win32 swapfile as additional
swap from time to time, as necessary.

-- 
Eric Hodel - [EMAIL PROTECTED] - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E  7C11 332A 551C 796C 9F04




msg44638/pgp0.pgp
Description: PGP signature


Re: HEADSUP! GEOM as default in 5 days...

2002-10-04 Thread Eric Hodel

Poul-Henning Kamp ([EMAIL PROTECTED]) wrote:

 In message [EMAIL PROTECTED], Eric Hodel writes:
 
 the bit that I cant figure out is that my CD-ROM won't mount the
 CD I've got in it now, (an 80 minute CDR) but it has pre-geom.
 
 Yes, there is a problem with SCSI-CD devices.
 
 Can you please try this patch:
   http://phk.freebsd.dk/patch/scsi_cd.c.patch

That patch does not work, sources from Oct 3


-- 
Eric Hodel - [EMAIL PROTECTED] - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E  7C11 332A 551C 796C 9F04




msg43987/pgp0.pgp
Description: PGP signature


Re: HEADSUP! GEOM as default in 5 days...

2002-10-02 Thread Eric Hodel

Poul-Henning Kamp wrote:
 Provided nothing terminal pops up in the next 5 days, GEOM will
 become default in -current on Saturday 5th of october.
 
 Please test it now on _your_ configuration and tell me if it
 fails to work.

A few of my slices got shuffled about, but that was an easy fix,
the bit that I cant figure out is that my CD-ROM won't mount the
CD I've got in it now, (an 80 minute CDR) but it has pre-geom.

# ls /dev/cd*
/dev/cd0

I had a cd0 and a cd0c device earlier

# cat /etc/fstab | grep cd0
/dev/cd0/disks/cd0  cd9660  ro,noauto   0   0

# mount /disks/cd0

sits with I as its process state.

# mount_cd9660 /dev/cd0 /disks/cd0

sits with D as its process state, drive door is locked:
root14438  0.0  0.1   204  104  p1  D+4:33PM   0:00.12 mount_cd9660 /de

I'll reboot verbosely and see if its the same with other CDs, but until
then here are some dmesg snippits:

atapci0: Intel PIIX4 ATA33 controller port 0xb800-0xb80f at device 4.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
...
ahc0: Adaptec aic7890/91 Ultra2 SCSI adapter port 0xb000-0xb0ff mem 
0xdd00-0xdd000fff irq 7 at device 6.0 on pci0
aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs
...
Initializing GEOMetry subsystem
IPsec: Initialized Security Association Processing.
ad0: 1033MB Maxtor 81080 A3 [2100/16/63] at ata0-master WDMA2
ad2: 2014MB QUANTUM BIGFOOT_CY2160A [4092/16/63] at ata1-master WDMA2
Waiting 2 seconds for SCSI devices to settle
cd0 at ahc0 bus 0 target 6 lun 0
cd0: TEAC CD-ROM CD-532S 3.0A Removable CD-ROM SCSI-2 device 
cd0: 20.000MB/s transfers (20.000MHz, offset 16)
cd0: cd present [355664 x 2048 byte records]
da0 at ahc0 bus 0 target 0 lun 0
da0: QUANTUM VIKING II 4.5WLS 4110 Fixed Direct Access SCSI-2 device 
da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
da0: 4350MB (8910423 512 byte sectors: 255H 63S/T 554C)
da1 at ahc0 bus 0 target 1 lun 0
da1: FUJITSU M2915S-512 0180 Fixed Direct Access SCSI-2 device 
da1: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da1: 2075MB (4250695 512 byte sectors: 255H 63S/T 264C)
Mounting root from ufs:/dev/ad0s1a
g_pc98_taste: error 0 guessing 17 sectors
g_pc98_taste: error 0 guessing 8 heads

-- 
Eric Hodel - [EMAIL PROTECTED] - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E  7C11 332A 551C 796C 9F04




msg43784/pgp0.pgp
Description: PGP signature


Re: aic7890/91 controller

2002-10-02 Thread Eric Hodel

attila! ([EMAIL PROTECTED]) wrote:

 Eric:
 
 The aic 7890/91 is a dual 160 MB controller. Adaptec's
 documentation expliciely states that the bus speed is the
 rate of the _slowest_ device on the channel. Did you try
 placing the cd on the B channel or vice-versa?  Tyan, in
 their 2642 SMP manual, recommends that the faster (and
 boot) drives be placed on the B bus.

Mine aic is far too old to be a dual 160 controller, its part of an ASUS
P2B-LS board.  As far as I recall, I've never had a B channel (there's
no connector for it on the motherboard).

I have a 50 pin connector, a 68 pin Wide-SCSI connector, and a 68 pin
U2LVD connector (to which my LVD is attached).  da1 and cd0 are attached
to the 50 pin connector.  The motherboard manual says an AIC-3860
transciever is used to bridge the non-LVD devices.

 This worked fine for me through builds of 31 Dec; I
 discovered with the 20 Feb slice that you could no
 longer use both channels with CURRENT. the da drives
 would boot from A or B, but when on B, the kernel would
 not recognize the DVDRAM on A.  The SCSI firmware
 utility always reported all drives correctly on both
 channels.
 

-- 
Eric Hodel - [EMAIL PROTECTED] - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E  7C11 332A 551C 796C 9F04




msg43966/pgp0.pgp
Description: PGP signature


Re: X server crashes?

2002-09-25 Thread Eric Hodel

walt ([EMAIL PROTECTED]) wrote:

 WTF is a bezier?

A bezier is a type of curve drawn by endpoints and anchor points to bend
it.

-- 
Eric Hodel - [EMAIL PROTECTED] - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E  7C11 332A 551C 796C 9F04




msg43407/pgp0.pgp
Description: PGP signature


Re: it's time...

1999-08-09 Thread Eric Hodel

Daniel O'Connor wrote:
 
 On 09-Aug-99 Alex Zepeda wrote:
   Actually at shutdown would be cool.  So it could save the current
 volumes,
   and restore them at startup.  Altho, at suspend and resume time
 wouldn't
   be a bad idea either.
 
 You could do it something like the way boot -c stuff or the splash
 screen is
 done, ie load a 'module' which is just a text file for the sound system
 to
 parse..
 
 Don't know how you'd go unload'ing and load'ing the file though.

Wouldn't it be just like a splash screen?  kldload volume.conf -t
volume_data (or whatever)

-- 
Eric Hodel
[EMAIL PROTECTED]

"They cook your gonies"
 -Terry Lambert's uncle on why he doesn't have a microwave


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: recent apm changes

1999-08-05 Thread Eric Hodel

Peter Mutsaers wrote:
 
 Hello,
 
 After Linux I gave FreeBSD a try again, when I saw some improvements
 to APM had been committed.
 
 I hoped for a real suspend mode, but alas. Now I'm wondering what
 makes the difference, and whether I could do it myself.
 
 Let me explain: I run my (desktop) computer in the living room. I
 don't want to shut it down all the time, but it must be 100% quiet
 when I'm not using it.
 
 In Linux, when suspend mode is activated (either through a short press
 on the power button or by the (BIOS) timer ), the disks also spin down
 (immediately, not waiting for their timer, which I disabled) and also
 the CPU fan and/or the FAN of the box switches off.
 
 In FreeBSD, when I activate suspend mode, I see the light on my
 computer blinking, indicating it has gone into suspend mode, but still
 there is no reduction in noise whatsoever. The disks keep spinning,
 the CPU fan (or whatever) too. I could activate the BIOS spindown
 timer on the HDD's, but I'd rather not (since then I also get
 spindowns while I'm normally working with the computer) but still the
 other fan will always continue to run.
 
 What can I do to change this behaviour? Can anyone explain what Linux
 (or Win95 for that matter) are doing to make it 100% quiet in suspend
 mode? Then I could give it a try to have FreeBSD do the
 same. Currently this prevents me from using FreeBSD alas.

Have you looked at PAO at all?

http://www.jp.freebsd.org/PAO/

I've got a -current machine (no cvsups in a few months) that wakes up
immediately after suspending.  (sleeps 0 seconds)

-- 
Eric Hodel
[EMAIL PROTECTED]

"They cook your gonies"
 -Terry Lambert's uncle on why he doesn't have a microwave


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: No sound (Ensoniq Audio PCI 1370)

1999-05-22 Thread Eric Hodel
Marc van Woerkom wrote:
 
  I just use:
 
  device pcm0
 
  and no more, since I only have a PCI card.
 
 So you reasoned something like
 
 This card has nothing to do with ISA, let the PCI routines figure out
 the parameters by themselves

Exactly

-- 
Eric Hodel
hodel...@seattleu.edu

If you understand what you're doing, you're not learning anything.
-- A. L.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: No sound (Ensoniq Audio PCI 1370)

1999-05-18 Thread Eric Hodel
David O'Brien wrote:
 
   Below follow dmesg output and kernel configuration.
 
   device pcm0 at isa? port ? irq 10 drq 1 flags 0x0
 
  I have this:
 
  device pcm0 at nexus? port ? irq 10 drq 1 flags 0x0
 ^^
 
 I would like to update ``sys/i386/isa/snd/README'' since it currently
 does not have enough information to get a person going.  Is the use of
 nexus vs isa the offical way to go now days?

I just use:

device pcm0

and no more, since I only have a PCI card.  Haven't cvsupped in about
a week though.  (I have no idea if this is correct or not.  I removed
the at... part in order to keep it from probing the isa stuff, for no
other reason than I didn't want to see it.)

 Also, what devices did people have to create to get sound and /dev/audio
 working?  (ie. cd /dev ; ./MAKEDEV foo)

I think dmesg |grep pcm followed by cd /dev/; MAKEDEV foo will work,
when foo is whatever pcm dsp you want working.  SB128 has a patch to
get two dsps working...

-- 
Eric Hodel
hodel...@seattleu.edu

If you understand what you're doing, you're not learning anything.
-- A. L.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: tosha after CAM changes

1999-05-11 Thread Eric Hodel
I must have missed a step making world, so everything works just fine
now.  Thanks for the concern.

-- 
Eric Hodel
hodel...@seattleu.edu

If you understand what you're doing, you're not learning anything.
-- A. L.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: tosha after CAM changes

1999-05-10 Thread Eric Hodel
 Hmm, so you did a make world?
 
 I assume you mean cdcontrol above, and not cdrecord.  You can't pause,
 play, etc., cds with cdrecord.  cdcontrol uses the ioctl interface to the
 cd driver, and so it shouldn't be affected.

yes :(

 Well, can you send me the output of the following commands:
 
 find /usr/include/cam -print |xargs ident

/usr/include/cam:

/usr/include/cam/scsi:

/usr/include/cam/scsi/scsi_all.h:
 $Id: scsi_all.h,v 1.6 1998/12/05 22:10:14 mjacob Exp $

/usr/include/cam/scsi/scsi_cd.h:

/usr/include/cam/scsi/scsi_ch.h:
 $NetBSD: scsi_changer.h,v 1.11 1998/02/13 08:28:32 enami Exp $

/usr/include/cam/scsi/scsi_da.h:
 $Id: scsi_da.h,v 1.2 1998/09/18 22:33:59 ken Exp $

/usr/include/cam/scsi/scsi_message.h:

/usr/include/cam/scsi/scsi_pass.h:
 $Id: scsi_pass.h,v 1.2 1999/05/06 20:16:07 ken Exp $

/usr/include/cam/scsi/scsi_pt.h:
 $Id: scsi_pt.h,v 1.1 1998/09/15 06:36:34 gibbs Exp $

/usr/include/cam/scsi/scsi_sa.h:
 $Id: scsi_sa.h,v 1.4 1999/02/05 07:19:23 mjacob Exp $

/usr/include/cam/scsi/scsi_targetio.h:
 $Id: scsi_targetio.h,v 1.2 1999/03/05 23:25:11 gibbs Exp $

/usr/include/cam/cam.h:
 $Id: cam.h,v 1.2 1999/04/07 22:57:48 gibbs Exp $

/usr/include/cam/cam_ccb.h:
 $Id: cam_ccb.h,v 1.5 1999/05/06 20:15:57 ken Exp $

/usr/include/cam/cam_conf.h:
 $Id: cam_conf.h,v 1.1 1998/09/15 06:33:23 gibbs Exp $

/usr/include/cam/cam_debug.h:
 $Id: cam_debug.h,v 1.3 1998/12/05 23:55:48 mjacob Exp $

/usr/include/cam/cam_extend.h:
 $Id: cam_extend.h,v 1.1 1998/09/15 06:33:23 gibbs Exp $

/usr/include/cam/cam_periph.h:
 $Id: cam_periph.h,v 1.3 1998/10/22 22:16:48 ken Exp $

/usr/include/cam/cam_queue.h:
 $Id: cam_queue.h,v 1.4 1999/04/19 21:26:08 gibbs Exp $

/usr/include/cam/cam_sim.h:
 $Id: cam_sim.h,v 1.2 1999/05/06 20:15:59 ken Exp $

/usr/include/cam/cam_xpt.h:
 $Id: cam_xpt.h,v 1.1 1998/09/15 06:33:23 gibbs Exp $

/usr/include/cam/cam_xpt_periph.h:
 $Id: cam_xpt_periph.h,v 1.1 1998/09/15 06:33:23 gibbs Exp $

/usr/include/cam/cam_xpt_sim.h:
 $Id: cam_xpt_sim.h,v 1.3 1999/03/05 23:18:56 gibbs Exp $

 ls -la /usr/lib/libcam*

-r--r--r--  1 root  wheel  55890 May  7 19:39 /usr/lib/libcam.a
lrwxr-xr-x  1 root  wheel 11 May  7 19:39 /usr/lib/libcam.so -
libcam.so.2
-r--r--r--  1 root  wheel  54350 May  7 19:39 /usr/lib/libcam.so.2

There you go.

-- 
Eric Hodel
hodel...@seattleu.edu

If you understand what you're doing, you're not learning anything.
-- A. L.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: tosha after CAM changes

1999-05-10 Thread Eric Hodel
Kenneth D. Merry wrote:
 So I'm a little confused here.  Does camcontrol work?  Try this:
 
 camcontrol devlist

camcontrol: error sending CAMIOCOMMAND ioctl: Inappropriate ioctl for
device

 camcontrol tur -n da -u 0 -v

camcontrol: cam_lookup_pass: CAMGETPASSTHRU ioctl failed
cam_lookup_pass: Inappropriate ioctl for device

perhaps deleting and resupping is in order? 

-- 
Eric Hodel
hodel...@seattleu.edu

If you understand what you're doing, you're not learning anything.
-- A. L.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: tosha after CAM changes

1999-05-10 Thread Eric Hodel
Kenneth D. Merry wrote:
 
 Eric Hodel wrote...
  Kenneth D. Merry wrote:
   So I'm a little confused here.  Does camcontrol work?  Try this:
  
   camcontrol devlist
 
  camcontrol: error sending CAMIOCOMMAND ioctl: Inappropriate ioctl for
  device
 
   camcontrol tur -n da -u 0 -v
 
  camcontrol: cam_lookup_pass: CAMGETPASSTHRU ioctl failed
  cam_lookup_pass: Inappropriate ioctl for device
 
  perhaps deleting and resupping is in order?
 
 It looks like you may not have the kernel side of the changes.  When was
 your kernel compiled?
 
 You may indeed want to cvsup again.

I'll do that and tell you the results.

-- 
Eric Hodel
hodel...@seattleu.edu

If you understand what you're doing, you're not learning anything.
-- A. L.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: tosha after CAM changes

1999-05-08 Thread Eric Hodel
Kenneth D. Merry wrote:
 
 Eric Hodel wrote...
  I'm having trouble using tosha after the CAM changes, I updated source
  early this morning (around 7:00 PDT 5/7/1999) including ports, then
  make deinstall make distclean in /usr/ports/audio/tosha then make 
  make install and tosha, and now tosha gives me (as root):
 
  #tosha -t1
  tosha: cam_lookup_pas: CAMGETPASSTHRU ioctl failed
  cam_lookup_pass: Inappropriate ioctl for device
 
  This is using a Teac CD-532S CD-ROM (SCSI2) attached to an onboard
  AIC-7890 on an ASUS P2B-LS
 
  cdrecord's eject, info, pause, play, resume, set, status, stop, and
  volume work
 
  cdrecord's close never worked, and now debug on and reset do not work
  (don't know if they worked or not before.)
 
 [ .. ]
 
 Did you do a make world?

Yes, sorry about that, forgot the most important part.

PS: Accidentally sent a blank message.  Serves me right for answering
email after getting out of bed.

-- 
Eric Hodel
hodel...@seattleu.edu

If you understand what you're doing, you're not learning anything.
-- A. L.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



tosha after CAM changes

1999-05-07 Thread Eric Hodel
:2d:3e
es0: AudioPCI ES1370 at device 10.0 on pci0
pcm0: using I/O space register mapping at 0xa400
es0: interrupting at irq 11
isa0: ISA bus on motherboard
fdc0: interrupting at irq 6
fdc0: NEC 72065B or clone at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive at fdc0 drive 0
wdc0 at port 0x1f0-0x1f7 irq 14 on isa0
wdc0: unit 0 (wd0): Conner Peripherals 850MB - CFS850A
wd0: 812MB (1664208 sectors), 1651 cyls, 16 heads, 63 S/T, 512 B/S
wdc0: unit 1 (wd1): QUANTUM BIGFOOT_CY2160A
wd1: 2014MB (4124736 sectors), 4092 cyls, 16 heads, 63 S/T, 512 B/S
wdc0: interrupting at irq 14
atkbdc0: keyboard controller (i8042) at port 0x60 on isa0
atkbd0: AT Keyboard on atkbdc0
kbd0 at atkbd0
atkbd0: interrupting at irq 1
psm0: PS/2 Mouse on atkbdc0
psm0: model MouseMan+, device ID 0
psm0: interrupting at irq 12
vga0: Generic ISA VGA on isa0
sc0: System console on isa0
sc0: VGA color 16 virtual consoles, flags=0x0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio0: interrupting at irq 4
sio1: not probed (disabled)
ppc0 at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
lpt0: generic printer on ppbus 0
lpt0: Interrupt-driven port
ppc0: interrupting at irq 7
ed0: not probed (disabled)
Waiting 2 seconds for SCSI devices to settle
changing root device to wd0s1a
cd0 at ahc0 bus 0 target 6 lun 0
cd0: TEAC CD-ROM CD-532S 1.0A Removable CD-ROM SCSI-2 device 
cd0: 20.000MB/s transfers (20.000MHz, offset 16)
cd0: cd present [166445 x 2048 byte records]
da1 at ahc0 bus 0 target 1 lun 0
da1: COMPAQPC CP30540 90C5 Fixed Direct Access SCSI-2 device 
da1: 10.000MB/s transfers (10.000MHz, offset 16)
da1: 511MB (1046532 512 byte sectors: 64H 32S/T 511C)
da0 at ahc0 bus 0 target 0 lun 0
da0: QUANTUM VIKING II 4.5WLS 4110 Fixed Direct Access SCSI-2 device 
da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged
Queueing Enabled
da0: 4350MB (8910423 512 byte sectors: 255H 63S/T 554C)

-- 
Eric Hodel
hodel...@seattleu.edu

If you understand what you're doing, you're not learning anything.
-- A. L.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Q3 test

1999-05-04 Thread Eric Hodel
yacine wrote:
  I have problems with sound myself. I get an error message in the
Q3A
 console saying your soundcard can't do this. I have a Crystal CS4237B
 soundcard. 
snip...
 controller  pnp0# this is required for PnP support
 device  pcm0at isa? port ? tty irq 9 drq 1 vector pcmintr
 
 Other than that, everything works fine. I get sound normally from other
 programs, from cd playing software to mp3 decoders. The game runs
 smoothly, but it's a tad annoying without sound :(
 I apologize if the answer is obvious to some of you (as I am sure it
 is), but I am rather new to FreeBSD (as if that wasn't obvious ;)
 
 (I am using FreeBSD 3.0-RELEASE...)

I think it is because the pcm driver don't support mmap()ing.  Are we
going to get mmap()ing?  (If this is the case.)

-- 
Eric Hodel
hodel...@seattleu.edu

If you understand what you're doing, you're not learning anything.
-- A. L.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Q3 test

1999-05-03 Thread Eric Hodel
Kenneth Wayne Culver wrote:
 
 As we probably all know, Q3 test is out for Linux. I tested it on FreeBSD,
 with great results. I just downloaded the correct glide libraries from the
 site suggested by Carmac (Q3 programmer) and installed those, and then I
 added the appropriate resoulutions to my configuration.

Or a link to the correct libraries.

-- 
Eric Hodel
hodel...@seattleu.edu

If you understand what you're doing, you're not learning anything.
-- A. L.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: fxp driver and dhclient

1999-04-26 Thread Eric Hodel
Eric Hodel wrote:
 
 When running dhclient with the kernel fxp driver I get a kernel panic in
 ifconfig.  Might be some other things I enabled in the kernel, but I haven't
 double-checked yet.

I got it all straightened out, something in the config file was
messing up, but I accidentally deleted it before I could figure out
what.

-- 
Eric Hodel
hodel...@seattleu.edu

If you understand what you're doing, you're not learning anything.
-- A. L.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



fxp driver and dhclient

1999-04-21 Thread Eric Hodel
When running dhclient with the kernel fxp driver I get a kernel panic in
ifconfig.  Might be some other things I enabled in the kernel, but I haven't
double-checked yet.

-- 
Eric Hodel
hodel...@seattleu.edu


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message