← Back to team overview

sony-vaio-z-series team mailing list archive

Re: WWAN and gobi_loader issue

 

> But I 

> think that if the udev rule had worked properly, I should see a 9222 device, and 
> not a 9221, am I right? 

That is correct! Now that I look over your original email I think the udev rule might be the problem. Here is what I have that works for me:

ACTION=="add", SUBSYSTEM=="tty" KERNEL=="ttyUSB*" GOTO="gobi_rules"

GOTO="gobi_rules_end"

LABEL="gobi_rules"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9221", RUN+="gobi_loader $env{DEVNAME} /lib/firmware/gobi"
LABEL="gobi_rules_end"


You seem to use SYSFS instead of ATTRS maybe that's not working?

The comment about the rfkill device was in case you don't see the 9221 or the 9222 device which was happening to me the first time I installed the module. I had to turn the wwan modem on before I could see the 9221 device.



      



References