Re: Nombre de ports serie
mercredi 12 juillet 2006, 16:52:40 CEST, Olivier Fournier a écrit :
>
> Bonjour,
>
> J'ai une machine avec 5 ports serie
> 1 sur la carte mere + 2 x 2 sur carte pci
> le port interne + 3 des ports ajoutes sont reconnus
>
> y'a t'il un parametre a changer pour activer plus de 4 ports?
>
> Merci de votre aide
>
> Olivier Fournier
C'est une option de compilation du noyau :
CONFIG_SERIAL_8250_NR_UARTS:
Set this to the number of serial ports you want the driver
to support. This includes any ports discovered via ACPI or
PCI enumeration and any ports that may be added at run-time
via hot-plug, or any ISA multi-port serial cards.
Symbol: SERIAL_8250_NR_UARTS [=4]
Prompt: Maximum number of 8250/16550 serial ports
Defined at drivers/serial/Kconfig:107
Depends on: SERIAL_8250
Location:
-> Device Drivers
-> Character devices
-> Serial drivers
-> 8250/16550 and compatible serial support (SERIAL_8250 [=y])
Il faut recompiler le noyau pour en avoir plus de 4.
--
Sylvain Sauvage
Reply to: