juhovh/xmm7360_usb

How to use with X1 Carbon Gen 7 and fresh Debian 10

Closed this issue · 2 comments

kopax commented

@juhovh, I've just received my x1g7 and I am working to get the fibocom wwan to work.

I have clone your repo but I break on sudo make install

kopax@dka:~/workspace/tmp$ git clone https://github.com/juhovh/xmm7360_usb.git
Cloning into 'xmm7360_usb'...
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 7 (delta 0), reused 7 (delta 0), pack-reused 0
Unpacking objects: 100% (7/7), done.
kopax@dka:~/workspace/tmp$ cd xmm7360_usb/
kopax@dka:~/workspace/tmp/xmm7360_usb$ make
make -C /lib/modules/4.19.0-6-amd64/build M=/home/kopax/workspace/tmp/xmm7360_usb modules
make[1]: Entering directory '/usr/src/linux-headers-4.19.0-6-amd64'
  CC [M]  /home/kopax/workspace/tmp/xmm7360_usb/xmm7360_usb.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/kopax/workspace/tmp/xmm7360_usb/xmm7360_usb.mod.o
  LD [M]  /home/kopax/workspace/tmp/xmm7360_usb/xmm7360_usb.ko
make[1]: Leaving directory '/usr/src/linux-headers-4.19.0-6-amd64'
kopax@dka:~/workspace/tmp/xmm7360_usb$ sudo make install
make -C /lib/modules/4.19.0-6-amd64/build M=/home/kopax/workspace/tmp/xmm7360_usb modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.19.0-6-amd64'
  INSTALL /home/kopax/workspace/tmp/xmm7360_usb/xmm7360_usb.ko
  DEPMOD  4.19.0-6-amd64
Warning: modules_install: missing 'System.map' file. Skipping depmod.
make[1]: Leaving directory '/usr/src/linux-headers-4.19.0-6-amd64'
kopax@dka:~/workspace/tmp/xmm7360_usb$ sudo modprobe xmm7360_usb
modprobe: FATAL: Module xmm7360_usb not found in directory /lib/modules/4.19.0-6-amd64

How is it working for you so far under linux, is it stable ? Would love to get some help

You need to run

sudo depmod -A

And then it will work.

kopax commented

Yes it is working it's awesome 😉

Not related to the driver but I haven't found a wayyet to create a secure hotspot I can access from Android. I must disable the password (See all details here).

bravo!