latitude5450/README.md

32 lines
830 B
Markdown
Raw Normal View History

2014-11-23 15:37:40 +01:00
## Dell Latitude E5*50 Linux support
Tested on my Dell Latitude E5450 (late 2014) with Fedora 21 64bit
### WWAN module
The Dell Latitude E5*50 could have a "Dell Wireless 5809e Gobi™ 4G LTE Mobile Broadband Card" WWAN module. It's based on the Qualcomm Gobi™.
2014-11-23 15:42:48 +01:00
| | |
|---|---|
| Name | Dell Wireless 5809e Gobi™ 4G LTE Mobile Broadband Card |
| ID | 413c:81b1 |
| Kernel module | qcserial |
2014-11-23 15:37:40 +01:00
I created a udev rule which loads the ```qcserial``` module, switchs the ```bConfigurationValue``` from 2 to 1 and add the new device id ```413c:81b1``` to the ```qcserial``` driver.
2014-11-24 09:53:53 +01:00
#### GPS ####
To start the GPS
```bash
echo "\$GPS_START" > /dev/ttyUSB0
```
To stop the GPS
```bash
echo "\$GPS_STOP" > /dev/ttyUSB0
```
In the ```bin``` folder you can find an utility (```gobigps```) to easily start and stop the GPS.