Мобильный широкополосный модем — Mobile broadband modem — abcdef.wiki

Mbbservice.exe — что это такое?

Процесс mbbService.exe принадлежит программе MobileBrServ, которая может автоматически установиться при первом подключении USB-модема для мобильного интернета. Скорее всего устанавливается вместе с драйверами.

Название софта для работы с модемом может быть например Mobile Broadband HL. Но это зависит от модели модема, от оператора, софт может быть вообще выполнен в стиле оформления оператора.

Возможно находится в автозагрузке. Чтобы проверить: зажмите Win R > введите команду msconfig > активируйте вкладку Автозагрузка, посмотрите наличие записи.. связанной с mbbService. Если что — отключите (снимите галочку). Будут проблемы — поставите обратно.

1g и 2g

В то время как некоторые аналоговые мобильные телефоны имели стандартную телефонную розетку RJ11, к которой можно было подключить обычный стационарный модем, это обеспечивало только медленные коммутируемые соединения, обычно 2,4 килобита в секунду (кбит / с) или меньше.

Следующее поколение телефонов, известное как 2G (от «второго поколения»), было цифровым и предлагало более высокую скорость коммутируемого доступа до 9,6 кбит / с или 14,4 кбит / с без необходимости в отдельном модеме. Дальнейшее развитие, получившее название HSCSD, использовало несколько каналов GSM (два или три в каждом направлении) для поддержки до 43,2 кбит / с.

Выпуск телефонов 2.5G с поддержкой пакетных данных изменил это. Сети 2.5G разбивают и цифровой голос, и данные на небольшие фрагменты и смешивают их в сети одновременно в процессе, называемом коммутацией пакетов .

Это позволяет телефону иметь голосовое соединение и соединение для передачи данных одновременно, а не использовать один канал для одного или другого. Сеть может связать подключение для передачи данных с сетью компании, но для большинства пользователей подключение осуществляется к Интернету.

Это позволяет просматривать веб-страницы на телефоне, но компьютер также может подключаться к этой службе, если он подключается к телефону. ПК должен отправить на телефон специальный номер телефона, чтобы получить доступ к соединению в режиме пакетной передачи данных.

At commands

There are some useful commands:

  • AT^U2DIAG=0 — the device is only Modem
  • AT^U2DIAG=1 — device is in modem mode CD ROM
  • AT^U2DIAG=255 — the device in modem mode CD ROM Card Reader
  • AT^U2DIAG=256 — the device in modem mode Card Reader
  • AT CPIN=PIN-CODE — enter PIN-code
  • AT CUSD=1,PDU-encoded-USSD-code,15 — USSD request, result can be found (probably) in /dev/ttyUSB2.

Encode *100# to PDU format:

$ perl -e '@a=split(//,unpack("b*","*100#")); for ($i=7; $i < $#a; $i =8) { $a[$i]="" } print uc(unpack("H*", pack("b*", join("", @a))))."n"'

Decode AA180C3602 from PDU format:

$ perl -e '@a=split(//,unpack("b*", pack("H*","AA180C3602"))); for ($i=6; $i < $#a; $i =7) {$a[$i].="0" } print pack("b*", join("", @a)).""'

Answer decoding (this example is balance response: 151.25):

$ perl -e 'print pack("H*", "003100350031002C003200350020044004430431002E0020");'

Some operators return USSD result in PDU encoding, so you should check proper decoding method.

  • AT CSQ — get signal quality (AT CSQ=?)
  • AT GMI — get manufacturer
  • AT GMM — get model
  • AT GMR — get revision
  • AT GMN — get IMEI
  • AT COPS? — get operator info
  • AT^CARDLOCK="NCK-code" — unlock modem. NCK-code should be calculated by IMEI. After that modem can work with any GSM-provider.
  • AT^SYSCFG=mode, order, band, roaming, domain — System Config

Mode:

  • 2 Automatic search
  • 13 2G ONLY
  • 14 3G ONLY
  • 16 No change

Order:

  • 0 Automatic search
  • 1 2G first, then 3G
  • 2 3G first, then 2G
  • 3 No change

Band:

  • 80 GSM DCS systems
  • 100 Extended GSM 900
  • 200 Primary GSM 900
  • 200000 GSM PCS
  • 400000 WCDMA IMT 2000
  • 3FFFFFFF Any band
  • 40000000 No change of band

Roaming:

  • 0 Not supported
  • 1 Roaming is supported
  • 2 No change

