Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works on Dell Latitude 5540 i7-1355U (late 2023) Ubuntu 22.04.4 LTS #228

Open
xandmann opened this issue Jul 15, 2024 · 1 comment
Open

Comments

@xandmann
Copy link

It appears that on newer Dell laptops, the USB interface for the WWAN slot is disabled, with no BIOS option available to enable it (unlike some earlier BIOS versions that had this setting). So many thanks to the authors for making this driver available.

The driver seems to be functioning well, with no major issues observed so far, despite only using it for a few days. The only minor issue I've encountered is occasional reset failures.

ip link set wwan0 down
SUCCESS
dd if=/sys/bus/pci/devices/0000:72:00.0/config of=/tmp/xmm_config bs=256 count=1 status=none
SUCCESS
modprobe acpi_call
SUCCESS
rmmod iosm
ERROR
rmmod xmm7360
SUCCESS
rmmod xmm7360_utils
ERROR
sh -c echo '\\_SB_.PC00.RP02.PXSX._RST' | sudo tee /proc/acpi/call
SUCCESS
dd of=/sys/bus/pci/devices/0000:72:00.0/config if=/tmp/xmm_config bs=256 count=1 status=none
SUCCESS
modprobe xmm7360
SUCCESS
os.path.exists(/dev/xmm0)
ERROR: reset failed

Below is the dmesg output from two consecutive resets: the first reset is successful, while the second one fails.

[  792.838328] xmm7360 0000:72:00.0: modem still booting, waiting...
[  802.612924] xmm7360 0000:72:00.0: modem is ready

[  978.957286] xmm7360 0000:72:00.0: modem still booting, waiting...
[  981.683739] xmm7360 0000:72:00.0: unknown modem status: 0xffffffff
[  981.683959] xmm7360: probe of 0000:72:00.0 failed with error -22

Another thing, has anyone tried to make GNSS/NMEA output work? There is a document FIBOCOM AT Commands User Manual_GNSS_V1.0.1.docx, but I haven't been able to find it online.

@diegonz
Copy link

diegonz commented Oct 6, 2024

It appears that on newer Dell laptops, the USB interface for the WWAN slot is disabled, with no BIOS option available to enable it (unlike some earlier BIOS versions that had this setting). So many thanks to the authors for making this driver available.

The driver seems to be functioning well, with no major issues observed so far, despite only using it for a few days. The only minor issue I've encountered is occasional reset failures.

ip link set wwan0 down
SUCCESS
dd if=/sys/bus/pci/devices/0000:72:00.0/config of=/tmp/xmm_config bs=256 count=1 status=none
SUCCESS
modprobe acpi_call
SUCCESS
rmmod iosm
ERROR
rmmod xmm7360
SUCCESS
rmmod xmm7360_utils
ERROR
sh -c echo '\\_SB_.PC00.RP02.PXSX._RST' | sudo tee /proc/acpi/call
SUCCESS
dd of=/sys/bus/pci/devices/0000:72:00.0/config if=/tmp/xmm_config bs=256 count=1 status=none
SUCCESS
modprobe xmm7360
SUCCESS
os.path.exists(/dev/xmm0)
ERROR: reset failed

Below is the dmesg output from two consecutive resets: the first reset is successful, while the second one fails.

[  792.838328] xmm7360 0000:72:00.0: modem still booting, waiting...
[  802.612924] xmm7360 0000:72:00.0: modem is ready

[  978.957286] xmm7360 0000:72:00.0: modem still booting, waiting...
[  981.683739] xmm7360 0000:72:00.0: unknown modem status: 0xffffffff
[  981.683959] xmm7360: probe of 0000:72:00.0 failed with error -22

Another thing, has anyone tried to make GNSS/NMEA output work? There is a document FIBOCOM AT Commands User Manual_GNSS_V1.0.1.docx, but I haven't been able to find it online.

I think this can be what your looking for, or at least be helpfull:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants