public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Hp 8xxx Cd writer
@ 2001-11-19 14:00 Miguel Maria Godinho de Matos
  2001-11-19 16:09 ` John Jasen
  2001-11-19 20:04 ` Chris Kennedy
  0 siblings, 2 replies; 4+ messages in thread
From: Miguel Maria Godinho de Matos @ 2001-11-19 14:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-kernel

Hi, I am crrently runnig linux red hat 7.2 with a 2.4.7 kernel ( i havent 
upgraded cause i am a newbie and haven't had he guts to do so ).

However i am trying to configure the kernel 2.4.14 which i actually have even 
acomplished to compile.

I have a doubt though! I have an externel cd-writer ( hp 8200 ) which is 
supported by the kernel, but in the make xconfig menu, that options appears 
in gray ( u can't select it ). As a lot of kernel options need some kind of 
pre-selected items, i am asking anyone who  knows what do i have to 
pre-select so i can choose the module for hp..... support in my usb kernel 
configuration menu.

If i didn't provide enough information plz tell me so!

Crying for help: 

Astinus.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hp 8xxx Cd writer
  2001-11-19 14:00 Hp 8xxx Cd writer Miguel Maria Godinho de Matos
@ 2001-11-19 16:09 ` John Jasen
  2001-11-19 18:43   ` george anzinger
  2001-11-19 20:04 ` Chris Kennedy
  1 sibling, 1 reply; 4+ messages in thread
From: John Jasen @ 2001-11-19 16:09 UTC (permalink / raw)
  To: Miguel Maria Godinho de Matos; +Cc: linux-kernel

On Mon, 19 Nov 2001, Miguel Maria Godinho de Matos wrote:

> I have a doubt though! I have an externel cd-writer ( hp 8200 ) which is
> supported by the kernel, but in the make xconfig menu, that options appears
> in gray ( u can't select it ). As a lot of kernel options need some kind of
> pre-selected items, i am asking anyone who  knows what do i have to
> pre-select so i can choose the module for hp..... support in my usb kernel
> configuration menu.

You probably need to say yes to experimental drivers, and if I recall the
HP8200 correctly, various USB options.

--
-- John E. Jasen (jjasen1@umbc.edu)
-- In theory, theory and practise are the same. In practise, they aren't.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hp 8xxx Cd writer
  2001-11-19 16:09 ` John Jasen
@ 2001-11-19 18:43   ` george anzinger
  0 siblings, 0 replies; 4+ messages in thread
From: george anzinger @ 2001-11-19 18:43 UTC (permalink / raw)
  To: John Jasen; +Cc: Miguel Maria Godinho de Matos, linux-kernel

John Jasen wrote:
> 
> On Mon, 19 Nov 2001, Miguel Maria Godinho de Matos wrote:
> 
> > I have a doubt though! I have an externel cd-writer ( hp 8200 ) which is
> > supported by the kernel, but in the make xconfig menu, that options appears
> > in gray ( u can't select it ). As a lot of kernel options need some kind of
> > pre-selected items, i am asking anyone who  knows what do i have to
> > pre-select so i can choose the module for hp..... support in my usb kernel
> > configuration menu.
> 
> You probably need to say yes to experimental drivers, and if I recall the
> HP8200 correctly, various USB options.
> 
I really don't know, BUT, questions of this sort can be answered by
looking at the Config.in file.  Its root will be found in .../arch/your
arch/Config.in.  It may include (source) other files which may in turn
source still more, but in there is the whole of the configuration with
all it options.  The syntax is really quite easy to follow.  Have fun.
-- 
George           george@mvista.com  (fishing lessons, not fish)
High-res-timers: http://sourceforge.net/projects/high-res-timers/
Real time sched: http://sourceforge.net/projects/rtsched/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hp 8xxx Cd writer
  2001-11-19 14:00 Hp 8xxx Cd writer Miguel Maria Godinho de Matos
  2001-11-19 16:09 ` John Jasen
@ 2001-11-19 20:04 ` Chris Kennedy
  1 sibling, 0 replies; 4+ messages in thread
From: Chris Kennedy @ 2001-11-19 20:04 UTC (permalink / raw)
  To: Miguel Maria Godinho de Matos; +Cc: linux-kernel

It needs to have the SCSI emulation enabled, and then the SCSI 
generic device (sg) and also the SCSI/USB mass storage support
plus scsi CDROM support.  It treats it as scsi cdrom basically,
which is why all the scsi stuff is needed.

Chris Kennedy
On Mon, Nov 19, 2001 at 02:00:34PM +0000, Miguel Maria Godinho de Matos wrote:
> Hi, I am crrently runnig linux red hat 7.2 with a 2.4.7 kernel ( i havent 
> upgraded cause i am a newbie and haven't had he guts to do so ).
> 
> However i am trying to configure the kernel 2.4.14 which i actually have even 
> acomplished to compile.
> 
> I have a doubt though! I have an externel cd-writer ( hp 8200 ) which is 
> supported by the kernel, but in the make xconfig menu, that options appears 
> in gray ( u can't select it ). As a lot of kernel options need some kind of 
> pre-selected items, i am asking anyone who  knows what do i have to 
> pre-select so i can choose the module for hp..... support in my usb kernel 
> configuration menu.
> 
> If i didn't provide enough information plz tell me so!
> 
> Crying for help: 
> 
> Astinus.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
Chris Kennedy / ckennedy@iland.net / (660) 829-4638x117
I-Land Internet Services / Network Operations Center
     \|/ ____ \|/
     "@'/ .. \`@"   
     /_| \__/ |_\
        \__U_/ -Linux SPARC Kernel Oops

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-11-19 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-19 14:00 Hp 8xxx Cd writer Miguel Maria Godinho de Matos
2001-11-19 16:09 ` John Jasen
2001-11-19 18:43   ` george anzinger
2001-11-19 20:04 ` Chris Kennedy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox