* Indy ISDN questions
@ 1999-04-08 20:34 Thomas Bogendoerfer
1999-04-08 20:50 ` William J. Earl
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Thomas Bogendoerfer @ 1999-04-08 20:34 UTC (permalink / raw)
To: linux
Ok, after Ulf got the sound working the remaining not supported hardware
is VINO and ISDN. Since I'm involved in ISDN programing at work and I already
worked with the Linux ISDN code, I hacked together the necessary code to
access ISAC and HSCX. The detection looks pretty good now, but I don't
get interrupts from any of the two chips.
The IRIX header files only talk about ISDN on the IP24, but not on the IP22.
But I've found both of the Siemens chip on the Indy board (Fullhouse == IP22).
So what's up with ISDN on the Indy ? How do I get the interrupts ?
Thomas.
--
This device has completely bogus header. Compaq scores again :-|
It's a host bridge, but it should be called ghost bridge instead ;^)
[Martin `MJ' Mares on linux-kernel]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Indy ISDN questions
1999-04-08 20:34 Indy ISDN questions Thomas Bogendoerfer
@ 1999-04-08 20:50 ` William J. Earl
1999-04-08 20:55 ` Alistair Lambie
1999-04-09 1:52 ` Matthias Kleinschmidt
2 siblings, 0 replies; 8+ messages in thread
From: William J. Earl @ 1999-04-08 20:50 UTC (permalink / raw)
To: Thomas Bogendoerfer; +Cc: linux
Thomas Bogendoerfer writes:
> Ok, after Ulf got the sound working the remaining not supported hardware
> is VINO and ISDN. Since I'm involved in ISDN programing at work and I already
> worked with the Linux ISDN code, I hacked together the necessary code to
> access ISAC and HSCX. The detection looks pretty good now, but I don't
> get interrupts from any of the two chips.
>
> The IRIX header files only talk about ISDN on the IP24, but not on the IP22.
> But I've found both of the Siemens chip on the Indy board (Fullhouse == IP22).
> So what's up with ISDN on the Indy ? How do I get the interrupts ?
The Indy ("Guinness") is an IP24, although it shares the "IP22" kernel with the
real IP22, Indigo2 ("Fullhouse"). Only the IP24 has ISDN. I will look into
where the interrupts are delivered later, but it will be via one of the several
interrupt multiplexors.
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Indy ISDN questions
1999-04-08 20:34 Indy ISDN questions Thomas Bogendoerfer
1999-04-08 20:50 ` William J. Earl
@ 1999-04-08 20:55 ` Alistair Lambie
1999-04-09 1:52 ` Matthias Kleinschmidt
2 siblings, 0 replies; 8+ messages in thread
From: Alistair Lambie @ 1999-04-08 20:55 UTC (permalink / raw)
To: Thomas Bogendoerfer; +Cc: linux
Thomas Bogendoerfer wrote:
>
> The IRIX header files only talk about ISDN on the IP24, but not on the IP22.
IP24=Indy, IP22=Indigo2. They are so much the same that from a user
level they both report as IP22.
--
Alistair Lambie alambie@csd.sgi.com
SGI Global Product Support SGI Voicemail/VNET: 234-1455
Level 5, Cigna House, M/S: INZ-3780
PO Box 24 093, Ph: +64-4-494 6325
40 Mercer St, Wellington, Fax: +64-4-494 6321
New Zealand Mobile: +64-21-635 262
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Indy ISDN questions
1999-04-08 20:34 Indy ISDN questions Thomas Bogendoerfer
1999-04-08 20:50 ` William J. Earl
1999-04-08 20:55 ` Alistair Lambie
@ 1999-04-09 1:52 ` Matthias Kleinschmidt
1999-04-09 19:17 ` Thomas Bogendoerfer
2 siblings, 1 reply; 8+ messages in thread
From: Matthias Kleinschmidt @ 1999-04-09 1:52 UTC (permalink / raw)
To: linux
[-- Attachment #1: Type: text/plain, Size: 425 bytes --]
On Thu, Apr 08, 1999 at 10:34:36PM +0200, Thomas Bogendoerfer wrote:
> Ok, after Ulf got the sound working the remaining not supported hardware
> is VINO and ISDN.
What about parallel port support? Or am I just unable to find it?
Matthias
--
Matthias Kleinschmidt
Cedar Dell 568B, Box 5398
UMass Dartmouth
285 Old Westport Rd.
North Dartmouth, MA 02747
Tel.: +1 508 910 6851
email: mkleinschmidt@gmx.de
[-- Attachment #2: Type: application/pgp-signature, Size: 290 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Indy ISDN questions
1999-04-09 1:52 ` Matthias Kleinschmidt
@ 1999-04-09 19:17 ` Thomas Bogendoerfer
1999-04-09 20:56 ` Parallel Port Matthias Kleinschmidt
0 siblings, 1 reply; 8+ messages in thread
From: Thomas Bogendoerfer @ 1999-04-09 19:17 UTC (permalink / raw)
To: linux
On Thu, Apr 08, 1999 at 09:52:30PM -0400, Matthias Kleinschmidt wrote:
> On Thu, Apr 08, 1999 at 10:34:36PM +0200, Thomas Bogendoerfer wrote:
> > Ok, after Ulf got the sound working the remaining not supported hardware
> > is VINO and ISDN.
>
> What about parallel port support? Or am I just unable to find it?
who needs it ? These days every sane printer has a ethernet built in or
is attached to a 386sx Linux box as print server:-) And scanners
shouldn't be connected to printer ports. But a parallel port driver
isn't a major deal (as long as it is a _printer_ port) and could be
done by nearly everbody during a evening hacking session:-)
Thomas.
--
This device has completely bogus header. Compaq scores again :-|
It's a host bridge, but it should be called ghost bridge instead ;^)
[Martin `MJ' Mares on linux-kernel]
^ permalink raw reply [flat|nested] 8+ messages in thread* Parallel Port
1999-04-09 19:17 ` Thomas Bogendoerfer
@ 1999-04-09 20:56 ` Matthias Kleinschmidt
1999-04-09 21:27 ` Ulf Carlsson
1999-04-09 22:38 ` Thomas Bogendoerfer
0 siblings, 2 replies; 8+ messages in thread
From: Matthias Kleinschmidt @ 1999-04-09 20:56 UTC (permalink / raw)
To: linux
[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]
On Fri, Apr 09, 1999 at 09:17:20PM +0200, Thomas Bogendoerfer wrote:
> > What about parallel port support? Or am I just unable to find it?
>
> who needs it ? These days every sane printer has a ethernet built in or
> is attached to a 386sx Linux box as print server:-) And scanners
> shouldn't be connected to printer ports. But a parallel port driver
> isn't a major deal (as long as it is a _printer_ port) and could be
> done by nearly everbody during a evening hacking session:-)
I would like to have printer support for my Indy because I can't find an
ethernet port on my $140 printer :-) and I would like to connect it to my
Indy rather than to my laptop (so I don't have to plug the printer in and
out every time I take my laptop with me).
And it may be true that nearly everybody (who has the documentation) could
write a driver but I don't have the documentation and I never wrote a device
driver. If it is really that easy it schould not be much work for one of the
Indy kernel hackers.
Matthias
--
Matthias Kleinschmidt
Cedar Dell 568B, Box 5398
UMass Dartmouth
285 Old Westport Rd.
North Dartmouth, MA 02747
Tel.: +1 508 910 6851
email: matthias@fmc-container.mach.uni-karlsruhe.de
[-- Attachment #2: Type: application/pgp-signature, Size: 290 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Parallel Port
1999-04-09 20:56 ` Parallel Port Matthias Kleinschmidt
@ 1999-04-09 21:27 ` Ulf Carlsson
1999-04-09 22:38 ` Thomas Bogendoerfer
1 sibling, 0 replies; 8+ messages in thread
From: Ulf Carlsson @ 1999-04-09 21:27 UTC (permalink / raw)
To: Matthias Kleinschmidt; +Cc: Linux SGI
> I would like to have printer support for my Indy because I can't find an
> ethernet port on my $140 printer :-) and I would like to connect it to my
> Indy rather than to my laptop (so I don't have to plug the printer in and
> out every time I take my laptop with me).
I may write a device driver for you if you give me your $140 printer. ;-)
- Ulf
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Parallel Port
1999-04-09 20:56 ` Parallel Port Matthias Kleinschmidt
1999-04-09 21:27 ` Ulf Carlsson
@ 1999-04-09 22:38 ` Thomas Bogendoerfer
1 sibling, 0 replies; 8+ messages in thread
From: Thomas Bogendoerfer @ 1999-04-09 22:38 UTC (permalink / raw)
To: linux
On Fri, Apr 09, 1999 at 04:56:36PM -0400, Matthias Kleinschmidt wrote:
> And it may be true that nearly everybody (who has the documentation) could
> write a driver but I don't have the documentation and I never wrote a device
> driver. If it is really that easy it schould not be much work for one of the
> Indy kernel hackers.
ok, ok. Right now I don't get the ISDN running, since somehow the hardware
doesn't behave like it should. So I'll look at the parallel port...
Thomas.
--
This device has completely bogus header. Compaq scores again :-|
It's a host bridge, but it should be called ghost bridge instead ;^)
[Martin `MJ' Mares on linux-kernel]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~1999-04-09 22:50 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-04-08 20:34 Indy ISDN questions Thomas Bogendoerfer
1999-04-08 20:50 ` William J. Earl
1999-04-08 20:55 ` Alistair Lambie
1999-04-09 1:52 ` Matthias Kleinschmidt
1999-04-09 19:17 ` Thomas Bogendoerfer
1999-04-09 20:56 ` Parallel Port Matthias Kleinschmidt
1999-04-09 21:27 ` Ulf Carlsson
1999-04-09 22:38 ` Thomas Bogendoerfer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.