WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: HUAWEI "E3131" GSM Modem on PiCore  (Read 10008 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: HUAWEI "E3131" GSM Modem on PiCore
« Reply #15 on: March 04, 2014, 08:45:39 AM »

Another area is perhaps the "driver" for the UB device ... On Raspbian the device uses "cdc_acm" - Is there an equivalent for TC?


It is the USB MODEM support which is built into the 3.13.3-piCore+ kernel. If you can use it in Raspbian, please compare modules installed in the two systems.
« Last Edit: March 04, 2014, 08:47:24 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline floppy

  • Hero Member
  • *****
  • Posts: 577
Re: HUAWEI "E3131" GSM Modem on PiCore
« Reply #16 on: March 04, 2014, 08:54:02 AM »
perhaps it should be taken out of the TCL pi kernel and created as module?
rmmod cdc_acm
modprobe cdc_acm
is perhaps necessary according http://askubuntu.com/questions/209605/cdc-acm-not-firing
AMD K6-IIIATZ 550MHz MB DFI K6xv3/+66
P4 HP DC7100 3GB 3GHz
Samsung NC10 boot from SD card port (via USB reader)
.. all TinyCore proofed

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: HUAWEI "E3131" GSM Modem on PiCore
« Reply #17 on: March 04, 2014, 09:04:42 AM »
perhaps it should be taken out of the TCL pi kernel and created as module?
rmmod cdc_acm
modprobe cdc_acm
is perhaps necessary according http://askubuntu.com/questions/209605/cdc-acm-not-firing

While it is possible to make a kernel for testing with cdc_am as a module, referred article doesn't say it is necessary.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline floppy

  • Hero Member
  • *****
  • Posts: 577
Re: HUAWEI "E3131" GSM Modem on PiCore
« Reply #18 on: March 04, 2014, 09:39:49 AM »

I tried the same way you add a eth0:1 but this does not work as I'm sure we need to first tell the OS that there is an eth1 on the USB interface.

eth0? curious. it should be a ppp0?

$sudo nano /etc/network/interfaces
...
auto ppp0
iface ppp0 inet wvdial
provider congstar
...
from here http://www.spassamhobby.de/technik/raspberry/raspberry_stream5.htm
AMD K6-IIIATZ 550MHz MB DFI K6xv3/+66
P4 HP DC7100 3GB 3GHz
Samsung NC10 boot from SD card port (via USB reader)
.. all TinyCore proofed