Gentoo Archives: gentoo-user

From: Carlos Sura <carlos.sura1@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo + NetworkManager Applet + Modem ZTE MF180
Date: Wed, 06 Apr 2011 03:44:33
Message-Id: BANLkTin4Z83qWww-eYCWGuXfq_827jL5uQ@mail.gmail.com
In Reply to: Re: [gentoo-user] Gentoo + NetworkManager Applet + Modem ZTE MF180 by Gary Golden
1 On 18 December 2010 10:46, Gary Golden <mail@××××××××××.me> wrote:
2
3 > I'm not sure about Fedora, but since /dev/ttyUSB* doesn't exist then
4 > option driver isn't loaded. I have a ZTE device and did make it work
5 > with this driver.
6 >
7 > Try lsmod | grep option to make sure.
8 >
9 > It's there:
10 >
11 > Device Drivers
12 > -> USB support (USB_SUPPORT [=y])│
13 > -> USB Serial Converter support (USB_SERIAL [=m]
14 >
15 > --
16 >
17 > Gary Golden
18 >
19 > On 12/18/2010 08:10 PM, Carlos Sura wrote:
20 > >
21 > > On 17 December 2010 10:54, Gary Golden <mail@××××××××××.me
22 > > <mailto:mail@××××××××××.me>> wrote:
23 > >
24 > > Try option kernel driver.
25 > > Can you see it with lsusb?
26 > > Is there any /dev/ttyUSB* ?
27 > >
28 > > ---
29 > >
30 > > Gary Golden
31 > >
32 > > On 12/14/2010 11:03 PM, Carlos Sura wrote:
33 > > > Hello mates,
34 > > >
35 > > > I'm on a Gentoo Box (my laptop) and I have a usb modem (ZTE
36 > > MF180), but
37 > > > it just don't work with my Gentoo Box, I've been searching in
38 > > Google and
39 > > > I found this: http://christian.amsuess.com/tutorials/zte_mf180/
40 > > >
41 > > > I tried, but, I ejected my cdrom and even my usb modem (eject
42 > > /dev/sr1)
43 > > > and none of this worked for me.
44 > > >
45 > > > Does anyone have this Modem working on Gentoo Linux? if so, please
46 > let
47 > > > me know how!
48 > > >
49 > > > However, I tried this modem with a livecd (Fedora) and it worked
50 > with
51 > > > the networkmanager, easy as pie!!... Is there any way to get that
52 > > config
53 > > > (or drivers) to make it work in my gentoo box?
54 > > >
55 > > > Regards,
56 > > > Carlos Sura.
57 > > >
58 > > > --
59 > > > Carlos Sura.-
60 > > >
61 > >
62 > >
63 > > Hello Gary Golden,
64 > >
65 > > Thank you for answer me.
66 > >
67 > > Yes I can see it with: *lusb *and no there is nothing in*/dev/ttyUSB**
68 > > *
69 > > *
70 > > The link above explains how to make it works, but I've been following
71 > > those instructions and isn't working for me. Do I need to install
72 > > *usbswitchmode*? by the way: Is there anyway to know what drivers and
73 > > configuration is using Fedora 14, to make it easier and just take it
74 > > from Fedora 14 and use it in my Gentoo ?
75 > >
76 > > Regards,
77 > >
78 > > --
79 > > Carlos Sura.-
80 > >
81 >
82 >
83 Hi, I've already found a way to make it work.
84
85 Here:
86 We need to configure the kernel of our gentoo b0x, we give support to ip and
87 ppp
88
89 Networking --->
90 Networking options --->
91 <*> Unix domain sockets[*] TCP/IP networking
92 Device Drivers --->
93 Network device support --->[*] Network device support
94 <*> PPP (point-to-point protocol) support
95 <*> PPP support for async serial ports
96 <*> PPP support for sync tty ports
97 <*> PPP Deflate compression
98 <*> PPP BSD-Compress compression
99
100
101 then we make active:
102 Device Drivers --->
103 SCSI device support --->
104 <*> SCSI CDROM support
105 USB support --->
106 <*> Support for Host-side USB
107 <*> UHCI HCD (most Intel and VIA) support
108 <*> USB Mass Storage support
109 USB Serial Converter support --->
110 <*> USB Serial Converter support
111 <*> USB driver for GSM and CDMA modems
112
113 finally we compile our kernel and reboot the system, and then we add our
114 modem with our Network Manager (gnome) and it will work fine
115
116 By the way, after reboot, as root : eject /dev/sr0 (to make it work)
117
118 Regards
119
120 --
121 Carlos Sura.-

Replies

Subject Author
Re: [gentoo-user] Gentoo + NetworkManager Applet + Modem ZTE MF180 Gregory Fontenele <gregoryfontenele@×××××.com>