Sierra aircard 880U not recognised as a modem by hal
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
hal-info (Ubuntu) |
Fix Released
|
Undecided
|
Martin Pitt |
Bug Description
Despite many similar modems being included in the /usr/share/
This is easily fixed by adding something similar to the following to the above file (Note that this is my fix which I created as a new file in /etc/hal/
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- -->
<deviceinfo version="0.2">
<device>
<match key="info.category" string="serial">
<!-- Sierra Wireless -->
<match <email address hidden>
<!-- AirCard 880 U -->
<match <email address hidden>
<match <email address hidden>
<match key="serial.port" int="0">
</match>
</match>
</match>
</match>
</device>
</deviceinfo>
Pardon me if there are any obviously better ways of doing this, I've only just been finding out how this works.
Committed upstream.