Re: UMTS-GPRS PCMCIA Adapter



FreeStyler schrieb:
"Martin Klar" <uk5h@xxxxxxxxxxxxxxxxxxx> je napisao u poruci interesnoj
[...]
1. Is it necessary to connect the mouse to usb? Since it produces a lot
of interrupts it could severly disturb other devices.
2. For specific controllers you also will have to load UHCI_HCD.

HTH Martin

1. Well, it is laptop, I can try with mousepad if it is your suggestion.
2. I think it is installed. Can I check it in a boot/config-2.6.17 ? Is it
ok if I have installed UHCI and OHCI in the same time ?

I think, your're confusing boot/config-2.6.17 and loaded modules. In boot/config-2.6.17 you can see if certain modules/features are configured as loadable module or firmly built-in in kernel.
with "lsmod" you see which modules are currently loaded. With
"modprobe uhci_hcd" you load the module uhci_hcd. With dmesg you
can track the consequences of your module loading. Basic things, indeed.

Martin
.