linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* IPX support to kernel 2.6
@ 2003-07-24  9:59 Voicu Liviu
  2003-07-24 13:53 ` Alex Riesen
  0 siblings, 1 reply; 5+ messages in thread
From: Voicu Liviu @ 2003-07-24  9:59 UTC (permalink / raw)
  To: linux-kernel

Info:

liviu@starshooter liviu $ uname -a
Linux starshooter.huji.ac.il 2.6.0-test1 #2 Tue Jul 22 16:26:44 IDT 2003 
i686 Intel(R) Pentium(R) 4 CPU 1.50GHz GenuineIntel GNU/Linux
liviu@starshooter liviu $

Problem:

Hi guys, I wanted to add IPX support to kernel 2.6 in order to mount 
novell volumes but it seems not tu exist!
Any idea about it?
Best regards,

-- 
Voicu Liviu
Rothberg International School
Computation center, Mount Scopus
Hebrew University of Jerusalem
Tel: 972(2)-5881253
E-mail: pacman@mscc.huji.ac.il

System Operating: Linux Gentoo1.4 ( www.gentoo.org )

Click here to see my GPG signature:
	http://search.keyserver.net:11371/pks/lookup?template=netensearch%2Cnetennomatch%2Cnetenerror&search=pacman%40mscc.huji.ac.il&op=vindex&fingerprint=on&submit=Get+List



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

* Re: IPX support to kernel 2.6
  2003-07-24 13:53 ` Alex Riesen
@ 2003-07-24 13:13   ` Voicu Liviu
  2003-07-26 17:20     ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 5+ messages in thread
From: Voicu Liviu @ 2003-07-24 13:13 UTC (permalink / raw)
  To: alexander.riesen; +Cc: linux-kernel

Alex Riesen wrote:
> Voicu Liviu, Thu, Jul 24, 2003 11:59:40 +0200:
> 
>>Problem:
>>
>>Hi guys, I wanted to add IPX support to kernel 2.6 in order to mount 
>>novell volumes but it seems not tu exist!
> 
> 
> It is renamed:
> ANSI/IEEE 802.2 - aka LLC (IPX, Appletalk, Token Ring)
> under Networking support/Networking options.
> 
Wow, I appreciate your help.
best regards,

-- 
Voicu Liviu
Rothberg International School
Computation center, Mount Scopus
Hebrew University of Jerusalem
Tel: 972(2)-5881253
E-mail: pacman@mscc.huji.ac.il

System Operating: Linux Gentoo1.4 ( www.gentoo.org )

Click here to see my GPG signature:
	http://search.keyserver.net:11371/pks/lookup?template=netensearch%2Cnetennomatch%2Cnetenerror&search=pacman%40mscc.huji.ac.il&op=vindex&fingerprint=on&submit=Get+List



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

* Re: IPX support to kernel 2.6
  2003-07-24  9:59 IPX support to kernel 2.6 Voicu Liviu
@ 2003-07-24 13:53 ` Alex Riesen
  2003-07-24 13:13   ` Voicu Liviu
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Riesen @ 2003-07-24 13:53 UTC (permalink / raw)
  To: Voicu Liviu; +Cc: linux-kernel

Voicu Liviu, Thu, Jul 24, 2003 11:59:40 +0200:
> Problem:
> 
> Hi guys, I wanted to add IPX support to kernel 2.6 in order to mount 
> novell volumes but it seems not tu exist!

It is renamed:
ANSI/IEEE 802.2 - aka LLC (IPX, Appletalk, Token Ring)
under Networking support/Networking options.


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

* Re: IPX support to kernel 2.6
  2003-07-24 13:13   ` Voicu Liviu
@ 2003-07-26 17:20     ` Arnaldo Carvalho de Melo
  2003-07-27  4:13       ` Voicu Liviu
  0 siblings, 1 reply; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2003-07-26 17:20 UTC (permalink / raw)
  To: Voicu Liviu; +Cc: alexander.riesen, linux-kernel

Em Thu, Jul 24, 2003 at 04:13:59PM +0300, Voicu Liviu escreveu:
> Alex Riesen wrote:
> >Voicu Liviu, Thu, Jul 24, 2003 11:59:40 +0200:
> >>Problem:
> >>
> >>Hi guys, I wanted to add IPX support to kernel 2.6 in order to mount 
> >>novell volumes but it seems not tu exist!
> >
> >It is renamed:
> >ANSI/IEEE 802.2 - aka LLC (IPX, Appletalk, Token Ring)
> >under Networking support/Networking options.
> >
> Wow, I appreciate your help

It was not renamed, it just requires that LLC be selected first, then one has
to select IPX as before.

I plan to make the LLC1 part, that is all that is needed for IPX, Appletalk and
Token Ring to be separated from the big llc module, and making those depending
only on LLC1 to be top level in the config, triggering the selection of LLC1
automatically, this will help as well on not having to have LLC2 when all one
wants is IPX, Appletalk or Token Ring.

- Arnaldo

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

* Re: IPX support to kernel 2.6
  2003-07-26 17:20     ` Arnaldo Carvalho de Melo
@ 2003-07-27  4:13       ` Voicu Liviu
  0 siblings, 0 replies; 5+ messages in thread
From: Voicu Liviu @ 2003-07-27  4:13 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo; +Cc: alexander.riesen, linux-kernel

Arnaldo Carvalho de Melo wrote:
> Em Thu, Jul 24, 2003 at 04:13:59PM +0300, Voicu Liviu escreveu:
> 
>>Alex Riesen wrote:
>>
>>>Voicu Liviu, Thu, Jul 24, 2003 11:59:40 +0200:
>>>
>>>>Problem:
>>>>
>>>>Hi guys, I wanted to add IPX support to kernel 2.6 in order to mount 
>>>>novell volumes but it seems not tu exist!
>>>
>>>It is renamed:
>>>ANSI/IEEE 802.2 - aka LLC (IPX, Appletalk, Token Ring)
>>>under Networking support/Networking options.
>>>
>>
>>Wow, I appreciate your help
> 
> 
> It was not renamed, it just requires that LLC be selected first, then one has
> to select IPX as before.
> 
> I plan to make the LLC1 part, that is all that is needed for IPX, Appletalk and
> Token Ring to be separated from the big llc module, and making those depending
> only on LLC1 to be top level in the config, triggering the selection of LLC1
> automatically, this will help as well on not having to have LLC2 when all one
> wants is IPX, Appletalk or Token Ring.
> 
> - Arnaldo
> -
> 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/

Thank you very much for your response,

-- 
Voicu Liviu
Rothberg International School
Computation center, Mount Scopus
Hebrew University of Jerusalem
Tel: 972(2)-5881253
E-mail: pacman@mscc.huji.ac.il

System Operating: Linux Gentoo1.4 ( www.gentoo.org )

Click here to see my GPG signature:
	http://search.keyserver.net:11371/pks/lookup?template=netensearch%2Cnetennomatch%2Cnetenerror&search=pacman%40mscc.huji.ac.il&op=vindex&fingerprint=on&submit=Get+List



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

end of thread, other threads:[~2003-07-27  4:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-24  9:59 IPX support to kernel 2.6 Voicu Liviu
2003-07-24 13:53 ` Alex Riesen
2003-07-24 13:13   ` Voicu Liviu
2003-07-26 17:20     ` Arnaldo Carvalho de Melo
2003-07-27  4:13       ` Voicu Liviu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).