Domain:

  • 0 CS_ONLY
  • 1 PS_ONLY
  • 2 CS_PS
  • 3 ANY
  • 4 No change

By the configuration file

/etc/usb_modeswitch.conf
DisableSwitching=1

Commands to restart the device

Unplugging, and plugging, the device is sometimes used to restart the USB device. The following describes how to do that from the shell. Doing that from the shell might be useful, if, for example, the plug is at the rear side of the PC. The method described is not just for USB modems. It should be good for many other USB devices.

The important part is that the requirements are for the USB bus, and the port, the device is attached to. There could be one, or more, sub ports too. Suppose I obtained bus 2 and port 4, without sub ports, for my device from the output of lsusb -t. This information is also recorded in the journal. With

$ cat /sys/bus/usb/drivers/usb/2-4/product

I can verify it is the intended device.

The following sequence will restart the device:

Connection

To connect to the mobile network, use one of the following methods.

Connection halts after few minutes running

This problem commonly occurs on some modems which locked by a mobile operator. You can successfully connect to the internet but after few minutes connection halts and your modem reboots. That happens because an operator built a some checks into modem firmware so a modem checks if a branded software is running on your pc, but usually that software is Windows-only, and obviously you do not use it. Fix (it works on ZTE-mf190 at least) is simple — send this command through serial port (use minicom or similar soft):

AT ZCDRUN=Ern

This command will delete a NODOWNLOAD.FLG file in the modem’s filesystem — it will disable such checks.

Another possibility for such disconnections is to help the customer save bandwidth, which might be expensive. With Huawei HiLink devices with a web interface, there might be an option there to set a longer period of inactivity before the connection hangs up.

Description

Although broadband has a technical meaning, the phrase «mobile broadband» is a wireless carrier marketing term for Internet access. Bit rates of broadband support voice and video as well as other data access.[1]:

3 Devices that provide mobile broadband to mobile computers include: PC cards also known as PC data card or Connect cards, USB modems, USB sticks often called «dongles», and portable devices with built-in support for mobile broadband (like notebooks, netbooks and Mobile Internet Devices. Notebooks with built-in mobile broadband modules are offered by many laptop manufacturers.

The GSM Association of telecommunication manufacturers, mobile phone producers, integrated circuit manufacturers and notebook manufacturers have joined forces to push built-in support for mobile broadband technology on notebook computers.[2] The association established a service mark to identify devices that include Internet connectivity with devices not usually associated with it.[2]

North America refers to mobile phones as cell phones. However all non-satellite mobile access technologies are cellular designs, but only CDMA-1 (EVDO related), GSM (GPRS/EDGE), UMTS/WCDMA/3G/FOMA/T-CDMA (HSPDA, HSUPA, HSPA, HSPA ) were originally intended for voice telephone calls.

LTE and Mobile WiMax are data only, using VOIP for voice. Flash-OFDMA, IPW (derived from CDMA) and iBurst are also Data only networks. In theory also you could have an ERAN based EDGE2 network with no GPRS or GSM voice. Voice and SMS pays for the mobile phone networks.

Development

In 2002, the Institute of Electrical and Electronics Engineers (IEEE) established a Mobile Broadband Wireless Access (MBWA) working group.[4] They developed the IEEE 802.

20 standard in 2008, with amendments in 2021.[5] Another working group, IEEE 802.16, produced standards adopted in products using the WiMAX trademark.[6]

A barrier to mobile broadband was the coverage the mobile phone networks can provide. In many areas customers will not be able to achieve the speeds advertised due to mobile data coverage limitations. In addition, there are issues with connectivity, network capacity, application quality, and mobile network operators’ overall inexperience with data traffic.[7]

Demand from emerging markets fueled growth in mobile broadband . Without a widespread fixed line infrastructure, many emerging markets leapfrog developed markets and use mobile broadband technologies to deliver high-speed internet access to the mass market.

The global Third Generation Partnership Project (3GPP) family of standards — which includes GSM, EDGE, WCDMA, HSPA and LTE – is the most widespread way to deliver mobile broadband. 3GPP standards are serving about 90 percent of the world’s mobile subscribers.

After mobile broadband subscribers hit 500 million in 2021, at the end of 2021 Ericsson predicted it will be doubled to a billion. 400 million come from Asia Pacific region, followed by North America and Western Europe with more than 200 million subscriptions each.[8]

Device identification

Installusbutils.

Examine the output of:

$ lsusb

which will show the vendor and product IDs of the device. Note that some devices will show two different product IDs at different times as explained below.

Note: Mini PCIe adapters also show up in lsusb instead of lspci.

Disable mode switching

Some ways to disable usb_modeswitch from operating on a device before the device was inserted, for example to be able to read the initial flash memory (ZeroCD), are:

External links

Some Comparisons between Dialup (narrowband), Mobile (Midband) and true always on Broadband: [1] linking to OECD, FCC and Irish Government Definitions. Explanation as to why mobile performance is often 1/10 of the advertised speed, drops connections and may not connect [2] at all.

Fix image quality

If you are getting low quality images while browsing the web over a mobile broadband connection with the hints shift r improves the quality of this image and shift a improves the quality of all images on this page, follow these instructions:

Installtinyproxy.

Edit /etc/tinyproxy/tinyproxy.conf and insert the following two lines:

AddHeader "Pragma" "No-Cache"
AddHeader "Cache-Control" "No-Cache"

Starttinyproxy.service

Configure your browser to use localhost:8888 as a proxy server and you are all done. This is especially useful if you are using, for example, Google Chrome which, unlike Firefox, does not allow you to modify the Pragma and Cache-Control headers.

Libmbim

Install libmbim. To bring up the modem you can use mbim-network which is a wrapper for mmcli calls. First create a profile for mbim-network.

/etc/mbim-network.conf
APN=apn=internet.myisp.example

Now connect to the network with:

# mbim-network /dev/cdc-wdmX start

Then follow Network configuration to bring up the ww* interface and get an IP address using DHCP.

Low connection speed

Someone claims that the connection speed under Linux is lower than Windows [3]. This is a short summary for possible solutions which are not fully verified.

In most of conditions, the low speed is caused by bad receiver signals and too many people in cell. But you still could use the following method to try to improve the connection speed:

  • QoS parameter can be set with the AT CGEQMIN and AT CGEQREQ commands. It should also be possible to decrease and limit the connection speed. Add the following Init command in /etc/wvdial.conf:
Init6 = AT CGEQMIN=1,4,64,640,64,640
Init7 = AT CGEQREQ=1,4,64,640,64,640
  • Baud parameter in /etc/wvdial.conf could be used to increase the connection speed:
Baud = 460800

It is advisable to see the baud rate set by the official modem application for Windows (possibly 9600 on Vista).

Mbbservice сканер

Security Task Manager показывает все запущенные сервисы Windows, включая внедренные скрытые приложения (например, мониторинг клавиатуры или браузера, авто вход). Уникальный рейтинг надежности указывает на вероятность того, что процесс потенциально может быть вредоносной программой-шпионом, кейлоггером или трояном.

Бесплатный aнтивирус находит и удаляет неактивные программы-шпионы, рекламу, трояны, кейлоггеры, вредоносные и следящие программы с вашего жесткого диска. Идеальное дополнение к Security Task Manager.

Reimage бесплатное сканирование, очистка, восстановление и оптимизация вашей системы.

Приветствую друзья! Сегодня мы поговорим о процессе mbbservice — постараюсь найти информацию и написать ее простыми словами.

Modem mode

In general, at this point you should note if mode switching left you with additional /dev/ttyUSB* serial device and a ww*network interface. You can do that with journalctl or by shell commands such as:

$ ls /dev/ttyUSB*
$ ip link

Modemmanager

Installmodemmanager and usb_modeswitch.

Start and enableModemManager.service.

Use mmcli(1) to communicate with the modem.

The simplest way to establish a connection is to use mmcli’s —simple-connect option.

First, list the modems and find the modem’s index:

$ mmcli -L

Look for /org/freedesktop/ModemManager1/Modem/MODEM_INDEX.

Next connect to the mobile network. For example:

$ mmcli -m MODEM_INDEX --simple-connect="apn=internet.myisp.example"

Modemmanager does not recognize the modem

In case ModemManager does not recognize the modem, check the output of:

# systemctl status ModemManager.service

Monitor used bandwidth

Frequently a 3G connection obtained via a mobile phone operator comes with restricted bandwidth, so that you are only allowed to use a certain bandwidth per time (e.g. 1GB per month). While it is quite straight-forward to know which type of network applications are pretty bandwidth extensive (e.g. video streaming, gaming, torrent, etc.), it may be difficult to keep an overview about overall consumed bandwidth.

Netctl

Netctl can be used to establish a connection using a USB modem. An example configuration file provided by netctl is located at /etc/netctl/examples/mobile_ppp. Minimally you will probably have to specify

/etc/netctl/mobile_ppp
Interface=cdc-wdmX
Connection=mobile_ppp
AccessPointName=apn=internet.myisp.example

See the netctl article and netctl.profile(5) for more information.

Networkmanager

NetworkManager uses ModemManager to work with mobile broadband modems. See NetworkManager#Mobile broadband support.

Remove the pin

First of all use your SIM card in a normal phone and disable the PIN request if present. If the SIM card asks the PIN wvdial will not work.

Failing that, you can use mmcli (provided by modemmanager) or AT commands, to unlock the SIM card.

Service providers

There are competing common carriers in most nations. Some of these cellular networks and the carrier’s service plans are:

United kingdom

In October 2008, a steering group known as Digital Britain was set up, with the aim of promoting digital telecommunications in the United Kingdom. The conclusion of the steering group was a recommendation that the government took up, namely to have 100% broadband coverage, with a minimum speed of 2Mbps in the United Kingdom by the year 2021.

Mobile «broadband» using 3G is not now expected to be able to ensure 2Mbit/s broadband coverage to the more remote areas of the UK as coverage is too poor and contention too high. Another suggestion is Ka Satellite for Rural areas, which may be very cheap by the end of 2021 if Eutelsat’s KA-SAT is successfully launched. There is also a smaller Ka Sat in 2021 from Avanti. However Satellite latency is about 790ms.

Using mmcli

First, list the modems and find the modem’s index:

$ mmcli -L

Look for /org/freedesktop/ModemManager1/Modem/MODEM_INDEX.

Find the SIM card index:

$ mmcli -m MODEM_INDEX

Just as with the modem index, look for primary sim path: /org/freedesktop/ModemManager1/SIM/SIM_INDEX.

Unlock the SIM card:

$ mmcli --sim=SIM_INDEX --pin=PIN

Remove the requirement for PIN:

$ mmcli --sim=SIM_INDEX --pin=PIN --disable-pin

With a udev rule

Masking the udev rule the package is using can be achieved with

With dedicated software

This was tested on a Huawei EM770W (GTM382E) 3g card integrated into an Acer Aspire AS3810TG laptop. Install gnokiiAUR, then:

$ mkdir -p $XDG_CONFIG_HOME/gnokii

Usually the configuration directory is ~/.config/gnokii.

$ cp /etc/gnokiirc ~/.config/gnokii/config

Edit ~/.config/gnokii/config as follows:

port = /dev/ttyUSB0

You may have to use a different port depending on your configuration, for example /dev/ttyUSB1 or something else:

model = AT
connection = serial

You need to be part of the uucpgroup to use /dev/ttyUSB0.

Then launch gnokii:

$ xgnokii

Click on the «SMS» icon button, a window opens up. Then click: «messages->activate sms reading». Your messages will show up in the window.

Command line script:

A small command line script using gnokii to read SMS on your SIM card (not phone memory) without having to start a GUI:

$ gnokii --getsms SM 0 end 2>&1|grep Text -A1 -B3|grep -v Text

What it does:

gnokii # invoke gnokii
--getsms SM 0 end # read SMS from SM-memory location (=SIM card) starting at 0 and reading all occupied memory locations ("end")
2>&1 # connect STDERR to STDOUT to make sure the output from the --getsms command can be piped to grep
|grep Text # pipe output from gnokii to grep, anchoring at output containing "Text"
-A1 -B3 # print one line after the matched pattern and three lines before the matched pattern
|grep -v Text # grep result to another grep to exclude the "Text" line (-v for inverting the pattern)

Granted this does not work very well if your SMS contains the word «Text», but you may adapt the script to your liking.

Another option is to use mmcli

#!/bin/bash
#get modem number
MODEMNO=$(mmcli -L | grep -o "Modem/[0-9]" | grep -o [0-9]$)
#list newest SMS
SMSNO=$(mmcli -m ${MODEMNO} --messaging-list-sms | awk '/received/{split($1, ar, ///); print ar[6]; exit}')
#read message
mmcli -m ${MODEMNO} -s /org/freedesktop/ModemManager1/SMS/${SMSNO}

With email like web interface

Some Devices, such as some Huawei HiLink, include an email like web interface for SMS. It is included in the device internal web server, which is used for other purposes too.

Writing sms

#!/bin/bash
#get modem number
MODEMNO=$(mmcli -L | grep -o "Modem/[0-9]" | grep -o [0-9]$)
#create sms in modem and get number
SMSNO=$(mmcli -m ${MODEMNO} --messaging-create-sms="text='$1',number= $2" | grep -o [0-9]*$)
#send message
mmcli -s ${SMSNO} --send
# delete all sent messages
for i in $(mmcli -m ${MODEMNO} --messaging-list-sms | grep " (sent)" | cut -f5 -d' ') ; do mmcli -m ${MODEMNO} --messaging-delete-sms=$i
done

You may need give permission by creating file with content like

Wvdial

See main article: wvdial

Автономный

Автономные мобильные широкополосные модемы предназначены для прямого подключения к одному компьютеру. В прошлом для подключения к компьютеру использовались стандарты PCMCIA и ExpressCard . Поскольку USB- подключение стало почти универсальным, эти различные стандарты были в значительной степени вытеснены USB-модемами в начале 21 века. Некоторые модели имеют поддержку GPS , предоставляющую информацию о географическом местоположении.

Вот так, вы сможете исправить ошибки, связанные с mbbservice.exe

  1. Используйте программу Настройщик Windows, чтобы найти причину проблем, в том числе и медленной работы компьютера.
  2. Обновите программу Mobile Broadband HL Service. Обновление можно найти на сайте производителя (ссылка приведена ниже).
  3. В следующих пунктах предоставлено описание работы mbbservice.exe.

Встроенный роутер

Многие продаваемые в настоящее время мобильные широкополосные модемы также имеют встроенные возможности маршрутизации. Они предоставляют традиционные сетевые интерфейсы, такие как Ethernet , USB и Wi-Fi .

Информация о файле mbbservice.exe

Описание: mbbservice.exe не является важным для Windows и часто вызывает проблемы. Mbbservice.exe находится в подпапках «C:Program Files». Известны следующие размеры файла для Windows 10/8/7/XP 239,184 байт (26% всех случаев), 242,264 байт и еще 11 варианта . Мобильный широкополосный модем - Mobile broadband modem - abcdef.wiki
Название сервиса – Mobile Broadband HL.
Нет описания файла. Приложение не видно пользователям. Это файл, подписанный Verisign. Это не системный процесс Windows. Поставлена цифровая подпись. Mbbservice.exe способен мониторить приложения. Поэтому технический рейтинг надежности 59% опасности.
Разработчик Huawei предоставляет сайт поддержки для помощи, и деинсталлятор (Панель управления ⇒ Установка и удаление программ ⇒ Mobile Broadband HL Service или USB-модем Beeline).

Лучшие практики для исправления проблем с mbbservice

Аккуратный и опрятный компьютер – это главное требование для избежания проблем с mbbservice. Для этого требуется регулярная проверка компьютера на вирусы, очистка жесткого диска, используя cleanmgr и sfc /scannow, удаление программ, которые больше не нужны, проверка программ, которые запускаются при старте Windows (используя msconfig)

Если у вас актуальные проблемы, попробуйте вспомнить, что вы делали в последнее время, или последнюю программу, которую вы устанавливали перед тем, как появилась впервые проблема. Используйте команду resmon, чтобы определить процесс, который вызывает проблемы.

Даже если у вас серьезные проблемы с компьютером, прежде чем переустанавливать Windows, лучше попробуйте восстановить целостность установки ОС или для Windows 8 и более поздних версий Windows выполнить команду DISM.exe /Online /Cleanup-image /Restorehealth. Это позволит восстановить операционную систему без потери данных.

Следующие программы могут вам помочь для анализа процесса mbbservice.exe на вашем компьютере: Security Task Manager отображает все запущенные задания Windows, включая встроенные скрытые процессы, такие как мониторинг клавиатуры и браузера или записей автозагрузки.

Уникальная оценка рисков безопасности указывает на вероятность процесса быть потенциально опасным – шпионской программой, вирусом или трояном. Malwarebytes Anti-Malware определяет и удаляет бездействующие программы-шпионы, рекламное ПО, трояны, кейлоггеры, вредоносные программы и трекеры с вашего жесткого диска.

Нагрузка на пк

Процесс mbbService по непонятным причинам может грузить ПК — иногда через другой процесс, а именно — services.exe. Один пользователь удалил программу Mobile Broadband HL Service, после чего нагрузка прекратилась. Примечание: возможно это не программа.. а служба, проверьте в списке служб, если есть — попробуйте остановить ее. Вообще чтобы открыть службы, то нужно:

  1. Зажать кнопки Win R, написать команду services.msc, нажать ОК.
  2. Откроется окно со списком служб — будут отображаться как виндовские, так и сторонние.
  3. Найдите здесь Mobile Broadband HL Service, нажмите два раза по ней.
  4. Откроется окошко свойств службы, внутреннее название кстати может быть MobileBrServ.
  5. Отключаем — в менюшке Тип запуска выбираете Отключена. После — нажимаете кнопку Остановить. Потом можете сделать перезагрузку, чтобы проверить — не будет ли снова процесс mbbService грузить ПК?

На форуме 4PDA нашел инфу — mbbService является службой драйвера, который необходим для работы модема.

Как я понимаю, под модемом имеется ввиду эти USB-модемы.. которые используются для мобильного интернета, например от Билайна, Мегафона. Сами модемы могут быть производителя Huawei. При первом их подключении — происходит автоматическая установка специального софта.

После установки драйверов на модем у вас еще появится виртуальное устройство — Remote NDIS based Internet Sharing Device, правда драйвера для устройства используются от Microsoft. А еще в окне Мой компьютер может быть устройство CD-ром, будто у вас есть CD-привод, но на самом деле это от модема, это нормально, все они так работают.

Еще вы можете найти файл mbbServiceSetup — это установщик драйверов модема.

Переключение драйвера устройства

Мобильные широкополосные модемы часто используют утилиту переключения виртуальных компакт-дисков и содержат драйверы устройств. У этих модемов есть два режима: режим USB-накопителя, а в другом — модем. Через протокол USB.

Поставщики услуг

В большинстве стран существуют конкурирующие общие операторы вещания сигнала.

Проблемы с софтом для модема

У меня был некий опыт использования мобильного интернета. И все было также — при подключении модема в окне Мой компьютер появлялось устройство, какой-то CD-ром, с иконкой оператора. Если два раза нажать — то предлагалась установка софта либо открыть папку для просмотра.

Но суть не в этом.

Использовал несколько операторов и часто встречал одну и туже проблему — кривой софт:

  1. То он грузит комп.
  2. Бывает интернет пропадает просто так — помогала только перезагрузка.
  3. Интернет не хотел подключаться, какое-то там соединение.. подключение.. короче была ошибка.

Как я решал проблемы:

  1. Первое и самое главное — настроить интернет. Как только настроили, проверили что все работает норм — делаем точку восстановления, а лучше образ системы, ибо нарушить работу этого подключения оч легко (сужу по своей ситуации).
  2. Переустановка драйверов лучше делать только с последующим удалением хвостом. Это очень главное — из-за этого часто повторная установка проблемы не решает.

Чистка системы после удаления ПО очень важна:

  1. Во-первых нужно почистить реестр — открываете его (Win R > regedit), далее нажимаете Ctrl F, пишите ключевое слово, например Huawei и удаляете все хвосты.
  2. Файловые остатки удаляете также — в окне Мой компьютер, в правом верхнем углу — текстовое поле поиска. Пишите туда слово Huawei и удаляете все что найдете.
  3. Важно — вместо слова Huawei можно использовать другое, например MobileBrServ.

Расположение файла mbbservice.exe

Запускаться может из таких папок:

C:Program Files (x86)MobileBrServ

Смартфоны и модем

Многие смартфоны поддерживают набор команд Hayes и поэтому могут использоваться в качестве мобильного широкополосного модема. Некоторые операторы мобильной связи взимают плату за эту услугу, если могут обнаружить модем.

Смартфон с доступом в Интернет может иметь те же возможности, что и автономный модем, и при подключении через USB-кабель к компьютеру может служить модемом для компьютера. Смартфоны со встроенным Wi-Fi также обычно предоставляют возможность маршрутизации и беспроводной точки доступа . Этот метод подключения обычно называется « модем ».

Заключение

Информации как оказалось — не так много.

Однако, кажется главное — выяснили:

  1. mbbService — это от модемного софта. Если вы пользуетесь модемным интернетом, то наличие процесса неудивительно.
  2. По информации с форума 4PDA — процесс участвует в работе драйвера. Скорее всего отключать его просто так нельзя — может пропасть мобильный интернет.

Надеюсь информация помогла. Удачи и добра!

Оцените статью
Huawei Devices