Re: crecord and speed

2003-04-05 Thread chris1622

Not enough, I really need to slow down the reading speed.


On 5 Apr 2003, at 8:03, askronny wrote:

 try:
 nice --18 cdrecord -v dev=0,0,0 /root/image.iso
 
 so you maximize the priority of cdrecord
 
 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, April 05, 2003 1:39 AM
 Subject: crecord and speed
 
 
  Hello
 
 
  I've just installed a Plextor PlexWriter (48/24/48) in my old pc with
  Debian Woody r0, but I can't write. This is how it goes:
 
  cdrecord -v dev=0,0,0 /root/image.iso
 
  Won't work since it gets a loss of streaming, I'm guessing this
  means that my old (200MHZ) pc can't handle the 24x speed that
  cdrecord chooses. So I tried
 
  cdrecord -v speed=2 dev=0,0,0 /root/image.iso
 
  But it wont get the speed command, cause cdrecord still wanna
  write with 24x speed.
 
  What am I missing?
 
 
  Thanx
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



crecord and speed

2003-04-04 Thread chris1622
Hello


I've just installed a Plextor PlexWriter (48/24/48) in my old pc with 
Debian Woody r0, but I can't write. This is how it goes:

cdrecord -v dev=0,0,0 /root/image.iso

Won't work since it gets a loss of streaming, I'm guessing this 
means that my old (200MHZ) pc can't handle the 24x speed that 
cdrecord chooses. So I tried

cdrecord -v speed=2 dev=0,0,0 /root/image.iso

But it wont get the speed command, cause cdrecord still wanna 
write with 24x speed.

What am I missing?


Thanx


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Network config help needed

2003-03-05 Thread chris1622

Yep, read Net-HOWTO, but still I can't get it to work. ...

Setting up the loopback and pingin it works fine, pinging into the 
machine also works fine (tried from an old win95 machine). But 
pinging out of the machine dosn't work, I'm getting the error message 
Unable to connect to remote host: No route to host when telnetting.

Is ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up enough to 
set up the network, I don't have to edit /etc/hosts or something 
else?

On 2 Mar 2003, at 10:05, praveen kallakuri wrote:

 -BEGIN PGP SIGNED MESSAGE-
 
 you dont have a lo in ur route: loopback interface.
 
 check whether you can ping to yourself (lo) 127.0.0.1 on each pc.
 then configure pc1 as 192.168.0.1. repeat the two steps with pc2,
 only changing the ip address.
 
 the initial sections of Net-HOWTO must help.
 
 solong
 
 [EMAIL PROTECTED] wrote:
  
   Please help me
   I'm trying to connect two pc's, but I allways get the message
   unable to  connect to remote host: No route to host. What am I
   missing?
  
   My config for pc1 looks like this:
   ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up
   rout add -host 192.168.0.2 eth0
  
   route -n output:
   192.168.0.2  0.0.0.0  255.255.255.255  UH  0  0  0  eth0
   192.168.0.0  0.0.0.0  255.255.255.0UH  0  0  0  eth0
  
   /etc/hosts
   domain home
   search home
   nameserver 10.0.0.1
   nameserver 10.0.0.2
  
  
 
 
 -BEGIN PGP SIGNATURE-
 Version: PGPfreeware 6.5.8 for non-commercial use http://www.pgp.com
 
 iQB1AwUBPmIrugSOhI6OETvlAQGXogMAxNdOci2Hq7P+oAsQgg2GF6Gdj6xKVwU4
 h7H9RNO+mOx7EG0ZllbKI40UY71th2+aUeQJnsOdOlGhC5s4MBMPnCFGaWQBvXIw
 8yZE0HdNJiuL39IZilLYW60WBrWWTQpv
 =EQvk
 -END PGP SIGNATURE-
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Network trouble

2003-01-06 Thread chris1622
On 5 Jan 2003, at 14:37, Tim Dijkstra wrote:

 On Sun, 5 Jan 2003 12:56:57 +0100
 [EMAIL PROTECTED] wrote:
 
 
  Im using a winmodem and wvdial for internetconnections. i don't 
  think it should matter but I'm using wvdial from debian-potato, since 
  the woody release didn't work.
  
 ...
  --
  /etc/resolv.conf has the by my internet provider supplied 
  nameservers:
  name server 10.0.0.1
  name server 10.0.0.2
  --
  
 I hope the file says:
 
 nameserver 10.0.0.1
 nameserver 10.0.0.2
 
 so without the space between 'name' and 'server'.
 
 If that's not it, I should look into you're dialin app. Some have the
 habit of changing /etc/resolv.conf when dialed in.
 
 grts Tim
 


Yep, that solved my problem. I suppose I have to point this out to 
the authors of the Net-HOWTO.

muchas gracias


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Network trouble

2003-01-05 Thread chris1622
Please help

I can't find what I'm doing wrong, my debian-woody only looks 
localy for internetnames (www.freshmeat.net), altough accessing 
the internet with ip numbers works fine.

What more than route, /etc/resolv.conf and /etc/hosts must be 
configured?

Im using a winmodem and wvdial for internetconnections. i don't 
think it should matter but I'm using wvdial from debian-potato, since 
the woody release didn't work.

The lynx error looks like this:
--
Looking up www.freshmeat.net first
Looking up www.freshmeat.net.com, guessing
Looking up www.freshmeat.net.edu, guessing
Looking up www.freshmeat.net.net, guessing
Looking up www.freshmeat.net.org, guessing
Can't Access 'file://localhost/root/www.freshmeat.net'
Alert! Unable to access document.

lynx: Can't access startfile
--

--
route table has the default gw:
Destination:default
Gateway: my_dyn_ip
Genmask: 0.0.0.0
Flags:UG
Metric: 0
Ref: 0
Use: 0
Iface: ppp0
--

--
/etc/resolv.conf has the by my internet provider supplied 
nameservers:
name server 10.0.0.1
name server 10.0.0.2
--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]