Re: Audio CD:s frequently unreadable

2002-12-13 Thread George Jeliazkov
On Thu, 12 Dec 2002 22:11:04 +0100
Janine C.Buorditez [EMAIL PROTECTED] wrote:

 Hi.
 
 There are a lot of CD players that can't read my audio CD,
 made with this command:
 
 cdrecord -v dev=0,3,0 speed=4 -audio -pad *wav
 
 Is this because of the way I burn it or the thing I burn it on?
 
 --janine
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 

i'm not quite sure if this should work but you may want to try:

  cdrecord -v dev=0,3,0 speed=4 -dao -audio -pad *wav

to write the CD in Disk-at-Once mode.

george

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



LinkSys-EtherFast 10/100 PC Card questions

2002-12-13 Thread George Jeliazkov
Hi all,

I've got a brand new LinkSys-EtherFast 10/100 PC Card (PCMPC100 V3)
for my laptop.I'm running FreeBSD-4.7 RELEASE.The card is recognized
correctly and configured with no trouble.
The problem is that the card works only at 10Mbit/s.
I've read the man page for ed(4), but didn't find a solution.

Here's the output from ifconfig:

# ifconfig ed1 
ed1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 192.168.1.3 netmask 0xff00 broadcast 192.168.1.255
ether 00:04:5a:99:be:d7

# ifconfig ed1 192.168.1.3 media 100baseTX  ...(or media autoselect) 
ifconfig: SIOCGIFMEDIA: Invalid argument

does this mean that the ed driver doesn't support 100baseTX on this card?

So I've tried another thing:
Booted MicroBSD from CD for a test:

here's what shows at boot:

ne3 at pcmcia1 function 0 Linksys, EtherFast 10/100 PC Card (PCMPC100 V3), V2.0 port 
0xa000/32: LAN iobase 0x240 (0xa000) - 0x0
ne3: address 00:04:5a:99:be:d7
bmtphy0 at ne3 phy 1: BCM5221 100baseTX PHY, rev. 4

# ifconfig ne3
ne3: flags=8863UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST mtu 1500
address: 00:04:5a:99:be:d7
media: Ethernet 100baseTX full-duplex
status: active
inet 192.168.1.3 netmask 0xff00 broadcast 192.168.1.255
inet6 fe80::204:5aff:fe99:bed7%ne3 prefixlen 64 scopeid 0x14

here it shows as 100baseTX full-duplex...but it works at 10Mbit/s again.

maybe this card works only at 10Mbit/s ?

thanx

george

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



LinkSys-EtherFast 10/100 PC Card questions

2002-12-13 Thread George Jeliazkov
Hi all,

I've got a brand new LinkSys-EtherFast 10/100 PC Card (PCMPC100 V3)
for my laptop.I'm running FreeBSD-4.7 RELEASE.The card is recognized
correctly and configured with no trouble.
The problem is that the card works only at 10Mbit/s.
I've read the man page for ed(4), but didn't find a solution.

Here's the output from ifconfig:

# ifconfig ed1 
ed1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 192.168.1.3 netmask 0xff00 broadcast 192.168.1.255
ether 00:04:5a:99:be:d7

# ifconfig ed1 192.168.1.3 media 100baseTX  ...(or media autoselect) 
ifconfig: SIOCGIFMEDIA: Invalid argument

does this mean that the ed driver doesn't support 100baseTX on this card?

So I've tried another thing:
Booted MicroBSD from CD for a test:

here's what shows at boot:

ne3 at pcmcia1 function 0 Linksys, EtherFast 10/100 PC Card (PCMPC100 V3), V2.0 port 
0xa000/32: LAN iobase 0x240 (0xa000) - 0x0
ne3: address 00:04:5a:99:be:d7
bmtphy0 at ne3 phy 1: BCM5221 100baseTX PHY, rev. 4

# ifconfig ne3
ne3: flags=8863UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST mtu 1500
address: 00:04:5a:99:be:d7
media: Ethernet 100baseTX full-duplex
status: active
inet 192.168.1.3 netmask 0xff00 broadcast 192.168.1.255
inet6 fe80::204:5aff:fe99:bed7%ne3 prefixlen 64 scopeid 0x14

here it shows as 100baseTX full-duplex...but it works at 10Mbit/s again.

maybe this card works only at 10Mbit/s ?

thanx

george

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



Re: Clone FreeBSD Partition

2002-12-13 Thread George Jeliazkov
On Sat, 14 Dec 2002 13:22:14 +1030
Greg 'groggy' Lehey [EMAIL PROTECTED] wrote:

 On Friday, 13 December 2002 at 19:16:26 -0700, Warren Block wrote:
  On Sat, 14 Dec 2002, Greg 'groggy' Lehey wrote:
 
  On Friday, 13 December 2002 at 17:38:42 -0700, Warren Block wrote:
  On Sat, 14 Dec 2002, Greg 'groggy' Lehey wrote:
 
  What do you mean by better?  What's the purpose of the clone?
 
  Ghost copies every block of partitions with filesystems it doesn't
  understand.
 
  So does dd.  But that's pretty much what he said he didn't want to do.
 
  Right.  Better would be a program that understands the filesystem and
  *doesn't* copy unused blocks.  Partimage is like that.
 
 As I say, it depends on what you want to do.
 
 Greg
 --
 See complete headers for address and phone numbers
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 

have you looked at this: http://www.feyrer.de/g4u/

George

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