华为E353s 上网卡在fedora14下无法上网

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
sherlock_holmes
帖子: 4
注册时间: 2012-12-27 14:40

华为E353s 上网卡在fedora14下无法上网

#1

帖子 sherlock_holmes »

各位大侠,小弟配了好长时间,就是上不了网,科研进度一直不前,还请各位大侠救救小弟。

我使用的是2.6.35的内核,fedora14版本。使用usb_modeswitch+wvdial方式联网,可老是出问题。E353的代号是12d1:14fe

第一步:已经安装好usb_modeswitch, #usb_modeswitch -W -c /home/sunshine/modeswitch/e353s-modeswitch.conf

e353s-modeswitch.conf的配置文件是
DefaultVendor= 0x12d1
DefaultProduct= 0x14fe
TargetVendor= 0x12d1
TargetProduct= 0x14fe

# only for reference and 0.x versions
# MessageEndpoint=0x01
MessageContent="55534243b0c8dc812000000080000a85010101180101010101000000000000"

屏幕上显示的是:
[root@MR dev]# usb_modeswitch -W -c /home/sunshine/usb-modeswitch-1.2.4/e353s-modeswitch.conf
Reading config file: /home/sunshine/usb-modeswitch-1.2.4/e353s-modeswitch.conf
* usb_modeswitch: handle USB devices with multiple modes
* Version 1.1.4 (C) Josua Dietze 2010
* Based on libusb0 (0.1.12 and above)

! PLEASE REPORT NEW CONFIGURATIONS !

DefaultVendor= 0x12d1
DefaultProduct= 0x14fe
TargetVendor= 0x12d1
TargetProduct= 0x14fe
TargetClass= not set
TargetProductList=""

DetachStorageOnly=0
HuaweiMode=0
SierraMode=0
SonyMode=0
GCTMode=0
MessageEndpoint= not set
MessageContent="55534243b0c8dc812000000080000a85010101180101010101000000000000"
NeedResponse=0
ResponseEndpoint= not set
Interface=0x00

InquireDevice enabled (default)
Success check disabled
System integration mode disabled

usb_set_debug: Setting debugging level to 15 (on)
usb_os_find_busses: Found 005
usb_os_find_busses: Found 004
usb_os_find_busses: Found 003
usb_os_find_busses: Found 002
usb_os_find_busses: Found 001
usb_os_find_devices: Found 001 on 005
usb_os_find_devices: Found 001 on 004
usb_os_find_devices: Found 001 on 003
usb_os_find_devices: Found 002 on 002
skipped 1 class/vendor specific interface descriptors
usb_os_find_devices: Found 001 on 002
error obtaining child information: Inappropriate ioctl for device
usb_os_find_devices: Found 006 on 001
usb_os_find_devices: Found 001 on 001
error obtaining child information: Inappropriate ioctl for device

Looking for target devices ...
searching devices, found USB ID 1d6b:0001
searching devices, found USB ID 1d6b:0001
searching devices, found USB ID 1d6b:0001
searching devices, found USB ID 093a:2510
searching devices, found USB ID 1d6b:0001
searching devices, found USB ID 12d1:14fe
found matching vendor ID
found matching product ID
adding device
searching devices, found USB ID 1d6b:0002
Found devices in target mode or class (1)
Looking for default devices ...
searching devices, found USB ID 1d6b:0001
searching devices, found USB ID 1d6b:0001
searching devices, found USB ID 1d6b:0001
searching devices, found USB ID 093a:2510
searching devices, found USB ID 1d6b:0001
searching devices, found USB ID 12d1:14fe
found matching vendor ID
found matching product ID
adding device
searching devices, found USB ID 1d6b:0002
Found devices in default mode or class (1)
Accessing device 006 on bus 001 ...
Using endpoints 0x01 (out) and 0x81 (in)
Using endpoints 0x01 (out) and 0x81 (in)
Inquiring device details; driver will be detached ...
Looking for active driver ...
OK, driver found ("usb-storage")
OK, driver "usb-storage" detached

SCSI inquiry data (for identification)
-------------------------
Vendor String: HUAWEI
Model String: Mass Storage
Revision String: 2.31
-------------------------

USB description data (for identification)
-------------------------
Manufacturer: HUAWEI
Product: HUAWEI Mobile
Serial No.: not provided
-------------------------
Setting up communication with interface 0 ...
Using endpoint 0x01 for message sending ...
Trying to send message 1 to endpoint 0x01 ...
OK, message successfully sent
Resetting response endpoint 0x81
Resetting message endpoint 0x01
-> Run lsusb to note any changes. Bye.

第二步:输入lsusb后, 显示的内容还是12d1:14fe,前后并没有发生变化
输入 modprobe usbserial vendor=0x12d1 product=0x14fe
之后再/dev/下并没有ttyUSB*内容

ps:图形化界面显示的网卡的图标,在第一步之后消失
还请诸位大侠指点!!
onlylove
论坛版主
帖子: 5371
注册时间: 2007-01-14 16:23

Re: 华为E353s 上网卡在fedora14下无法上网

#2

帖子 onlylove »

华为没给你驱动?
先别插上网卡,开机,然后插上上网卡,把dmesg 和 ls /dev
的结果贴上来
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
头像
jmw778s
帖子: 994
注册时间: 2009-10-16 11:13
来自: 福安
联系:

Re: 华为E353s 上网卡在fedora14下无法上网

#3

帖子 jmw778s »

还用14这么古老的版本,去官网下载最新的再试试
Acer 4738ZG-P22G50Mnkk 笔记本电脑
我用Windows 7 来这里装13的
sherlock_holmes
帖子: 4
注册时间: 2012-12-27 14:40

Re: 华为E353s 上网卡在fedora14下无法上网

#4

帖子 sherlock_holmes »

onlylove 写了:华为没给你驱动?
先别插上网卡,开机,然后插上上网卡,把dmesg 和 ls /dev
的结果贴上来
今天上官网找了个驱动,也不知道是水平原因还是上网卡问题(之前坏过一次),还是不行。大侠你用驱动装简单吗?
sherlock_holmes
帖子: 4
注册时间: 2012-12-27 14:40

Re: 华为E353s 上网卡在fedora14下无法上网

#5

帖子 sherlock_holmes »

onlylove 写了:华为没给你驱动?
先别插上网卡,开机,然后插上上网卡,把dmesg 和 ls /dev
的结果贴上来
大侠可否给下邮箱
onlylove
论坛版主
帖子: 5371
注册时间: 2007-01-14 16:23

Re: 华为E353s 上网卡在fedora14下无法上网

#6

帖子 onlylove »

sherlock_holmes 写了:
onlylove 写了:华为没给你驱动?
先别插上网卡,开机,然后插上上网卡,把dmesg 和 ls /dev
的结果贴上来
今天上官网找了个驱动,也不知道是水平原因还是上网卡问题(之前坏过一次),还是不行。大侠你用驱动装简单吗?
我不用驱动,我的USB猫默认能识别,直接写了个ppp拨号脚本,实际上wvdial更省事,但是我见过华为的东西,里面是有驱动安装脚本的,你可以照着脚本手动来
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
回复