I just have my linux netbook (acer aspire one zg5) and im kinda happy with it.

Im more than a decade windows user and really using linux and all its term is like my first time to learn how to read

I am happy with the wired and wifi connection, its just that i also have a broadband Plug-In Kit and i cant use it for Linux (as far as doob like me know)

Is there anyone can help me on this?

My headaches bad in trying to understand everything in the internet.

Dani AI

Generated

A short, practical checklist for the common problems that stop a USB "broadband plug‑in" kit from working under Linux. The thread shows having trouble getting the kit to work; 's reply looks like a stray emoticon. Typical causes are: the device presents itself as USB storage (an installer), needs a mode switch to become a modem, or the distro needs modem-management packages and a configured connection.

Run these commands to identify how the kernel sees the device and what device nodes appear:

sudo dmesg -wH
lsusb
dmesg | tail -n 40
ls /dev/ttyUSB* /dev/ttyACM* 2>/dev/null

If lsusb shows a vendor:product pair but no modem node, install the standard tools (Debian/Ubuntu example shown; use the distro package manager if different):

sudo apt-get update
sudo apt-get install usb-modeswitch wvdial ppp modemmanager network-manager

Notes and troubleshooting: usb-modeswitch handles devices that initially present as mass storage and then switch to modem mode. Once a /dev/ttyUSB or /dev/ttyACM device appears, either the NetworkManager "Mobile Broadband" wizard or wvdial/pppd can create the connection. Check dmesg for firmware failures or driver errors and search the vendor:product ID if a device-specific driver or firmware is required. Avoid running untrusted Windows drivers or random scripts; prefer packaged tools from the distro or reputable community guides.

:os

:os

whats that?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.