Other Pineapple Smurf
Honorary Master
Ok, I've just discovered how to get the Neotel Prime device working under Linux (without compiling drivers), this applies to all newish kernels that use the option.ko driver.
No need to compile anymore
and you get the full speed. The method on Neotels website is Mkay, but you get throttled due to the driver and not the divice.
as root, execute the following:
Thats it!!!!!!
This is a special work around that the driver maintainers have made to support devices not yet in the driver. * It is actually the preferred method and will also work with GSM modems that are not yet in the option.ko driver.
NOTE: If you are not loading the "option.ko" driver then you need to do the following instead:
As root:
No need to compile anymore
as root, execute the following:
Code:
echo "1d09 4000" > /sys/bus/usb-serial/drivers/option1/new_id
Thats it!!!!!!
This is a special work around that the driver maintainers have made to support devices not yet in the driver. * It is actually the preferred method and will also work with GSM modems that are not yet in the option.ko driver.
NOTE: If you are not loading the "option.ko" driver then you need to do the following instead:
As root:
Code:
modprobe -v option
echo "1d09 4000" > /sys/bus/usb-serial/drivers/option1/new_id
Last edited: