Re: Please HELP ME

2005-03-12 Thread Alan Pope
On Fri, 11 Mar 2005 21:29:10 -0800 (PST), khuram shahzad <[EMAIL PROTECTED]> wrote: > > Hello sir, > I have a NEC pc9821 nr 13 laptop that it's BIOS is in japanese language. > i'm not a japanese user and i want to update it to english mode. > where can i download the update program? > Us

xorg and thinkpad x40

2005-03-12 Thread Xavier PESSOLES
Hi I've tried to install the ubuntu version of xorg. All work very well. I'have just a little problem : when I want to connect my laptop to a screen (or a videoprojector) with i810switch or an other method I have two kind of problems : - either I have a white square in the left top corner of my

FW: ATI MOBILITY RADEON X600 & Xfree86- blank screen

2005-03-12 Thread Adam Ołdak
Hi, I have a Toshiba Satellite M40 laptop with ATI MOBILITY RADEON X600 (PCI Express). Recently I have been trying to install X-server, with no success however (2.6.10 kernel) I followed the instructions given here: http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html However,

Re: Software Suspend 2 on Thinkpad R50 (waking up back to X)

2005-03-12 Thread Karl Ebener
Tnx! Works fine for me, too. ;-) Karl -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

IPW-Firmware and Toshiba M30

2005-03-12 Thread Thomas Amm
Hi, I have got a Toshiba M30 with an Intel IPW-2100 wireless network adapter, kernel is 2.6.8 from the source package and ipw2100-sources. The NIC is detected correctly but loading the firmware fails with 'ipw2100-1.3.fw' not available or load failed /usr/lib/hotplug/firmware/ipw2100-1.3.fw exist

Help with Raw CD images? (input/output error)

2005-03-12 Thread Ognjen Bezanov
Hey all, this is more of a general linux question. I have an (audio) CD which want to make a raw image of. Searching google indicates that this command should do it: dd if=/dev/cdrom of=/path/image.img but everytime i try to use it i get: dd: reading '/dev/hdc': Input/ouput err 0+0 records in 0+0

Re: IPW-Firmware and Toshiba M30

2005-03-12 Thread Paul Kuliniewicz
On Sat, Mar 12, 2005 at 07:43:05PM +0100, Thomas Amm wrote: > Hi, > > I have got a Toshiba M30 with an Intel IPW-2100 wireless network > adapter, kernel is 2.6.8 from the source package and ipw2100-sources. > The NIC is detected correctly but loading the firmware fails with > > 'ipw2100-1.3.fw'

Re: Help with Raw CD images? (input/output error)

2005-03-12 Thread Michelle Konzack
Am 2005-03-12 19:11:37, schrieb Ognjen Bezanov: > Hey all, this is more of a general linux question. > > I have an (audio) CD which want to make a raw image of. Searching google > indicates that this command should do it: > > dd if=/dev/cdrom of=/path/image.img > > but everytime i try to use it

Re: Help with Raw CD images? (input/output error)

2005-03-12 Thread Ian Greenhoe
Try cdparanoia. On Sat, 2005-03-12 at 19:11 +, Ognjen Bezanov wrote: > Hey all, this is more of a general linux question. > > I have an (audio) CD which want to make a raw image of. Searching google > indicates that this command should do it: > > dd if=/dev/cdrom of=/path/image.img > > but

Re: Help with Raw CD images? (input/output error)

2005-03-12 Thread Ognjen Bezanov
Michelle Konzack wrote: Am 2005-03-12 19:11:37, schrieb Ognjen Bezanov: Hey all, this is more of a general linux question. I have an (audio) CD which want to make a raw image of. Searching google indicates that this command should do it: dd if=/dev/cdrom of=/path/image.img but everytime i try

Re: Help with Raw CD images? (input/output error)

2005-03-12 Thread Reid Priedhorsky
On Sat, 12 Mar 2005 22:30:13 +0100, Ognjen Bezanov wrote: > > Essentially i wanted something similar to CUE and ISO files that i have > seen windows programs like EAC do (EAC can for example store TOC > contents and Gap info in a cue-sheet) > > Essentially i want to make a direct audiocd-to-audioc

Re: snd-cs4236 and Thinkpad 600E

2005-03-12 Thread Antonio-Blasco Bonito
YEAH! Googling around I found the solution in a FedoraCore forum !!! This works: % modprobe --ignore-install snd-cs4236 isapnp=0 index=0 port=0x530 cport=0x538 fm_port=0x388 irq=5 dma1=1 dma2=0 As far as I understand the ignore-install option forces the driver to be loaded. Thanks everybody! --