Any idea how to get the pl2303 driver with the pl2303x support in use in Gloria?
It seems like Gloria misidentifies pl2303x as pl2303. The two are not compatible and
pl2303x data is not received with pl2303-only driver.
It looks like Navibe GM720 uses the pl2303x and that's why sirfmon doesn't get any data out of the GPS-dongle.
In windows the dongle works perfectly, so the problem must be SW - and most probably the pl2303-driver.
pl2303x USB serial adapter driver
Forum rules
Before you post please read how to get help
Before you post please read how to get help
- turboscrew
- Level 4
- Posts: 219
- Joined: Sat Sep 26, 2009 2:13 pm
Re: pl2303x USB serial adapter driver
Well if you are sure the problem is that pl2303x should be used it ought to be easy to fix
Should load pl2303x at boot - to load it immediately
but you'd need to restart something, not sure what so a reboot is probably necessary
If this does not fix it you may have to blacklist pl2303
Code: Select all
echo "pl2303x" | sudo tee -a /etc/modules
Code: Select all
sudo modprobe pl2303x
If this does not fix it you may have to blacklist pl2303
Code: Select all
echo "blacklist pl2303" | sudo tee -a /etc/modprobe.d/blacklist.conf

Don't fix it if it ain't broken, don't break it if you can't fix it