RE: CD Audio on D975XBX2 mobo

2007-12-01 Thread jvk-list

   [EMAIL PROTECTED] schrieb:
I bought the board without looking at the audio parts, because
   every
board has a CD in port. Turns out this one doesn't, it uses digital
CD Audio and doesn't use the connector anymore
   
   ([1][2]http://www.intel.com/support/motherboards/desktop/sb/CS-014753.
   htm
). Are there any options for playing CDs with FBSD on this board? I
can rip the disk to MP3, then play that; but are there any ways to
just play the disk?
   
   
   As long as you can rip it to mp3, you should be able to play it with
   e.g. vlc or any other cd player.
   Rg, Tino

   I figured that would work, was kind of wondering if there were any
   players that would play directly from the CD reading the digital data
   instead of through the analog audio output.



   Joe.

References

   1. 
http://email.secureserver.net/pcompose.php?aEmlPart=0type=replyallfolder=INBOX.Freebsd-Questionsuid=18921#Compose
   2. http://www.intel.com/support/motherboards/desktop/sb/CS-014753.htm
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CD Audio on D975XBX2 mobo

2007-11-30 Thread jvk-list

   I bought the board without looking at the audio parts, because every
   board has a CD in port.  Turns out this one doesn't, it uses digital
   CD Audio and doesn't use the connector anymore
   ([1]http://www.intel.com/support/motherboards/desktop/sb/CS-014753.htm
   ).  Are there any options for playing CDs with FBSD on this board?  I
   can rip the disk to MP3, then play that; but are there any ways to
   just play the disk?



   Thanks for any pointers in the right direction,

   Joe.

References

   1. http://www.intel.com/support/motherboards/desktop/sb/CS-014753.htm
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Recommendation for music library tools?

2007-09-07 Thread jvk-list

   I've been searching for a manager for my music library.  I'm looking
   for something that will maintain a database of mp3 tracks, allow me to
   update the tags, rename the files and reorganize the file structure
   based on the tags.  Something like the library part of musicmatch or
   mediamonkey.  Don't care much about the player, there's tons of those
   to pick from.  I'm mostly looking for a good library manager.



   Thanks,

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


Request for CTM assistance

2007-06-06 Thread jvk-list

   My mailer dropped cvs-cur.13428.gz 1/3.



   Could someone who uses CTM forward that e-mail to me at
   [EMAIL PROTECTED]



   Either that or could someone send an e-mail to that address with the
   whole file as an attachment?  I don't have FTP access from my location
   and it will be months before I'm somewhere I can download it myself.



   The file should be located at
   [2]ftp://ftp.FreeBSD.org/pub/FreeBSD/CTM/cvs-cur/cvs-cur.13428.gz



   Thanks to any who can help.

   Joe.

References

   1. mailto:[EMAIL PROTECTED]
   2. ftp://ftp.FreeBSD.org/pub/FreeBSD/CTM/cvs-cur/cvs-cur.13428.gz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Xircom XE2000 card problem

2006-11-26 Thread jvk-list

  

  Original Message 
 Subject: RE: Xircom XE2000 card problem
 From: Wood, Russell [EMAIL PROTECTED]
 Date: Tue, November 21, 2006 6:19 pm
 To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org

 Also do you know where the attach returned 6 message is generated?  I'm 
 curious to know what condition causes it, but I can't find it in the 
 source.  I assume it's in the device attach function but I'm not finding 
 it.  Maybe I'm blind.

Google can answer your question, I'm sure.

Regards,
Russell Wood

+

Just for the record in case someone is looking the attach returned 6
message is generated in the src file sys/kern/subr_bus.c

THE REAL MEAT TO THE SOLUTION:
The real answer to my problem which was how to get my Xircom XE2000 card
to work with FreeBSD 6.1 took a bit of googleing and digging through the
code.  The issue is evidentally that there are at least two incarnations
of the XE2000 card, and as luck would have it the one I had was not
recognized correctly by the xe driver.

The bottom line is that the card is recognized by the xe driver, but I
had to add entries for it to the pccarddevs file as well as to the xe
driver.

I apologize for not being able to create normal diffs.  With the setup
I'm forced to live with right now, I'm luck to have e-mail access.  I
hope someone can decipher my freeform version, and generate a proper
one so it can be comitted.

For the first part, src/sys/dev/pccard/pccarddevs must be modified.  For
version 1.125, add the following after line 600:
product XIRCOM XE2000_20x010a Xircom XE2000 10/100 Ethernet

The second part is in: src/sys/dev/pccard/if_xe_pccard.c.  The current
version is 1.32, add the following after line 125:
{ PCMCIA_CARD_D(XIRCOM, XE2000),   0x53, XE_CARD_TYPE_FLAGS_MOHAWK },
{ PCMCIA_CARD_D(XIRCOM, XE2000_2), 0x53, XE_CARD_TYPE_FLAGS_MOHAWK },

This is essentially the same change as requested in kern/85266 in the
bugs database, updated slightly for the new format of pccarddevs for
6.0.

I'm also a little concerned by the fact that the ed(4) driver tries to
grab the device, I had to build a kernel without ed(4) to get the xe
driver to recognize the card.  

Here's the part of the dmesg from the card insertion with
hw.pccard.debug=1 and hw.xe.debug=2 sysctls set.
Nov 27 02:56:56 dragon kernel: pccard0: chip_socket_enable
Nov 27 02:56:56 dragon kernel: pccard0: read_cis
Nov 27 02:56:56 dragon kernel: pccard0: check_cis_quirks
Nov 27 02:56:56 dragon kernel: pccard0: CIS version PC Card Standard 5.0
Nov 27 02:56:56 dragon kernel: pccard0: CIS info: Xircom, 10/100 Network
PC Card, XE2000, 1.00
Nov 27 02:56:56 dragon kernel: pccard0: Manufacturer code 0x105, product
0x10a
Nov 27 02:56:56 dragon kernel: pccard0: function 0: network adapter, ccr
addr 800 mask 3
Nov 27 02:56:56 dragon kernel: pccard0: function 0, config table entry
1: I/O card; irq mask 8ebc; iomask 4, ios
pace 0-f; memspace 0-fff; mwait_required rdybsy_active io8 io16 irqpulse
irqlevel powerdown
Nov 27 02:56:56 dragon kernel: pccard0: functions scanning
Nov 27 02:56:56 dragon kernel: pccard0: Card has 1 functions. pccard_mfc
is 0
Nov 27 02:56:56 dragon kernel: pccard0: I/O rid 0 start 0 end 
Nov 27 02:56:56 dragon kernel: pccard0: Memory rid 0 start 0 end

Nov 27 02:56:56 dragon kernel: pccard0: ccr_res == 88001000-880013ff,
base=800
Nov 27 02:56:56 dragon kernel: pccard0: function 0 CCR at 0 offset 800:
41 0 0 0, 0 0 0 41, 0
Nov 27 02:56:56 dragon kernel: xe0: pccard_probe
Nov 27 02:56:56 dragon kernel: xe0: Xircom XE2000 10/100 Ethernet at
port 0x100-0x10f iomem 0x8800-0x88000
fff irq 11 function 0 config 1 on pccard0
Nov 27 02:56:56 dragon kernel: xe0: pccard_attach
Nov 27 02:56:56 dragon kernel: xe0: vendor = 0x0105
Nov 27 02:56:56 dragon kernel: xe0: product = 0x010a
Nov 27 02:56:56 dragon kernel: xe0: prodext = 0x53
Nov 27 02:56:56 dragon kernel: xe0: vendor_str = Xircom
Nov 27 02:56:56 dragon kernel: xe0: product_str = 10/100 Network PC Card
Nov 27 02:56:56 dragon kernel: xe0: cis3_str = XE2000
Nov 27 02:56:56 dragon kernel: xe0: cis4_str = 1.00
Nov 27 02:56:56 dragon kernel: xe0: activate
Nov 27 02:56:56 dragon kernel: xe0: [GIANT-LOCKED]
Nov 27 02:56:56 dragon kernel: xe0: attach
Nov 27 02:56:56 dragon kernel: xe0: reset
Nov 27 02:56:56 dragon kernel: xe0: version 0x45/0x04, 100Mbps capable
Nov 27 02:56:56 dragon kernel: xe0: DingoID=0x444b, RevisionID=0x0001,
VendorID=0x
Nov 27 02:56:56 dragon kernel: xe0: Ethernet address: 00:10:a4:b8:03:5a
Nov 27 02:56:56 dragon kernel: xe0: if_start running deferred for Giant
Nov 27 02:56:56 dragon kernel: pccard0: function 0 CCR at 0 offset 800
mask 3: 41 0 0 0, 0 0 0 41, 0

  

 

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


Xircom XE2000 card problem

2006-11-19 Thread jvk-list

   Asked this question a couple of days ago in freebsd-mobile, but
   haven't heard anything.  I'm reposting here to, hopefully, a wider
   audience...

   I have an Inspiron 7000 laptop I've set up as a FreeBSD server running
   Version 6.1.  I have a Xircom XE2000 ethernet card I'd like to use.
   It appears to be recognized by FreeBSD, but doesn't startup
   correctly.  In searching I've seen references to it working with
   FreeBSD, but indicate it should use the xe driver.

   Here's what the dmesg says:
   ed1: Xircom 10/100 Network PC Card at port 0x100-0x10f iomem
   0x8800-0x88000fff irq 1
   1 function 0 config 1 on pccard0
   device_attach: ed1 attach returned 6

   Looking at the hardware list it should be supported by the dc or xe
   drivers, but not the ed driver.  Am I missing something easy, or is
   this card not reallyl supported at all?

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