RE: Problems getting my Huawei 0x140b USB modem to speak to internet

2013-06-30 Thread Manish Jain
Thanks for your help. But before I attempt disabling the cdrom, I would like to 
mention that I can already see the following devices (with corresponding .init 
and .lock files) :

cuaU0.0
cuaU0.1
cuaU0.2
cuau0

I am almost certain that cuaU0.0 is the modem. I will try disabling the the 
cdrom and then switch mode.

Thanks again 
Regards

Manish Jain

From: odhia...@gmail.com
Date: Sun, 30 Jun 2013 11:45:11 +0300
Subject: Re: Problems getting my Huawei 0x140b USB modem to speak to internet
To: bourne.ident...@hotmail.com

Hi Manish,

I seem to have missed the name - Huawei, sorry for that.

Anyway, this should be easy to resolve - I suppose.

With the virtual cd-rom (da0) presenting itself, FreeBSD will assume the modem 
is simply a mass storage device and leave it at that. You need to disable the 
virtual cd-rom in order to use the modem.


Use Hyperterminal or putty or minicom (does it still exist?) to disable it.
Here are the AT commands to do that:

1. To disable; AT^U2DIAG=0
2. To re-enable: AT^U2DIAG=1

After disabling, you should be able to see a device node for the modem - 
/dev/cuaU0.0 or something. They may be two devices or three. One of them is the 
modem



And here is a ppp.conf which you can use - just change the APN (safaricom) to 
your provider's APN, change authname/authkey and also change the device to what 
you'll have gotten from /dev/



Hope that helps!


u3g:
 set device /dev/cuaU0.0
 set server /var/run/3g-internet  0177
 set speed 921600
 set timeout 0


 set authname saf
 set authkey data
 set dial ABORT BUSY ABORT NO\\sTIMEOUT 2 \
   \\ \
   AT OK-AT-OK \
   AT+CFUN=1 OK-AT-OK \
   AT+CMEE=2 OK-AT-OK \
   AT+CSQ OK \


   AT+CGDCONT=1,\\\IP\\\,\\\safaricom\\\ OK \
   ATD*99# CONNECT
 set crtscts on
 disable vjcomp
 disable acfcomp
 disable deflate
 disable deflate24
 disable pred1


 disable protocomp
 disable mppe
 disable ipv6cp
 disable lqr
 disable echo
 #nat enable yes
 enable dns
 resolv writable
 set dns 8.8.8.8
 set ifaddr 10.1.0.2/0 10.1.0.1/0 255.255.255.255 0.0.0.0


 add default HISADDR  # See ppp.link*




On 30 June 2013 01:00, Manish Jain bourne.ident...@hotmail.com wrote:


Hi,



I thought the manufacturer name was mentioned in the original message : Huawei 
(0x12d1). Underneath is an extract from /var/log/messages :



Jun 29 23:03:57 bourne kernel: u3g0: Found 3 ports.

Jun 29 23:03:57 bourne kernel: umass0: HUAWEI TECHNOLOGIES HUAWEI Mobile, 
class 0/0, rev 1.10/0.00, addr 2 on usbus1

Jun 29 23:03:57 bourne kernel: umass0:  SCSI over Bulk-Only; quirks = 0x

Jun 29 23:03:57 bourne kernel: umass0:0:0:-1: Attached to scbus0

Jun 29 23:03:57 bourne kernel: (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 
0 0 0 0 0 0

Jun 29 23:03:57 bourne kernel: (probe0:umass-sim0:0:0:0): CAM status: SCSI 
Status Error

Jun 29 23:03:57 bourne kernel: (probe0:umass-sim0:0:0:0): SCSI status: Check 
Condition

Jun 29 23:03:57 bourne kernel: (probe0:umass-sim0:0:0:0): SCSI sense: UNIT 
ATTENTION asc:28,0 (Not ready to ready change, medium may have changed)

Jun 29 23:03:57 bourne kernel: cd0 at umass-sim0 bus 0 scbus0 target 0 lun 0

Jun 29 23:03:57 bourne kernel: cd0: HUAWEI Mass Storage 2.31 Removable CD-ROM 
SCSI-0 device

Jun 29 23:03:57 bourne kernel: cd0: 1.000MB/s transfers

Jun 29 23:03:57 bourne kernel: cd0: cd present [52352 x 2048 byte records]

Jun 29 23:03:57 bourne kernel: da0 at umass-sim0 bus 0 scbus0 target 0 lun 1

Jun 29 23:03:57 bourne kernel: da0: HUAWEI SD Storage 2.31 Removable Direct 
Access SCSI-2 device

Jun 29 23:03:57 bourne kernel: da0: 1.000MB/s transfers

Jun 29 23:03:57 bourne kernel: da0: 7580MB (15523840 512 byte sectors: 255H 
63S/T 966C)





Regards,



Manish Jain

+91-88064-38388



On 30-Jun-13 00:41, Odhiambo Washington wrote:


What is the manufacturer/model of the modem?



Is it detected by FreeBSD? Please show the /var/log/message entry for it.

I have never heard of usb_modeswitch.conf in FreeBSD!







On 29 June 2013 20:53, Manish Jain bourne.ident...@hotmail.com

mailto:bourne.ident...@hotmail.com wrote:



Hello All,



I have a a Huawei USB modem (product id 0x140b) which is connected

to my PC. I downloaded and installed Draisberghof's usb_modeswitch.



The following are the contents of my /etc/usb_modeswitch.conf :



DisableSwitching=0

EnableLogging=1

DefaultVendor=0x12d1

DefaultProduct=0x140b

TargetVendor=0x12d1

TargetProduct=0x1446

CheckSuccess=20

MessageEndpoint=0x0f


MessageContent=__555342431234567800__1106200100__00



When I run usb_modeswitch -c /etc/usb_modeswitch.conf, I get the

following message :



Looking for target devices ...

  No devices in target mode or class found

Looking for default devices ...

found matching product ID

adding device

  Found device in default mode, class or configuration (1)

Accessing device 010 on bus 000

Re: Problems getting my Huawei 0x140b USB modem to speak to internet

2013-06-30 Thread Odhiambo Washington
In that case, try disabling the cdrom and see if you make headway.


On 30 June 2013 13:29, Manish Jain bourne.ident...@hotmail.com wrote:

 Thanks for your help. But before I attempt disabling the cdrom, I would
 like to mention that I can already see the following devices (with
 corresponding .init and .lock files) :

 cuaU0.0
 cuaU0.1
 cuaU0.2
 cuau0

 I am almost certain that cuaU0.0 is the modem. I will try disabling the
 the cdrom and then switch mode.

 Thanks again 
 Regards

 Manish Jain

 --
 From: odhia...@gmail.com
 Date: Sun, 30 Jun 2013 11:45:11 +0300
 Subject: Re: Problems getting my Huawei 0x140b USB modem to speak to
 internet
 To: bourne.ident...@hotmail.com


 Hi Manish,

 I seem to have missed the name - Huawei, sorry for that.

 Anyway, this should be easy to resolve - I suppose.

 With the virtual cd-rom (da0) presenting itself, FreeBSD will assume the
 modem is simply a mass storage device and leave it at that. You need to
 disable the virtual cd-rom in order to use the modem.
 Use Hyperterminal or putty or minicom (does it still exist?) to disable it.
 Here are the AT commands to do that:

 1. To disable; AT^U2DIAG=0
 2. To re-enable: AT^U2DIAG=1

 After disabling, you should be able to see a device node for the modem -
 /dev/cuaU0.0 or something. They may be two devices or three. One of them is
 the modem

 And here is a ppp.conf which you can use - just change the APN (safaricom)
 to your provider's APN, change authname/authkey and also change the device
 to what you'll have gotten from /dev/

 Hope that helps!


 u3g:
  set device /dev/cuaU0.0
  set server /var/run/3g-internet  0177
  set speed 921600
  set timeout 0
  set authname saf
  set authkey data
  set dial ABORT BUSY ABORT NO\\sTIMEOUT 2 \
\\ \
AT OK-AT-OK \
AT+CFUN=1 OK-AT-OK \
AT+CMEE=2 OK-AT-OK \
AT+CSQ OK \
AT+CGDCONT=1,\\\IP\\\,\\\*safaricom*\\\ OK \
ATD*99# CONNECT
  set crtscts on
  disable vjcomp
  disable acfcomp
  disable deflate
  disable deflate24
  disable pred1
  disable protocomp
  disable mppe
  disable ipv6cp
  disable lqr
  disable echo
  #nat enable yes
  enable dns
  resolv writable
  set dns 8.8.8.8
  set ifaddr 10.1.0.2/0 10.1.0.1/0 255.255.255.255 0.0.0.0
  add default HISADDR  # See ppp.link*




 On 30 June 2013 01:00, Manish Jain bourne.ident...@hotmail.com wrote:

 Hi,

 I thought the manufacturer name was mentioned in the original message :
 Huawei (0x12d1). Underneath is an extract from /var/log/messages :

 Jun 29 23:03:57 bourne kernel: u3g0: Found 3 ports.
 Jun 29 23:03:57 bourne kernel: umass0: HUAWEI TECHNOLOGIES HUAWEI Mobile,
 class 0/0, rev 1.10/0.00, addr 2 on usbus1
 Jun 29 23:03:57 bourne kernel: umass0:  SCSI over Bulk-Only; quirks =
 0x
 Jun 29 23:03:57 bourne kernel: umass0:0:0:-1: Attached to scbus0
 Jun 29 23:03:57 bourne kernel: (probe0:umass-sim0:0:0:0): TEST UNIT READY.
 CDB: 0 0 0 0 0 0
 Jun 29 23:03:57 bourne kernel: (probe0:umass-sim0:0:0:0): CAM status: SCSI
 Status Error
 Jun 29 23:03:57 bourne kernel: (probe0:umass-sim0:0:0:0): SCSI status:
 Check Condition
 Jun 29 23:03:57 bourne kernel: (probe0:umass-sim0:0:0:0): SCSI sense: UNIT
 ATTENTION asc:28,0 (Not ready to ready change, medium may have changed)
 Jun 29 23:03:57 bourne kernel: cd0 at umass-sim0 bus 0 scbus0 target 0 lun
 0
 Jun 29 23:03:57 bourne kernel: cd0: HUAWEI Mass Storage 2.31 Removable
 CD-ROM SCSI-0 device
 Jun 29 23:03:57 bourne kernel: cd0: 1.000MB/s transfers
 Jun 29 23:03:57 bourne kernel: cd0: cd present [52352 x 2048 byte records]
 Jun 29 23:03:57 bourne kernel: da0 at umass-sim0 bus 0 scbus0 target 0 lun
 1
 Jun 29 23:03:57 bourne kernel: da0: HUAWEI SD Storage 2.31 Removable
 Direct Access SCSI-2 device
 Jun 29 23:03:57 bourne kernel: da0: 1.000MB/s transfers
 Jun 29 23:03:57 bourne kernel: da0: 7580MB (15523840 512 byte sectors:
 255H 63S/T 966C)


 Regards,

 Manish Jain
 +91-88064-38388


 On 30-Jun-13 00:41, Odhiambo Washington wrote:

 What is the manufacturer/model of the modem?

 Is it detected by FreeBSD? Please show the /var/log/message entry for it.
 I have never heard of usb_modeswitch.conf in FreeBSD!



 On 29 June 2013 20:53, Manish Jain bourne.ident...@hotmail.com
 mailto:bourne.identity@**hotmail.com bourne.ident...@hotmail.com
 wrote:

 Hello All,

 I have a a Huawei USB modem (product id 0x140b) which is connected
 to my PC. I downloaded and installed Draisberghof's usb_modeswitch.

 The following are the contents of my /etc/usb_modeswitch.conf :

 DisableSwitching=0
 EnableLogging=1
 DefaultVendor=0x12d1
 DefaultProduct=0x140b
 TargetVendor=0x12d1
 TargetProduct=0x1446
 CheckSuccess=20
 MessageEndpoint=0x0f
 MessageContent=__**555342431234567800**__**
 1106200100**__00


 When I run usb_modeswitch -c /etc/usb_modeswitch.conf, I get the
 following message :

 Looking for target devices

Re: Problems getting my Huawei 0x140b USB modem to speak to internet

2013-06-30 Thread Manish Jain

Hello Odhiambo/All,

I installed and ran minicom. There are 2 devices which are possible 
candidates as the modem : cuaU0.0 and cuaU0.2


I symlinked modem to each of the 2 devices and ran minicom. With both 
devices, the AT command returns OK, but AT^U2DIAG=0 returns COMMAND NOT 
SUPPORT


Any tips on what to do next ?


Thanks 
Regards,

Manish Jain
+91-88064-38388

On 30-Jun-13 17:30, freebsd-questions-requ...@freebsd.org wrote:

Send freebsd-questions mailing list submissions to
freebsd-questions@freebsd.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
or, via email, send a message with subject or body 'help' to
freebsd-questions-requ...@freebsd.org

You can reach the person managing the list at
freebsd-questions-ow...@freebsd.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of freebsd-questions digest...


Today's Topics:

1. question, following error Shared object libc.so.6 not
   found, required by fortune (Rev Herbert Miller)
2. Re: question, following error Shared object libc.so.6 not
   found, required by fortune (Polytropon)
3. ALT key problem with Virtual Box? (Scott Ballantyne)
4. Re: ALT key problem with Virtual Box? (Polytropon)
5. Problems getting my Huawei 0x140b USB modem to speak to
   internet (Manish Jain)
6. Re: ALT key problem with Virtual Box? (Scott Ballantyne)
7. Baker Invites freebsd-questions@freebsd.org to spend holiday
   in Goa (John Baker)
8.  (Upali Kulasekara)
9. Re: your mail (Daniel Feenberg)
   10. RE: Problems getting my Huawei 0x140b USB modem to speak to
   internet (Manish Jain)
   11. Re: Problems getting my Huawei 0x140b USB modem to speak to
   internet (Odhiambo Washington)


--

Message: 1
Date: Sat, 29 Jun 2013 10:48:38 -0400
From: Rev Herbert Miller herbertmil...@me.com
To: questi...@freebsd.org
Subject: question, following error Shared object libc.so.6 not
found, required by fortune
Message-ID: 650f01ca-f62f-49e7-957f-9bfdc06d6...@me.com
Content-Type: text/plain; charset=us-ascii

I was trying to use the content management system for our website.  I needed to 
restart on terminal but I keep coming up with the following error:  I don't 
know programing at all, so don't know if this is something I can fix.


Shared object libc.so.6 not found, required by fortune

Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program
root@psumc:/usr/local/tomcat5.5 # bin/startup.sh
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program
root@psumc:/usr/local/tomcat5.5 # su -c 'killall -9 java'

--

Message: 2
Date: Sat, 29 Jun 2013 17:58:31 +0200
From: Polytropon free...@edvax.de
To: Rev Herbert Miller herbertmil...@me.com
Cc: questi...@freebsd.org
Subject: Re: question, following error Shared object libc.so.6 not
found, required by fortune
Message-ID: 20130629175831.b2bf7fcb.free...@edvax.de
Content-Type: text/plain; charset=US-ASCII

On Sat, 29 Jun 2013 10:48:38 -0400, Rev Herbert Miller wrote:

I was trying to use the content management system for our website.
I needed to restart on terminal but I keep coming up with the
following error:  I don't know programing at all, so don't know
if this is something I can fix.


In worst case, notify your system administrator.




Shared object libc.so.6 not found, required by fortune


This kind of error often indicates an incomplete system update
were libraries are out of date or missing. What way of system
update has been performed?




root@psumc:/usr/local/tomcat5.5 # bin/startup.sh
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program


That can be a side effect, maybe some accidentally overwritten
configuration file or a program that's unable to run due to a
missing dependency?

What happens if you manually define those variables to the proper
valies and try again, e. g.

# setenv JAVA_HOME=/usr/local/where your JAVA stuff is
# setenv JRE_HOME=/usr/local/where your runtime lives
# bin/startup,sh

Does this produce a different result?




root@psumc:/usr/local/tomcat5.5 # su -c 'killall -9 java'


That command doesn't make sense. The prompt indicates that you
are already root. The -c parameter for the su command is missing
an argument, the class. See man su for details, no programming
knowledge required. ;-)



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: Problems getting my Huawei 0x140b USB modem to speak to internet

2013-06-30 Thread Odhiambo Washington
Hi Manish,

If you have a Windows PC, use putty.exe and point the config to the COM
port on which the modem is detected to be attached to.
That's how I do it, unfortunately.



On 30 June 2013 16:51, Manish Jain bourne.ident...@hotmail.com wrote:

 Hello Odhiambo/All,

 I installed and ran minicom. There are 2 devices which are possible
 candidates as the modem : cuaU0.0 and cuaU0.2

 I symlinked modem to each of the 2 devices and ran minicom. With both
 devices, the AT command returns OK, but AT^U2DIAG=0 returns COMMAND NOT
 SUPPORT

 Any tips on what to do next ?


 Thanks 
 Regards,

 Manish Jain
 +91-88064-38388

 On 30-Jun-13 17:30, 
 freebsd-questions-request@**freebsd.orgfreebsd-questions-requ...@freebsd.orgwrote:

 Send freebsd-questions mailing list submissions to
 freebsd-questions@freebsd.org

 To subscribe or unsubscribe via the World Wide Web, visit
 
 http://lists.freebsd.org/**mailman/listinfo/freebsd-**questionshttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 or, via email, send a message with subject or body 'help' to
 
 freebsd-questions-request@**freebsd.orgfreebsd-questions-requ...@freebsd.org

 You can reach the person managing the list at
 
 freebsd-questions-owner@**freebsd.orgfreebsd-questions-ow...@freebsd.org

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of freebsd-questions digest...


 Today's Topics:

 1. question, following error Shared object libc.so.6 not
found, required by fortune (Rev Herbert Miller)
 2. Re: question, following error Shared object libc.so.6 not
found, required by fortune (Polytropon)
 3. ALT key problem with Virtual Box? (Scott Ballantyne)
 4. Re: ALT key problem with Virtual Box? (Polytropon)
 5. Problems getting my Huawei 0x140b USB modem to speak to
internet (Manish Jain)
 6. Re: ALT key problem with Virtual Box? (Scott Ballantyne)
 7. Baker Invites freebsd-questions@freebsd.org to spend holiday
in Goa (John Baker)
 8.  (Upali Kulasekara)
 9. Re: your mail (Daniel Feenberg)
10. RE: Problems getting my Huawei 0x140b USB modem to speak to
internet (Manish Jain)
11. Re: Problems getting my Huawei 0x140b USB modem to speak to
internet (Odhiambo Washington)


 --**--**
 --

 Message: 1
 Date: Sat, 29 Jun 2013 10:48:38 -0400
 From: Rev Herbert Miller herbertmil...@me.com
 To: questi...@freebsd.org
 Subject: question, following error Shared object libc.so.6 not
 found, required by fortune
 Message-ID: 
 650F01CA-F62F-49E7-957F-**9bfdc06d6...@me.com650f01ca-f62f-49e7-957f-9bfdc06d6...@me.com
 
 Content-Type: text/plain; charset=us-ascii

 I was trying to use the content management system for our website.  I
 needed to restart on terminal but I keep coming up with the following
 error:  I don't know programing at all, so don't know if this is something
 I can fix.


 Shared object libc.so.6 not found, required by fortune

 Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
 At least one of these environment variable is needed to run this program
 root@psumc:/usr/local/tomcat5.**5 # bin/startup.sh
 Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
 At least one of these environment variable is needed to run this program
 root@psumc:/usr/local/tomcat5.**5 # su -c 'killall -9 java'

 --

 Message: 2
 Date: Sat, 29 Jun 2013 17:58:31 +0200
 From: Polytropon free...@edvax.de
 To: Rev Herbert Miller herbertmil...@me.com
 Cc: questi...@freebsd.org
 Subject: Re: question, following error Shared object libc.so.6 not
 found, required by fortune
 Message-ID: 
 20130629175831.b2bf7fcb.**free...@edvax.de20130629175831.b2bf7fcb.free...@edvax.de
 
 Content-Type: text/plain; charset=US-ASCII

 On Sat, 29 Jun 2013 10:48:38 -0400, Rev Herbert Miller wrote:

 I was trying to use the content management system for our website.
 I needed to restart on terminal but I keep coming up with the
 following error:  I don't know programing at all, so don't know
 if this is something I can fix.


 In worst case, notify your system administrator.



  Shared object libc.so.6 not found, required by fortune


 This kind of error often indicates an incomplete system update
 were libraries are out of date or missing. What way of system
 update has been performed?



  root@psumc:/usr/local/tomcat5.**5 # bin/startup.sh
 Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
 At least one of these environment variable is needed to run this program


 That can be a side effect, maybe some accidentally overwritten
 configuration file or a program that's unable to run due to a
 missing dependency?

 What happens if you manually define those variables to the proper
 valies and try again, e. g.

 # setenv JAVA_HOME=/usr/local/where your JAVA stuff

Re: Problems getting my Huawei 0x140b USB modem to speak to internet

2013-06-30 Thread Manish Jain


Hello Odhiambo/All,

I seem to have made some progress but final success still eludes me. 
With modem symlinked to cuaU0.0, this is what happens is minicom :


AT^GETPORTMODE
^GETPORTMODE:TYPE:EV-DO:Qualcomm,MDM:0,DIAG:1,PCUI:2,CDROM:3

OK
AT^SETPORT=A1;1,2,3
COMMAND NOT SUPPORT

AT^GETPORTMODE succeeds, but with AT^U2DIAG/AT^SETPORT I get COMMAND 
NOT SUPPORT. So how to disable the CD mode and make FreeBSD treat it 
purely as a modem ? Some of the commands the modem supports (as reported 
by Windows' device manager) are as follows :


ATQ0V1E0 - OK
AT+GMM - EC156
AT+FCLASS=? - 0,2.0
AT#CLS=? - COMMAND NOT SUPPORT
   ^HRSSILVL:80
   ^HDRRSSI: 31
   ^HRSSILVL:60
   ^HDRRSSI: 31


Thanks for any help.

Regards,

Manish Jain
+91-88064-38388

On 30-Jun-13 19:41, Odhiambo Washington wrote:

Hi Manish,

If you have a Windows PC, use putty.exe and point the config to the COM
port on which the modem is detected to be attached to.
That's how I do it, unfortunately.



On 30 June 2013 16:51, Manish Jain bourne.ident...@hotmail.com
mailto:bourne.ident...@hotmail.com wrote:

Hello Odhiambo/All,

I installed and ran minicom. There are 2 devices which are possible
candidates as the modem : cuaU0.0 and cuaU0.2

I symlinked modem to each of the 2 devices and ran minicom. With
both devices, the AT command returns OK, but AT^U2DIAG=0 returns
COMMAND NOT SUPPORT

Any tips on what to do next ?


Thanks 
Regards,

Manish Jain
+91-88064-38388

On 30-Jun-13 17:30, freebsd-questions-request@__freebsd.org
mailto:freebsd-questions-requ...@freebsd.org wrote:

Send freebsd-questions mailing list submissions to
freebsd-questions@freebsd.org mailto:freebsd-questions@freebsd.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/__mailman/listinfo/freebsd-__questions
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
or, via email, send a message with subject or body 'help' to
freebsd-questions-request@__freebsd.org
mailto:freebsd-questions-requ...@freebsd.org

You can reach the person managing the list at
freebsd-questions-owner@__freebsd.org
mailto:freebsd-questions-ow...@freebsd.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of freebsd-questions digest...


Today's Topics:

 1. question, following error Shared object libc.so.6 not
found, required by fortune (Rev Herbert Miller)
 2. Re: question, following error Shared object libc.so.6 not
found, required by fortune (Polytropon)
 3. ALT key problem with Virtual Box? (Scott Ballantyne)
 4. Re: ALT key problem with Virtual Box? (Polytropon)
 5. Problems getting my Huawei 0x140b USB modem to speak to
internet (Manish Jain)
 6. Re: ALT key problem with Virtual Box? (Scott Ballantyne)
 7. Baker Invites freebsd-questions@freebsd.org
mailto:freebsd-questions@freebsd.org to spend holiday
in Goa (John Baker)
 8.  (Upali Kulasekara)
 9. Re: your mail (Daniel Feenberg)
10. RE: Problems getting my Huawei 0x140b USB modem to speak to
internet (Manish Jain)
11. Re: Problems getting my Huawei 0x140b USB modem to speak to
internet (Odhiambo Washington)



--__--__--

Message: 1
Date: Sat, 29 Jun 2013 10:48:38 -0400
From: Rev Herbert Miller herbertmil...@me.com
mailto:herbertmil...@me.com
To: questi...@freebsd.org
Subject: question, following error Shared object libc.so.6 not
 found, required by fortune
Message-ID: 650f01ca-f62f-49e7-957f-__9bfdc06d6...@me.com
mailto:650f01ca-f62f-49e7-957f-9bfdc06d6...@me.com
Content-Type: text/plain; charset=us-ascii

I was trying to use the content management system for our
website.  I needed to restart on terminal but I keep coming up
with the following error:  I don't know programing at all, so
don't know if this is something I can fix.


Shared object libc.so.6 not found, required by fortune

Neither the JAVA_HOME nor the JRE_HOME environment variable is
defined
At least one of these environment variable is needed to run this
program
root@psumc:/usr/local/tomcat5.__5 # bin/startup.sh
Neither the JAVA_HOME nor the JRE_HOME environment variable is
defined
At least one of these environment variable is needed to run this
program
root@psumc:/usr/local/tomcat5.__5 # su -c 'killall -9 java'

--

Message: 2
Date: Sat, 29 Jun 2013 17:58:31 +0200

Re: Problems getting my Huawei 0x140b USB modem to speak to internet

2013-06-30 Thread Odhiambo Washington
What model of Huawei is the modem? E-what??



On 30 June 2013 19:23, Manish Jain bourne.ident...@hotmail.com wrote:


 Hello Odhiambo/All,

 I seem to have made some progress but final success still eludes me. With
 modem symlinked to cuaU0.0, this is what happens is minicom :

 AT^GETPORTMODE
 ^GETPORTMODE:TYPE:EV-DO:**Qualcomm,MDM:0,DIAG:1,PCUI:2,**CDROM:3

 OK
 AT^SETPORT=A1;1,2,3
 COMMAND NOT SUPPORT

 AT^GETPORTMODE succeeds, but with AT^U2DIAG/AT^SETPORT I get COMMAND NOT
 SUPPORT. So how to disable the CD mode and make FreeBSD treat it purely as
 a modem ? Some of the commands the modem supports (as reported by Windows'
 device manager) are as follows :

 ATQ0V1E0 - OK
 AT+GMM - EC156
 AT+FCLASS=? - 0,2.0
 AT#CLS=? - COMMAND NOT SUPPORT
^HRSSILVL:80
^HDRRSSI: 31
^HRSSILVL:60
^HDRRSSI: 31


 Thanks for any help.

 Regards,

 Manish Jain
 +91-88064-38388


 On 30-Jun-13 19:41, Odhiambo Washington wrote:

 Hi Manish,

 If you have a Windows PC, use putty.exe and point the config to the COM
 port on which the modem is detected to be attached to.
 That's how I do it, unfortunately.



 On 30 June 2013 16:51, Manish Jain bourne.ident...@hotmail.com
 mailto:bourne.identity@**hotmail.com bourne.ident...@hotmail.com
 wrote:

 Hello Odhiambo/All,

 I installed and ran minicom. There are 2 devices which are possible
 candidates as the modem : cuaU0.0 and cuaU0.2

 I symlinked modem to each of the 2 devices and ran minicom. With
 both devices, the AT command returns OK, but AT^U2DIAG=0 returns
 COMMAND NOT SUPPORT

 Any tips on what to do next ?


 Thanks 
 Regards,

 Manish Jain
 +91-88064-38388

 On 30-Jun-13 17:30, 
 freebsd-questions-request@__fr**eebsd.orghttp://freebsd.org

 
 mailto:freebsd-questions-**requ...@freebsd.orgfreebsd-questions-requ...@freebsd.org
 wrote:

 Send freebsd-questions mailing list submissions to
 freebsd-questions@freebsd.org mailto:freebsd-questions@**
 freebsd.org freebsd-questions@freebsd.org


 To subscribe or unsubscribe via the World Wide Web, visit
 http://lists.freebsd.org/__**mailman/listinfo/freebsd-__**
 questionshttp://lists.freebsd.org/__mailman/listinfo/freebsd-__questions

 
 http://lists.freebsd.org/**mailman/listinfo/freebsd-**questionshttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 
 or, via email, send a message with subject or body 'help' to
 freebsd-questions-request@__fr**eebsd.org http://freebsd.org
 
 mailto:freebsd-questions-**requ...@freebsd.orgfreebsd-questions-requ...@freebsd.org
 


 You can reach the person managing the list at
 freebsd-questions-owner@__free**bsd.org http://freebsd.org
 
 mailto:freebsd-questions-**ow...@freebsd.orgfreebsd-questions-ow...@freebsd.org
 


 When replying, please edit your Subject line so it is more
 specific
 than Re: Contents of freebsd-questions digest...


 Today's Topics:

  1. question, following error Shared object libc.so.6 not
 found, required by fortune (Rev Herbert Miller)
  2. Re: question, following error Shared object libc.so.6
 not
 found, required by fortune (Polytropon)
  3. ALT key problem with Virtual Box? (Scott Ballantyne)
  4. Re: ALT key problem with Virtual Box? (Polytropon)
  5. Problems getting my Huawei 0x140b USB modem to speak to
 internet (Manish Jain)
  6. Re: ALT key problem with Virtual Box? (Scott Ballantyne)
  7. Baker Invites freebsd-questions@freebsd.org
 
 mailto:freebsd-questions@**freebsd.orgfreebsd-questions@freebsd.org
 to spend holiday

 in Goa (John Baker)
  8.  (Upali Kulasekara)
  9. Re: your mail (Daniel Feenberg)
 10. RE: Problems getting my Huawei 0x140b USB modem to speak
 to
 internet (Manish Jain)
 11. Re: Problems getting my Huawei 0x140b USB modem to speak
 to
 internet (Odhiambo Washington)


 --**__**
 --__--


 Message: 1
 Date: Sat, 29 Jun 2013 10:48:38 -0400
 From: Rev Herbert Miller herbertmil...@me.com
 mailto:herbertmil...@me.com

 To: questi...@freebsd.org
 Subject: question, following error Shared object libc.so.6 not
  found, required by fortune
 Message-ID: 
 650F01CA-F62F-49E7-957F-__**9bfdc06d6...@me.com650f01ca-f62f-49e7-957f-__9bfdc06d6...@me.com
 
 mailto:650F01CA-F62F-49E7-**957f-9bfdc06d6...@me.com650f01ca-f62f-49e7-957f-9bfdc06d6...@me.com
 

 Content-Type: text/plain; charset=us-ascii

 I was trying to use the content management system for our
 website.  I needed to restart on terminal but I keep coming up
 with the following

Re: Problems getting my Huawei 0x140b USB modem to speak to internet

2013-06-30 Thread Manish Jain
EC156 is what the label on the modem says, which is the response given 
by AT+GMM. 0x140b is the chipset.


Regards,

Manish Jain
+91-88064-38388

On 30-Jun-13 22:02, Odhiambo Washington wrote:

What model of Huawei is the modem? E-what??



On 30 June 2013 19:23, Manish Jain bourne.ident...@hotmail.com
mailto:bourne.ident...@hotmail.com wrote:


Hello Odhiambo/All,

I seem to have made some progress but final success still eludes me.
With modem symlinked to cuaU0.0, this is what happens is minicom :

AT^GETPORTMODE
^GETPORTMODE:TYPE:EV-DO:__Qualcomm,MDM:0,DIAG:1,PCUI:2,__CDROM:3

OK
AT^SETPORT=A1;1,2,3
COMMAND NOT SUPPORT

AT^GETPORTMODE succeeds, but with AT^U2DIAG/AT^SETPORT I get
COMMAND NOT SUPPORT. So how to disable the CD mode and make
FreeBSD treat it purely as a modem ? Some of the commands the modem
supports (as reported by Windows' device manager) are as follows :

ATQ0V1E0 - OK
AT+GMM - EC156
AT+FCLASS=? - 0,2.0
AT#CLS=? - COMMAND NOT SUPPORT
^HRSSILVL:80
^HDRRSSI: 31
^HRSSILVL:60
^HDRRSSI: 31


Thanks for any help.

Regards,

Manish Jain
+91-88064-38388


On 30-Jun-13 19:41, Odhiambo Washington wrote:

Hi Manish,

If you have a Windows PC, use putty.exe and point the config to
the COM
port on which the modem is detected to be attached to.
That's how I do it, unfortunately.



On 30 June 2013 16:51, Manish Jain bourne.ident...@hotmail.com
mailto:bourne.ident...@hotmail.com
mailto:bourne.identity@__hotmail.com
mailto:bourne.ident...@hotmail.com wrote:

 Hello Odhiambo/All,

 I installed and ran minicom. There are 2 devices which are
possible
 candidates as the modem : cuaU0.0 and cuaU0.2

 I symlinked modem to each of the 2 devices and ran minicom.
With
 both devices, the AT command returns OK, but AT^U2DIAG=0
returns
 COMMAND NOT SUPPORT

 Any tips on what to do next ?


 Thanks 
 Regards,

 Manish Jain
 +91-88064-38388

 On 30-Jun-13 17:30,
freebsd-questions-request@__fr__eebsd.org http://freebsd.org

 mailto:freebsd-questions-__requ...@freebsd.org
mailto:freebsd-questions-requ...@freebsd.org wrote:

 Send freebsd-questions mailing list submissions to
freebsd-questions@freebsd.org
mailto:freebsd-questions@freebsd.org
mailto:freebsd-questions@__freebsd.org
mailto:freebsd-questions@freebsd.org


 To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
http://lists.freebsd.org/__mailman/listinfo/freebsd-__questions


http://lists.freebsd.org/__mailman/listinfo/freebsd-__questions
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 or, via email, send a message with subject or body
'help' to
 freebsd-questions-request@__fr__eebsd.org
http://freebsd.org
 mailto:freebsd-questions-__requ...@freebsd.org
mailto:freebsd-questions-requ...@freebsd.org


 You can reach the person managing the list at
 freebsd-questions-owner@__free__bsd.org
http://freebsd.org
 mailto:freebsd-questions-__ow...@freebsd.org
mailto:freebsd-questions-ow...@freebsd.org


 When replying, please edit your Subject line so it is
more specific
 than Re: Contents of freebsd-questions digest...


 Today's Topics:

  1. question, following error Shared object
libc.so.6 not
 found, required by fortune (Rev Herbert Miller)
  2. Re: question, following error Shared object
libc.so.6 not
 found, required by fortune (Polytropon)
  3. ALT key problem with Virtual Box? (Scott
Ballantyne)
  4. Re: ALT key problem with Virtual Box? (Polytropon)
  5. Problems getting my Huawei 0x140b USB modem to
speak to
 internet (Manish Jain)
  6. Re: ALT key problem with Virtual Box? (Scott
Ballantyne)
  7. Baker Invites freebsd-questions@freebsd.org
mailto:freebsd-questions@freebsd.org
 mailto:freebsd-questions@__freebsd.org
mailto:freebsd-questions@freebsd.org to spend holiday

 in Goa (John Baker)
  8.  (Upali Kulasekara)
  9. Re: your mail (Daniel Feenberg)
 10. RE: Problems getting my Huawei 0x140b USB modem
to speak

Re: Problems getting my Huawei 0x140b USB modem to speak to internet

2013-06-30 Thread Odhiambo Washington
, following error Shared object
 libc.so.6 not
  found, required by fortune (Rev Herbert Miller)
   2. Re: question, following error Shared object
 libc.so.6 not
  found, required by fortune (Polytropon)
   3. ALT key problem with Virtual Box? (Scott
 Ballantyne)
   4. Re: ALT key problem with Virtual Box?
 (Polytropon)
   5. Problems getting my Huawei 0x140b USB modem to
 speak to
  internet (Manish Jain)
   6. Re: ALT key problem with Virtual Box? (Scott
 Ballantyne)
   7. Baker Invites freebsd-questions@freebsd.org
 
 mailto:freebsd-questions@**freebsd.orgfreebsd-questions@freebsd.org
 
  
 mailto:freebsd-questions@__fr**eebsd.orghttp://freebsd.org

 
 mailto:freebsd-questions@**freebsd.orgfreebsd-questions@freebsd.org
 to spend holiday

  in Goa (John Baker)
   8.  (Upali Kulasekara)
   9. Re: your mail (Daniel Feenberg)
  10. RE: Problems getting my Huawei 0x140b USB modem
 to speak to
  internet (Manish Jain)
  11. Re: Problems getting my Huawei 0x140b USB modem
 to speak to
  internet (Odhiambo Washington)



 --**--**
 --__--__--



  Message: 1
  Date: Sat, 29 Jun 2013 10:48:38 -0400
  From: Rev Herbert Miller herbertmil...@me.com
 mailto:herbertmil...@me.com
  mailto:herbertmil...@me.com

 mailto:herbertmil...@me.com**

  To: questi...@freebsd.org
  Subject: question, following error Shared object
 libc.so.6 not
   found, required by fortune
  Message-ID:
 
 650F01CA-F62F-49E7-957F-**9bfdc06d6...@me.com650f01ca-f62f-49e7-957f-9bfdc06d6...@me.com
 
 mailto:650F01CA-F62F-49E7-**957f-__9bfdc06d6...@me.com650f01ca-f62f-49e7-957f-__9bfdc06d6...@me.com
 
  
 mailto:650F01CA-F62F-49E7-__**957f-9bfdc06d6...@me.com650f01ca-f62f-49e7-__957f-9bfdc06d6...@me.com

 
 mailto:650F01CA-F62F-49E7-**957f-9bfdc06d6...@me.com650f01ca-f62f-49e7-957f-9bfdc06d6...@me.com
 

  Content-Type: text/plain; charset=us-ascii

  I was trying to use the content management system for our
  website.  I needed to restart on terminal but I keep
 coming up
  with the following error:  I don't know programing at
 all, so
  don't know if this is something I can fix.


  Shared object libc.so.6 not found, required by
 fortune

  Neither the JAVA_HOME nor the JRE_HOME environment
 variable is
  defined
  At least one of these environment variable is needed to
 run this
  program
  root@psumc:/usr/local/tomcat5.**5 # bin/startup.sh


  Neither the JAVA_HOME nor the JRE_HOME environment
 variable is
  defined
  At least one of these environment variable is needed to
 run this
  program
  root@psumc:/usr/local/tomcat5.**5 # su -c 'killall
 -9

 java'


  --

  Message: 2
  Date: Sat, 29 Jun 2013 17:58:31 +0200
  From: Polytropon free...@edvax.de
 mailto:free...@edvax.de mailto:free...@edvax.de

 mailto:free...@edvax.de

  To: Rev Herbert Miller herbertmil...@me.com
 mailto:herbertmil...@me.com
  mailto:herbertmil...@me.com
 mailto:herbertmil...@me.com**
  Cc: questi...@freebsd.org
 mailto:questi...@freebsd.org mailto:questi...@freebsd.org

 mailto:questi...@freebsd.org**

  Subject: Re: question, following error Shared object
 libc.so.6 not
   found, required by fortune
  Message-ID:
 
 20130629175831.b2bf7fcb.**free...@edvax.de20130629175831.b2bf7fcb.free...@edvax.de
 
 mailto:20130629175831.**b2bf7fcb.__free...@edvax.de20130629175831.b2bf7fcb.__free...@edvax.de
 
  
 mailto:20130629175831.__**b2bf7fcb.free...@edvax.de20130629175831.__b2bf7fcb.free...@edvax.de

 
 mailto:20130629175831.**b2bf7fcb.free...@edvax.de20130629175831.b2bf7fcb.free...@edvax.de
 

  Content-Type: text/plain; charset=US-ASCII

  On Sat, 29 Jun 2013 10:48:38 -0400, Rev Herbert Miller
 wrote:

  I was trying

Re: Problems getting my Huawei 0x140b USB modem to speak to internet

2013-06-30 Thread Manish Jain
Sorry for typo. 0x140b is the product ID under vendor Huawei (vendor id 
0x12d1).


Regards,

Manish Jain
+91-88064-38388


On 30-Jun-13 23:49, Manish Jain wrote:

EC156 is what the label on the modem says, which is the response given
by AT+GMM. 0x140b is the chipset.

Regards,

Manish Jain
+91-88064-38388

On 30-Jun-13 22:02, Odhiambo Washington wrote:

What model of Huawei is the modem? E-what??



On 30 June 2013 19:23, Manish Jain bourne.ident...@hotmail.com
mailto:bourne.ident...@hotmail.com wrote:


Hello Odhiambo/All,

I seem to have made some progress but final success still eludes me.
With modem symlinked to cuaU0.0, this is what happens is minicom :

AT^GETPORTMODE
^GETPORTMODE:TYPE:EV-DO:__Qualcomm,MDM:0,DIAG:1,PCUI:2,__CDROM:3

OK
AT^SETPORT=A1;1,2,3
COMMAND NOT SUPPORT

AT^GETPORTMODE succeeds, but with AT^U2DIAG/AT^SETPORT I get
COMMAND NOT SUPPORT. So how to disable the CD mode and make
FreeBSD treat it purely as a modem ? Some of the commands the modem
supports (as reported by Windows' device manager) are as follows :

ATQ0V1E0 - OK
AT+GMM - EC156
AT+FCLASS=? - 0,2.0
AT#CLS=? - COMMAND NOT SUPPORT
^HRSSILVL:80
^HDRRSSI: 31
^HRSSILVL:60
^HDRRSSI: 31


Thanks for any help.

Regards,

Manish Jain
+91-88064-38388


On 30-Jun-13 19:41, Odhiambo Washington wrote:

Hi Manish,

If you have a Windows PC, use putty.exe and point the config to
the COM
port on which the modem is detected to be attached to.
That's how I do it, unfortunately.



On 30 June 2013 16:51, Manish Jain bourne.ident...@hotmail.com
mailto:bourne.ident...@hotmail.com
mailto:bourne.identity@__hotmail.com
mailto:bourne.ident...@hotmail.com wrote:

 Hello Odhiambo/All,

 I installed and ran minicom. There are 2 devices which are
possible
 candidates as the modem : cuaU0.0 and cuaU0.2

 I symlinked modem to each of the 2 devices and ran minicom.
With
 both devices, the AT command returns OK, but AT^U2DIAG=0
returns
 COMMAND NOT SUPPORT

 Any tips on what to do next ?


 Thanks 
 Regards,

 Manish Jain
 +91-88064-38388

 On 30-Jun-13 17:30,
freebsd-questions-request@__fr__eebsd.org http://freebsd.org

 mailto:freebsd-questions-__requ...@freebsd.org
mailto:freebsd-questions-requ...@freebsd.org wrote:

 Send freebsd-questions mailing list submissions to
freebsd-questions@freebsd.org
mailto:freebsd-questions@freebsd.org
mailto:freebsd-questions@__freebsd.org
mailto:freebsd-questions@freebsd.org


 To subscribe or unsubscribe via the World Wide Web,
visit

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
http://lists.freebsd.org/__mailman/listinfo/freebsd-__questions


http://lists.freebsd.org/__mailman/listinfo/freebsd-__questions
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 or, via email, send a message with subject or body
'help' to
 freebsd-questions-request@__fr__eebsd.org
http://freebsd.org
 mailto:freebsd-questions-__requ...@freebsd.org
mailto:freebsd-questions-requ...@freebsd.org


 You can reach the person managing the list at
 freebsd-questions-owner@__free__bsd.org
http://freebsd.org
 mailto:freebsd-questions-__ow...@freebsd.org
mailto:freebsd-questions-ow...@freebsd.org


 When replying, please edit your Subject line so it is
more specific
 than Re: Contents of freebsd-questions digest...


 Today's Topics:

  1. question, following error Shared object
libc.so.6 not
 found, required by fortune (Rev Herbert
Miller)
  2. Re: question, following error Shared object
libc.so.6 not
 found, required by fortune (Polytropon)
  3. ALT key problem with Virtual Box? (Scott
Ballantyne)
  4. Re: ALT key problem with Virtual Box?
(Polytropon)
  5. Problems getting my Huawei 0x140b USB modem to
speak to
 internet (Manish Jain)
  6. Re: ALT key problem with Virtual Box? (Scott
Ballantyne)
  7. Baker Invites freebsd-questions@freebsd.org
mailto:freebsd-questions@freebsd.org
 mailto:freebsd-questions@__freebsd.org
mailto:freebsd-questions@freebsd.org to spend holiday

 in Goa (John Baker)
  8.  (Upali Kulasekara

Problems getting my Huawei 0x140b USB modem to speak to internet

2013-06-29 Thread Manish Jain

Hello All,

I have a a Huawei USB modem (product id 0x140b) which is connected to my 
PC. I downloaded and installed Draisberghof's usb_modeswitch.


The following are the contents of my /etc/usb_modeswitch.conf :

DisableSwitching=0
EnableLogging=1
DefaultVendor=0x12d1
DefaultProduct=0x140b
TargetVendor=0x12d1
TargetProduct=0x1446
CheckSuccess=20
MessageEndpoint=0x0f
MessageContent=55534243123456780011062001

When I run usb_modeswitch -c /etc/usb_modeswitch.conf, I get the 
following message :


Looking for target devices ...
 No devices in target mode or class found
Looking for default devices ...
   found matching product ID
   adding device
 Found device in default mode, class or configuration (1)
Accessing device 010 on bus 000 ...
Getting the current device configuration ...
 OK, got current device configuration (1)
Using interface number 0
Error: can't use storage command in MessageContent with interface 0;
   interface class is 255, should be 8. Aborting.


So my FreeBSD box cannot speak to internet and I have boot MS-DOG for 
this holy purpose. Can someone please suggest a remedy ?


Thanks in advance 
--
Regards,

Manish Jain
+91-88064-38388
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Release 9.1 and 3G usb Modem

2013-03-28 Thread Leonardo Santagostini
Well, after trying so many things with no luck, i will give a try on ubuntu.

I must say all the support that give to me Odhiambo was excellent. Thanks
to all of you, thanks Odhiambo for all your effort.

Lets see what happen.

Saludos / Regards
Leonardo Santagostini

http://ar.linkedin.com/in/santagostini





2013/3/27 Matthias Apitz g...@unixarea.de

 El día Wednesday, March 27, 2013 a las 05:09:22PM -0300, Leonardo
 Santagostini escribió:

  Hello Odhiambo .
 
  The 3G model is Huawei E173 with Movistar Argentina.
 
  Ive tried but i cant see in windows de USB port to have a serial link :(
 
  Saludos / Regards
  Leonardo Santagostini

 Hi,

 Pls check if this E173 card is supported by the /sys/dev/usb/serial/u3g.c
 driver; figure out the vendorID and productID of this card and check if
 it is in the driver to attach to; I own an E220 and an E1750 Huawei card,
 both are just working fine without any tricks.

 matthias
 --
 Sent from my FreeBSD netbook

 Matthias Apitz   |  - No system with backdoors like
 Apple/Android
 E-mail: g...@unixarea.de |  - Never being an iSlave
 WWW: http://www.unixarea.de/ |  - No proprietary attachments, no HTML/RTF
 in E-mail
 phone: +49-170-4527211   |  - Respect for open standards

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Release 9.1 and 3G usb Modem

2013-03-27 Thread Leonardo Santagostini
Hello all.

I have a latitude e6400 with FreeBSD Release 9.1. And i can't get the USB
modem working.

I tried with umodem, u3g but no luck :(

-- Dmesg
root@:/root # dmesg
Copyright (c) 1992-2012 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39 UTC 2012
r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
CPU: Intel(R) Core(TM)2 Duo CPU P8400  @ 2.26GHz (2261.05-MHz 686-class
CPU)
  Origin = GenuineIntel  Id = 0x1067a  Family = 6  Model = 17  Stepping =
10

Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE

Features2=0x408e3fdSSE3,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,XSAVE
  AMD Features=0x2010NX,LM
  AMD Features2=0x1LAHF
  TSC: P-state invariant, performance statistics
real memory  = 2147483648 (2048 MB)
avail memory = 1967104000 (1875 MB)
Event timer LAPIC quality 400
ACPI APIC Table: DELL   M09
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
FreeBSD/SMP: 1 package(s) x 2 core(s)
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0: Changing APIC ID to 2
ioapic0 Version 2.0 irqs 0-23 on motherboard
kbd1 at kbdmux0
kqemu version 0x00010400
kqemu: KQEMU installed, max_locked_mem=980872kB.
acpi0: DELL M09 on motherboard
Timecounter HPET frequency 14318180 Hz quality 950
Event timer HPET frequency 14318180 Hz quality 450
Event timer HPET1 frequency 14318180 Hz quality 440
Event timer HPET2 frequency 14318180 Hz quality 440
Event timer HPET3 frequency 14318180 Hz quality 440
acpi0: reservation of 0, 9f000 (3) failed
acpi0: reservation of 10, 78f4d400 (3) failed
cpu0: ACPI CPU on acpi0
cpu1: ACPI CPU on acpi0
atrtc0: AT realtime clock port 0x70-0x71,0x72-0x77 irq 8 on acpi0
Event timer RTC frequency 32768 Hz quality 0
attimer0: AT timer port 0x40-0x43,0x50-0x53 irq 2 on acpi0
Timecounter i8254 frequency 1193182 Hz quality 0
Event timer i8254 frequency 1193182 Hz quality 100
Timecounter ACPI-fast frequency 3579545 Hz quality 900
acpi_timer0: 24-bit timer at 3.579545MHz port 0x1008-0x100b on acpi0
acpi_ec0: Embedded Controller: GPE 0x11 port 0x930,0x934 on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
vgapci0: VGA-compatible display port 0xef70-0xef77 mem
0xf6c0-0xf6ff,0xe000-0xefff irq 16 at device 2.0 on pci0
agp0: Intel GM45 SVGA controller on vgapci0
agp0: aperture size is 256M, detected 32764k stolen memory
vgapci1: VGA-compatible display mem 0xf6b0-0xf6bf at device 2.1
on pci0
pci0: simple comms at device 3.0 (no driver attached)
atapci0: Intel ATA controller port
0xef78-0xef7f,0xef68-0xef6b,0xef80-0xef87,0xef6c-0xef6f,0xef90-0xef9f irq
18 at device 3.2 on pci0
ata2: ATA channel at channel 0 on atapci0
ata3: ATA channel at channel 1 on atapci0
pci0: simple comms, UART at device 3.3 (no driver attached)
em0: Intel(R) PRO/1000 Network Connection 7.3.2 port 0xefe0-0xefff mem
0xf6ae-0xf6af,0xf6adb000-0xf6adbfff irq 22 at device 25.0 on pci0
em0: Using an MSI interrupt
em0: Ethernet address: 00:1e:c9:25:e8:07
uhci0: Intel 82801I (ICH9) USB controller port 0x6f60-0x6f7f irq 20 at
device 26.0 on pci0
uhci0: LegSup = 0x2f00
usbus0 on uhci0
uhci1: Intel 82801I (ICH9) USB controller port 0x6f80-0x6f9f irq 21 at
device 26.1 on pci0
uhci1: LegSup = 0x2f00
usbus1 on uhci1
uhci2: Intel 82801I (ICH9) USB controller port 0x6fa0-0x6fbf irq 22 at
device 26.2 on pci0
uhci2: LegSup = 0x2f00
usbus2 on uhci2
ehci0: Intel 82801I (ICH9) USB 2.0 controller mem 0xfed1c400-0xfed1c7ff
irq 22 at device 26.7 on pci0
usbus3: EHCI version 1.0
usbus3 on ehci0
hdac0: Intel 82801I HDA Controller mem 0xf6adc000-0xf6ad irq 21 at
device 27.0 on pci0
pcib1: ACPI PCI-PCI bridge at device 28.0 on pci0
pci11: ACPI PCI bus on pcib1
pcib2: ACPI PCI-PCI bridge at device 28.1 on pci0
pci12: ACPI PCI bus on pcib2
iwn0: Intel Ultimate N WiFi Link 5300 mem 0xf69fe000-0xf69f irq 17 at
device 0.0 on pci12
pcib3: ACPI PCI-PCI bridge at device 28.2 on pci0
pci13: ACPI PCI bus on pcib3
uhci3: Intel 82801I (ICH9) USB controller port 0x6f00-0x6f1f irq 20 at
device 29.0 on pci0
uhci3: LegSup = 0x2f00
usbus4 on uhci3
uhci4: Intel 82801I (ICH9) USB controller port 0x6f20-0x6f3f irq 21 at
device 29.1 on pci0
uhci4: LegSup = 0x2f00
usbus5 on uhci4
uhci5: Intel 82801I (ICH9) USB controller port 0x6f40-0x6f5f irq 22 at
device 29.2 on pci0
uhci5: LegSup = 0x2f00
usbus6 on uhci5
ehci1: Intel 82801I (ICH9) USB 2.0 controller mem 0xfed1c000-0xfed1c3ff
irq 20 at device 29.7 on pci0
usbus7: EHCI version 1.0
usbus7 on ehci1
pcib4: ACPI PCI-PCI bridge at device 30.0 on pci0
pci3: ACPI PCI bus on pcib4
cbb0: RF5C476 PCI-CardBus Bridge irq 19 at device 1.0 on pci3
cardbus0: CardBus bus on cbb0
pccard0: 16-bit

Re: Release 9.1 and 3G usb Modem

2013-03-27 Thread Odhiambo Washington
On 27 March 2013 16:29, Leonardo Santagostini lsantagost...@gmail.comwrote:

 Hello all.

 I have a latitude e6400 with FreeBSD Release 9.1. And i can't get the USB
 modem working.

 I tried with umodem, u3g but no luck :(


[snip]


 ugen7.2: HUAWEI at usbus7
 ugen7.2: HUAWEI at usbus7 (disconnected)
 ugen7.2: HUAWEI at usbus7
 umodem0: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on usbus7
 umodem0: data interface 0, has no CM over data, has no break
 umodem1: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on usbus7
 umodem1: data interface 1, has no CM over data, has no break
 umodem2: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on usbus7
 umodem2: data interface 2, has no CM over data, has no break
 umass0: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on usbus7
 umass0:  SCSI over Bulk-Only; quirks = 0x
 umass0:9:0:-1: Attached to scbus9
 cd1 at umass-sim0 bus 0 scbus9 target 0 lun 0
 cd1: HUAWEI Mass Storage 2.31 Removable CD-ROM SCSI-2 device
 cd1: 40.000MB/s transfers
 cd1: Attempt to query device size failed: NOT READY, Medium not present
 umass1: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on usbus7
 umass1:  SCSI over Bulk-Only; quirks = 0x
 umass1:10:1:-1: Attached to scbus10
 da0 at umass-sim1 bus 1 scbus10 target 0 lun 0
 da0: HUAWEI SD Storage 2.31 Removable Direct Access SCSI-2 device
 da0: 40.000MB/s transfers
 da0: Attempt to query device size failed: NOT READY, Medium not present



[snip]

Huawei modem, as I can see. That should be easy.

Connect to the modem through HyperTerminal or Putty on a different machine
Issue the command: AT^U2DIAG=0
That should disable the virtual CD-ROM and FreeBSD will see the modem.

Here are some commands you'll need to know about:
Do you have a Windows PC near you? If you plug the device into it and the
virtualCD pops up, then it means command was not successful. The fact that
fake CD still shows means command did not succeed!

AT^u2diag=0 (all off)
AT^u2diag=1 (CD on, SD off)
AT^u2diag=256 (CD off, SD is on)
AT^u2diag=255 (all on - including SD Card)
AT^u2diag=276 (Factory Reset)
A+CLAC - Display all available commands. However it does not tell you how
to use them



And here is a working ppp.conf - but you need to change the *bolded* values
to match your end of the environment:)

u3g:
 set device */dev/cuaU0.0*
 set server /var/run/3g-internet  0177
 set speed 921600
 set timeout 0
 set authname *saf*
 set authkey *data*
 set dial ABORT BUSY ABORT NO\\sTIMEOUT 2 \
   \\ \
   AT OK-AT-OK \
   AT+CFUN=1 OK-AT-OK \
   AT+CMEE=2 OK-AT-OK \
   AT+CSQ OK \
   AT+CGDCONT=1,\\\IP\\\,\\\*APN*\\\ OK \
   ATD**99#* CONNECT
 set crtscts on
 disable vjcomp
 disable acfcomp
 disable deflate
 disable deflate24
 disable pred1
 disable protocomp
 disable mppe
 disable ipv6cp
 disable lqr
 disable echo
 #nat enable yes
 enable dns
 resolv writable
 set dns 8.8.8.8
 set ifaddr 10.1.0.2/0 10.1.0.1/0 255.255.255.255 0.0.0.0
 add default HISADDR  # See ppp.link*


Lemme know if you get stuck.

Also, always give details about modem - manufacturer, model...


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
I can't hear you -- I'm using the scrambler.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Release 9.1 and 3G usb Modem

2013-03-27 Thread Leonardo Santagostini
Hello Odhiambo .

The 3G model is Huawei E173 with Movistar Argentina.

Ive tried but i cant see in windows de USB port to have a serial link :(

Saludos / Regards
Leonardo Santagostini





2013/3/27 Odhiambo Washington odhia...@gmail.com


 On 27 March 2013 16:29, Leonardo Santagostini lsantagost...@gmail.comwrote:

 Hello all.

 I have a latitude e6400 with FreeBSD Release 9.1. And i can't get the USB
 modem working.

 I tried with umodem, u3g but no luck :(


 [snip]


 ugen7.2: HUAWEI at usbus7
 ugen7.2: HUAWEI at usbus7 (disconnected)
 ugen7.2: HUAWEI at usbus7
 umodem0: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on
 usbus7
 umodem0: data interface 0, has no CM over data, has no break
 umodem1: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on
 usbus7
 umodem1: data interface 1, has no CM over data, has no break
 umodem2: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on
 usbus7
 umodem2: data interface 2, has no CM over data, has no break
 umass0: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on usbus7
 umass0:  SCSI over Bulk-Only; quirks = 0x
 umass0:9:0:-1: Attached to scbus9
 cd1 at umass-sim0 bus 0 scbus9 target 0 lun 0
 cd1: HUAWEI Mass Storage 2.31 Removable CD-ROM SCSI-2 device
 cd1: 40.000MB/s transfers
 cd1: Attempt to query device size failed: NOT READY, Medium not present
 umass1: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on usbus7
 umass1:  SCSI over Bulk-Only; quirks = 0x
 umass1:10:1:-1: Attached to scbus10
 da0 at umass-sim1 bus 1 scbus10 target 0 lun 0
 da0: HUAWEI SD Storage 2.31 Removable Direct Access SCSI-2 device
 da0: 40.000MB/s transfers
 da0: Attempt to query device size failed: NOT READY, Medium not present



 [snip]

 Huawei modem, as I can see. That should be easy.

 Connect to the modem through HyperTerminal or Putty on a different machine
 Issue the command: AT^U2DIAG=0
 That should disable the virtual CD-ROM and FreeBSD will see the modem.

 Here are some commands you'll need to know about:
 Do you have a Windows PC near you? If you plug the device into it and the
 virtualCD pops up, then it means command was not successful. The fact that
 fake CD still shows means command did not succeed!

 AT^u2diag=0 (all off)
 AT^u2diag=1 (CD on, SD off)
 AT^u2diag=256 (CD off, SD is on)
 AT^u2diag=255 (all on - including SD Card)
 AT^u2diag=276 (Factory Reset)
 A+CLAC - Display all available commands. However it does not tell you how
 to use them



 And here is a working ppp.conf - but you need to change the *bolded* values
 to match your end of the environment:)

 u3g:
  set device */dev/cuaU0.0*
  set server /var/run/3g-internet  0177
  set speed 921600
  set timeout 0
  set authname *saf*
  set authkey *data*
  set dial ABORT BUSY ABORT NO\\sTIMEOUT 2 \
\\ \
AT OK-AT-OK \
AT+CFUN=1 OK-AT-OK \
AT+CMEE=2 OK-AT-OK \
AT+CSQ OK \
AT+CGDCONT=1,\\\IP\\\,\\\*APN*\\\ OK \
ATD**99#* CONNECT
  set crtscts on
  disable vjcomp
  disable acfcomp
  disable deflate
  disable deflate24
  disable pred1
  disable protocomp
  disable mppe
  disable ipv6cp
  disable lqr
  disable echo
  #nat enable yes
  enable dns
  resolv writable
  set dns 8.8.8.8
  set ifaddr 10.1.0.2/0 10.1.0.1/0 255.255.255.255 0.0.0.0
  add default HISADDR  # See ppp.link*


 Lemme know if you get stuck.

 Also, always give details about modem - manufacturer, model...


 --
 Best regards,
 Odhiambo WASHINGTON,
 Nairobi,KE
 +254733744121/+254722743223
 I can't hear you -- I'm using the scrambler.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Release 9.1 and 3G usb Modem

2013-03-27 Thread Odhiambo Washington
On Windows, install the modem drivers and make it usable.
Then connect to the port on which it is installed using putty or
HyperTerminal. I am hoping you know how to do that.
Then type the commands:

at^u2diag=0 ENTER
atz ENTER

Disconnect modem and connect to FreeBSD. You will see the modem correctly
identified and connected to a port.

On Windows, when you go to Hardware-Device Manager, look at the Serial
ports available. One of them MUST be the one the modem is using!




On 27 March 2013 23:09, Leonardo Santagostini lsantagost...@gmail.comwrote:

 Hello Odhiambo .

 The 3G model is Huawei E173 with Movistar Argentina.

 Ive tried but i cant see in windows de USB port to have a serial link :(

 Saludos / Regards
  Leonardo Santagostini





 2013/3/27 Odhiambo Washington odhia...@gmail.com


 On 27 March 2013 16:29, Leonardo Santagostini lsantagost...@gmail.comwrote:

 Hello all.

 I have a latitude e6400 with FreeBSD Release 9.1. And i can't get the USB
 modem working.

 I tried with umodem, u3g but no luck :(


 [snip]


 ugen7.2: HUAWEI at usbus7
 ugen7.2: HUAWEI at usbus7 (disconnected)
 ugen7.2: HUAWEI at usbus7
 umodem0: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on
 usbus7
 umodem0: data interface 0, has no CM over data, has no break
 umodem1: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on
 usbus7
 umodem1: data interface 1, has no CM over data, has no break
 umodem2: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on
 usbus7
 umodem2: data interface 2, has no CM over data, has no break
 umass0: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on
 usbus7
 umass0:  SCSI over Bulk-Only; quirks = 0x
 umass0:9:0:-1: Attached to scbus9
 cd1 at umass-sim0 bus 0 scbus9 target 0 lun 0
 cd1: HUAWEI Mass Storage 2.31 Removable CD-ROM SCSI-2 device
 cd1: 40.000MB/s transfers
 cd1: Attempt to query device size failed: NOT READY, Medium not present
 umass1: HUAWEI HUAWEI Mobile, class 0/0, rev 2.00/1.02, addr 2 on
 usbus7
 umass1:  SCSI over Bulk-Only; quirks = 0x
 umass1:10:1:-1: Attached to scbus10
 da0 at umass-sim1 bus 1 scbus10 target 0 lun 0
 da0: HUAWEI SD Storage 2.31 Removable Direct Access SCSI-2 device
 da0: 40.000MB/s transfers
 da0: Attempt to query device size failed: NOT READY, Medium not present



 [snip]

 Huawei modem, as I can see. That should be easy.

 Connect to the modem through HyperTerminal or Putty on a different machine
 Issue the command: AT^U2DIAG=0
 That should disable the virtual CD-ROM and FreeBSD will see the modem.

 Here are some commands you'll need to know about:
 Do you have a Windows PC near you? If you plug the device into it and the
 virtualCD pops up, then it means command was not successful. The fact that
 fake CD still shows means command did not succeed!

 AT^u2diag=0 (all off)
 AT^u2diag=1 (CD on, SD off)
 AT^u2diag=256 (CD off, SD is on)
 AT^u2diag=255 (all on - including SD Card)
 AT^u2diag=276 (Factory Reset)
 A+CLAC - Display all available commands. However it does not tell you how
 to use them



 And here is a working ppp.conf - but you need to change the *bolded* values
 to match your end of the environment:)

 u3g:
  set device */dev/cuaU0.0*
  set server /var/run/3g-internet  0177
  set speed 921600
  set timeout 0
  set authname *saf*
  set authkey *data*
  set dial ABORT BUSY ABORT NO\\sTIMEOUT 2 \
\\ \
AT OK-AT-OK \
AT+CFUN=1 OK-AT-OK \
AT+CMEE=2 OK-AT-OK \
AT+CSQ OK \
AT+CGDCONT=1,\\\IP\\\,\\\*APN*\\\ OK \
ATD**99#* CONNECT
  set crtscts on
  disable vjcomp
  disable acfcomp
  disable deflate
  disable deflate24
  disable pred1
  disable protocomp
  disable mppe
  disable ipv6cp
  disable lqr
  disable echo
  #nat enable yes
  enable dns
  resolv writable
  set dns 8.8.8.8
  set ifaddr 10.1.0.2/0 10.1.0.1/0 255.255.255.255 0.0.0.0
  add default HISADDR  # See ppp.link*


 Lemme know if you get stuck.

 Also, always give details about modem - manufacturer, model...


 --
 Best regards,
 Odhiambo WASHINGTON,
 Nairobi,KE
 +254733744121/+254722743223
 I can't hear you -- I'm using the scrambler.





-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
I can't hear you -- I'm using the scrambler.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Release 9.1 and 3G usb Modem

2013-03-27 Thread Matthias Apitz
El día Wednesday, March 27, 2013 a las 05:09:22PM -0300, Leonardo Santagostini 
escribió:

 Hello Odhiambo .
 
 The 3G model is Huawei E173 with Movistar Argentina.
 
 Ive tried but i cant see in windows de USB port to have a serial link :(
 
 Saludos / Regards
 Leonardo Santagostini

Hi,

Pls check if this E173 card is supported by the /sys/dev/usb/serial/u3g.c
driver; figure out the vendorID and productID of this card and check if
it is in the driver to attach to; I own an E220 and an E1750 Huawei card,
both are just working fine without any tricks.

matthias
-- 
Sent from my FreeBSD netbook

Matthias Apitz   |  - No system with backdoors like Apple/Android
E-mail: g...@unixarea.de |  - Never being an iSlave
WWW: http://www.unixarea.de/ |  - No proprietary attachments, no HTML/RTF in 
E-mail
phone: +49-170-4527211   |  - Respect for open standards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Release 9.1 and 3G usb Modem

2013-03-27 Thread Leonardo Santagostini
Hello Matthias,

thanks for your response, Odhiambo was helping me with this modem with no
luck. Tomorrow we will continuing trying to get this modem running.

Thanks all, and thanks Odhiambo for all the support he is giving to get
this piece working :)

I really apreciate it !!!

Saludos / Regards
Leonardo Santagostini






2013/3/27 Matthias Apitz g...@unixarea.de

 El día Wednesday, March 27, 2013 a las 05:09:22PM -0300, Leonardo
 Santagostini escribió:

  Hello Odhiambo .
 
  The 3G model is Huawei E173 with Movistar Argentina.
 
  Ive tried but i cant see in windows de USB port to have a serial link :(
 
  Saludos / Regards
  Leonardo Santagostini

 Hi,

 Pls check if this E173 card is supported by the /sys/dev/usb/serial/u3g.c
 driver; figure out the vendorID and productID of this card and check if
 it is in the driver to attach to; I own an E220 and an E1750 Huawei card,
 both are just working fine without any tricks.

 matthias
 --
 Sent from my FreeBSD netbook

 Matthias Apitz   |  - No system with backdoors like
 Apple/Android
 E-mail: g...@unixarea.de |  - Never being an iSlave
 WWW: http://www.unixarea.de/ |  - No proprietary attachments, no HTML/RTF
 in E-mail
 phone: +49-170-4527211   |  - Respect for open standards

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: How to get Huawei EC1561 USB modem working under FreeBSD, 8.2? Moving on to the next problem :-) - Flash in Firefox

2012-07-29 Thread Manish Jain


Hi,

Thanks for your inputs. I have finally got FreeBSD to speak to the 
internet. Now I have one more problem before I can live in peace. I am 
fond of a game hosted via the Discovery channel's website :


http://news.discovery.com/human/games-lumosity-word-bubbles.html

The game needs Adobe flash player. So I installed 
linux-f10-flashplugin11. But firefox 5.0 does not seem to integrate with 
it well. I then tried installing a couple of more ports, including 
swfdec and gnash. Still firefox won't play the game.


Is there something special I need to do ? Thanks for any help.

--
Regards,

Manish Jain
+91-99620-10329
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD, 8.2? Moving on to the next problem :-) - Flash in Firefox

2012-07-29 Thread Jerry
On Sun, 29 Jul 2012 23:35:06 +0530
Manish Jain articulated:

 Thanks for your inputs. I have finally got FreeBSD to speak to the 
 internet. Now I have one more problem before I can live in peace. I
 am fond of a game hosted via the Discovery channel's website :
 
 http://news.discovery.com/human/games-lumosity-word-bubbles.html
 
 The game needs Adobe flash player. So I installed 
 linux-f10-flashplugin11. But firefox 5.0 does not seem to integrate
 with it well. I then tried installing a couple of more ports,
 including swfdec and gnash. Still firefox won't play the game.
 
 Is there something special I need to do ? Thanks for any help.

I feel your pain. I have had less than stellar success with getting a
large number of sites to interact correctly with Firefox on FreeBSD when
flash was involved, and sometimes even when it wasn't. I have heard
that Opera works better but I have no personal knowledge of it. I
finally gave up awhile ago. I just use my Windows machine when I
absolutely, positively have to get a site working correctly. Life is
too short to sweat the small stuff and golf is a lot more fun.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD, 8.2? Moving on to the next problem :-) - Flash in Firefox

2012-07-29 Thread Jeff Tipton

On 07/29/2012 21:31, Jerry wrote:

On Sun, 29 Jul 2012 23:35:06 +0530
Manish Jain articulated:


Thanks for your inputs. I have finally got FreeBSD to speak to the
internet. Now I have one more problem before I can live in peace. I
am fond of a game hosted via the Discovery channel's website :

http://news.discovery.com/human/games-lumosity-word-bubbles.html

The game needs Adobe flash player. So I installed
linux-f10-flashplugin11. But firefox 5.0 does not seem to integrate
with it well. I then tried installing a couple of more ports,
including swfdec and gnash. Still firefox won't play the game.

Is there something special I need to do ? Thanks for any help.

I feel your pain. I have had less than stellar success with getting a
large number of sites to interact correctly with Firefox on FreeBSD when
flash was involved, and sometimes even when it wasn't. I have heard
that Opera works better but I have no personal knowledge of it. I
finally gave up awhile ago. I just use my Windows machine when I
absolutely, positively have to get a site working correctly. Life is
too short to sweat the small stuff and golf is a lot more fun.

I have chromium-15.0.874.121 with linux-f10-flashplugin-11.1r102.55, and 
I set them up as described in the FreeBSD Handbook, and they work OK for 
me. True, I'm not much into games (don't use online games at all) but 
otherwise I've not experienced any problem with sites that use Flash, 
including Youtube.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD, 8.2? Moving on to the next problem :-) - Flash in Firefox

2012-07-29 Thread Jeff Tipton

On 07/29/2012 22:23, Jeff Tipton wrote:

On 07/29/2012 21:31, Jerry wrote:

On Sun, 29 Jul 2012 23:35:06 +0530
Manish Jain articulated:


Thanks for your inputs. I have finally got FreeBSD to speak to the
internet. Now I have one more problem before I can live in peace. I
am fond of a game hosted via the Discovery channel's website :

http://news.discovery.com/human/games-lumosity-word-bubbles.html

The game needs Adobe flash player. So I installed
linux-f10-flashplugin11. But firefox 5.0 does not seem to integrate
with it well. I then tried installing a couple of more ports,
including swfdec and gnash. Still firefox won't play the game.

Is there something special I need to do ? Thanks for any help.

I feel your pain. I have had less than stellar success with getting a
large number of sites to interact correctly with Firefox on FreeBSD when
flash was involved, and sometimes even when it wasn't. I have heard
that Opera works better but I have no personal knowledge of it. I
finally gave up awhile ago. I just use my Windows machine when I
absolutely, positively have to get a site working correctly. Life is
too short to sweat the small stuff and golf is a lot more fun.

I have chromium-15.0.874.121 with linux-f10-flashplugin-11.1r102.55, 
and I set them up as described in the FreeBSD Handbook, and they work 
OK for me. True, I'm not much into games (don't use online games at 
all) but otherwise I've not experienced any problem with sites that 
use Flash, including Youtube.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org

P.S. And yes, my midori-0.4.2, too, works well with Flash.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-26 Thread Maciej Milewski

On 24.07.2012 10:59, Manish Jain wrote:
Jul 23 22:36:15 bourne kernel: ugen0.2: American Power Conversion at 
usbus0

Jul 23 22:36:15 bourne kernel: ugen1.2: HUAWEI TECHNOLOGIES at usbus1
Jul 23 22:36:15 bourne kernel: umass0: HUAWEI TECHNOLOGIES HUAWEI 
Mobile, class 0/0, rev 1.10/0.00, addr 2 on usbus1
Jul 23 22:36:15 bourne kernel: umass0:  SCSI over Bulk-Only; quirks = 
0x

Jul 23 22:36:15 bourne kernel: ugen2.2: vendor 0x05e3 at usbus2
Jul 23 22:36:15 bourne kernel: uhub7: vendor 0x05e3 USB2.0 Hub, class 
9/0, rev 2.00/77.60, addr 2 on usbus2

Jul 23 22:36:15 bourne kernel: Root mount waiting for: usbus2
Jul 23 22:36:15 bourne kernel: uhub7: 4 ports with 4 removable, self 
powered

Jul 23 22:36:15 bourne kernel: Trying to mount root from ufs:/dev/ad8s2a
Jul 23 22:36:15 bourne kernel: umass0:0:0:-1: Attached to scbus0
Jul 23 22:36:15 bourne kernel: cd0 at umass-sim0 bus 0 scbus0 target 0 
lun 0
Jul 23 22:36:15 bourne kernel: cd0: HUAWEI Mass Storage 2.31 
Removable CD-ROM SCSI-0 device

Jul 23 22:36:15 bourne kernel: cd0: 1.000MB/s transfers
Jul 23 22:36:15 bourne kernel: cd0: cd present [52352 x 2048 byte 
records]
Jul 23 22:36:15 bourne kernel: (probe0:umass-sim0:0:0:1): TEST UNIT 
READY. CDB: 0 20 0 0 0 0
Jul 23 22:36:15 bourne kernel: (probe0:umass-sim0:0:0:1): CAM status: 
SCSI Status Error
Jul 23 22:36:15 bourne kernel: (probe0:umass-sim0:0:0:1): SCSI status: 
Check Condition
Jul 23 22:36:15 bourne kernel: (probe0:umass-sim0:0:0:1): SCSI sense: 
NOT READY asc:3a,0 (Medium not present)
Jul 23 22:36:15 bourne kernel: da0 at umass-sim0 bus 0 scbus0 target 0 
lun 1
Jul 23 22:36:15 bourne kernel: da0: HUAWEI SD Storage 2.31 Removable 
Direct Access SCSI-2 device

Jul 23 22:36:15 bourne kernel: da0: 1.000MB/s transfers
Jul 23 22:36:15 bourne kernel: da0: Attempt to query device size 
failed: NOT READY, Medium not present
cd0 is containing windows drivers on pseudo-CD interface. On my Merlin 
device simple ejecting cd0 is enabling 3 data interfaces from which one 
can be used to connect to the mobile network. However some devices have 
builtin quirk in u3g to make that automagicaly. You can try issuing 
cdcontrol -f /dev/cd0 eject and observe what new is showing in 
/var/log/messages or dmesg.

da0 is probably microSD card reader.

Jul 23 22:36:16 bourne kernel: u3g0: Data Interface on usbus1
Jul 23 22:36:16 bourne kernel: u3g0: Found 3 ports.
Jul 23 22:36:16 bourne root: Unknown USB device: vendor 0x051d product 
0x0002 bus uhub0
Jul 23 22:36:17 bourne root: Unknown USB device: vendor 0x051d product 
0x0002 bus uhub0
Jul 23 22:36:19 bourne apcupsd[1165]: apcupsd 3.14.8 (16 January 2010) 
freebsd startup succeeded

Jul 23 22:36:19 bourne kernel: tun0: link state changed to UP
Jul 23 22:36:19 bourne lpd[1227]: lpd startup: logging=0
Jul 23 22:36:19 bourne kernel: fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8
Jul 23 22:36:20 bourne apcupsd[1165]: Power failure.
Jul 23 22:36:21 bourne avahi-daemon[1471]: WARNING: No NSS support for 
mDNS detected, consider installing nss-mdns!

Jul 23 22:36:25 bourne apcupsd[1165]: Running on UPS batteries.
Jul 23 22:36:27 bourne apcupsd[1165]: Mains returned. No longer on UPS 
batteries.
Jul 23 22:36:27 bourne apcupsd[1165]: Power is back. UPS running on 
mains.

Jul 23 22:36:37 bourne login: ROOT LOGIN (root) ON ttyv0
Jul 23 22:36:49 bourne ppp[1217]: tun0: Warning: Chat script failed
Jul 23 22:37:20 bourne ppp[1217]: tun0: Warning: Chat script failed

Any help in pointing out what error I am making will be greatly 
appreciated. Remember, I cannot install any new port since my FreeBSD 
box does not yet connect to the internet.



Thanks 




--
Pozdrawiam,
Maciej Milewski

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-26 Thread Manish Jain

On 25-Jul-12 21:06, Erich Dollansky wrote:

Hi

On Wed, 25 Jul 2012 20:21:04 +0530
Manish Jainbourne.ident...@hotmail.com  wrote:

On 25-Jul-12 18:53, Erich Dollansky wrote:

On Tue, 24 Jul 2012 14:29:07 +0530
Manish Jainbourne.ident...@hotmail.com   wrote:

On 23-Jul-12 16:07, Erich Dollansky wrote:

On Monday 23 July 2012 16:46:04 Manish Jain wrote:

On 21-Jul-12 19:06, Matthias Apitz wrote:

El día Saturday, July 21, 2012 a las 06:01:11PM +0530, Manish
Jain escribió:


I tried switching the USB ports and have some information which could
help you to help me :

usbconfig -u 0 -a 2 dump_device_desc :
ugen0.2:HUAWEI Mobile HUAWEI TECHNOLOGIES  at usbus0, cfg=0 md=HOST
spd=FULL (12Mbps) pwr=ON

bLength = 0x0012
bDescriptorType = 0x0001
bcdUSB = 0x0110
bDeviceClass = 0x
bDeviceSubClass = 0x
bDeviceProtocol = 0x
bMaxPacketSize0 = 0x0040
idVendor = 0x12d1
idProduct = 0x140b


This is strange. src/sys/dev/usb/usbdevs says this:

product HUAWEI E140B0x140b  3G modem

This means that your product is supported

Is this line in your usbdevs?


Now what should my devfs.conf contain ? Currently it contains the
following :


Mine is empty. Comment all entries out. This might be the problem.


link cuaU0.0 modem
own modem root:operator
perm modem 666

link ugen0.3 usv
own usv root:operator
perm usv 666

link cuaU0.1 apcups
own apcups root:operator
perm apcups 666

Obviously, these entries are incorrect since neither my modem speaks
to the internet nor is any signal from the APC UPS recognized. I
believe once I have the correct devfs entries, the whole system
should work smoothly. But please correct me if I am wrong.

Surprisingly, /etc/usb_modeswitch.d contains no entries for 12d1:140b
or 051d:*. Do I need to reinstall usb_modeswitch.d ? Or can usbconfig
configure the devices correctly ? I am no expert here, so if yes, I
would need the complete commands.


What version of FreeBSD are you using?


Thanks for any help. I am greatly indebted to FreeBSD and its
philosophy making things 'as simple as possible, but not any simpler'
- which has helped me learn a great deal about computers in general
and managing my own computer in particular. But the USB related stuff
still beats the hell out of me, so I need help here.


There is something very, very simple wrong. I just do not see now what
it is.

I have the feeling that your modem is not recognised while it should be
as it is known to FreeBSD.


BTW, my system now has the usbdump command (installed from sources
downloaded from http://biot.com/usbdump/) but no manpage.


You got then a Linux version which might causes more problems that you
need.

Erich




Hi Erich/Matthias,

I did some tinkering to make _some_ progress. My APC UPS is working fine 
now under FreeBSD (8.2-RELEASE, amd64). I think I also now have the 
correct device setting in ppp.conf (/dev/cuaU0.0, also symlink'ed as 
/dev/modem via devfs.conf). But the modem still does not speak to 
internet. Here is the latest log :


Jul 26 15:16:15 bourne ppp[1199]: Phase: Using interface: tun0
Jul 26 15:16:15 bourne ppp[1199]: Phase: deflink: Created in closed state
Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: default: set device 
/dev/modem

Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: default: set speed 115200
Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: default: set dial ABORT 
BUSY ABORT NO\sCARRIER TIMEOUT 5   AT OK-AT-OK ATFE0V1X1D2C1S0=0 OK 
\dATDT\T TIMEOUT 40 CONNECT

Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: default: set timeout 180
Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: default: enable dns
Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: huawei: set phone #777
Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: huawei: set device 
/dev/cuaU0.0

Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: huawei: set login
Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: huawei: set authname 
inter...@internet.mtsindia.in
Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: huawei: set authkey 


Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: huawei: set timeout 0
Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: huawei: disable ipv6cp
Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: huawei: set ifaddr 
10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0

Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: huawei: add default HISADDR
Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: huawei: set dial AT+CRM=1
Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: huawei: accept PAP CHAP
Jul 26 15:16:15 bourne ppp[1199]: tun0: Command: huawei: enable dns
Jul 26 15:16:15 bourne ppp[1217]: tun0: Phase: PPP Started (auto mode).
Jul 26 15:16:15 bourne ppp[1217]: tun0: Phase: bundle: Establish
Jul 26 15:16:15 bourne ppp[1217]: tun0: Phase: deflink: closed - opening
Jul 26 15:16:15 bourne ppp[1217]: tun0: Phase: deflink: Connected!
Jul 26 15:16:15 bourne ppp[1217]: tun0: Phase: deflink: opening - dial
Jul 26 15:16:15 bourne ppp[1217]: tun0: Chat: Phone: 

Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-26 Thread Robert Bonomi

 From: Manish Jain bourne.ident...@hotmail.com
 Date: Thu, 26 Jul 2012 15:37:23 +0530
 Subject: Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

 On 25-Jul-12 21:06, Erich Dollansky wrote:

 I did some tinkering to make _some_ progress. My APC UPS is working fine 
 now under FreeBSD (8.2-RELEASE, amd64). I think I also now have the 
 correct device setting in ppp.conf (/dev/cuaU0.0, also symlink'ed as 
 /dev/modem via devfs.conf). But the modem still does not speak to 
 internet. 

[[ sneck logfile entries ]]

 Could it be that I am using the wrong AT commands ? C

Best guess possibilities -- 
  1) wrong serial port
  2) wrong speed.

Recommend using a simple teminal program, like 'cu' or 'kermit',  try
connecting to each serial port, in succession, and see what happens
when you type the following two lines:
ATE1V1
ATI0  { that is 'AT', then a capital i, followed by a zero }


The idea is to _first_ get 'basic communications' with the modem working, 
_then_ try the chat scipt, then get ppp woking.

Trying to debug -everything- at the same time is a guaanteed recipie for
frustation -- as you're finding out.

One of your prior boot logs showed that _at_that_point_ the O/S was *NOT* 
recognizing the modem.  Log lines showed unknown device  0x140b.  I
presume you have -that- resolved.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-26 Thread Matthias Apitz
El día Thursday, July 26, 2012 a las 07:10:00AM -0500, Robert Bonomi escribió:

 [[ sneck logfile entries ]]
 
  Could it be that I am using the wrong AT commands ? C
 
 Best guess possibilities -- 
   1) wrong serial port
   2) wrong speed.
 
 Recommend using a simple teminal program, like 'cu' or 'kermit',  try
 connecting to each serial port, in succession, and see what happens
 when you type the following two lines:
 ATE1V1
 ATI0  { that is 'AT', then a capital i, followed by a zero }
 
 
 The idea is to _first_ get 'basic communications' with the modem working, 
 _then_ try the chat scipt, then get ppp woking.

100% ACK; that's what I have told a numerous of times in this thread,
but it seems that the OP is hint-resistant :-)

HIH

matthias
-- 
Matthias Apitz
e g...@unixarea.de - w http://www.unixarea.de/
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-25 Thread Erich Dollansky
Hi,

On Tue, 24 Jul 2012 14:29:07 +0530
Manish Jain bourne.ident...@hotmail.com wrote:

 On 23-Jul-12 16:07, Erich Dollansky wrote:
  Hi,
 
  On Monday 23 July 2012 16:46:04 Manish Jain wrote:
  On 21-Jul-12 19:06, Matthias Apitz wrote:
  El día Saturday, July 21, 2012 a las 06:01:11PM +0530, Manish
  Jain escribió:
 
 
  I am still stuck because I can't know the syntax to run usbdump.
  usbdump
 
  man usbdump
 
  usbconfig gives you the device numbers.

I got something wrong.

It is all done by usbconfig

usbconfig without any parameters gives you a list of devices. One entry
should look like this:

ugen0.4: Huawei CDMA Technologies MSM Huawei, Incorporated at usbus0,
cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON

You enter then

usbconfig -u 0 -a 4 dump_device_desc

and you should get something like this:

ugen0.4: Huawei CDMA Technologies MSM Huawei, Incorporated at usbus0,
cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON

  bLength = 0x0012 
  bDescriptorType = 0x0001 
  bcdUSB = 0x0200 
  bDeviceClass = 0x 
  bDeviceSubClass = 0x 
  bDeviceProtocol = 0x 
  bMaxPacketSize0 = 0x0040 
  idVendor = 0x12d1 
  idProduct = 0x1803 
  bcdDevice = 0x 
  iManufacturer = 0x0003  Huawei, Incorporated
  iProduct = 0x0002  Huawei CDMA Technologies MSM
  iSerialNumber = 0x  no string
  bNumConfigurations = 0x0001 

You try to find a solution from the other side of the rope. I think we
better start here first.

Erich
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-25 Thread Matthias Apitz
El día Wednesday, July 25, 2012 a las 08:23:57PM +0700, Erich Dollansky 
escribió:

 You enter then
 
 usbconfig -u 0 -a 4 dump_device_desc
 
 and you should get something like this:
 
 ugen0.4: Huawei CDMA Technologies MSM Huawei, Incorporated at usbus0,
 cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
 
   bLength = 0x0012 
   bDescriptorType = 0x0001 
   bcdUSB = 0x0200 
   bDeviceClass = 0x 
   bDeviceSubClass = 0x 
   bDeviceProtocol = 0x 
   bMaxPacketSize0 = 0x0040 
   idVendor = 0x12d1 
   idProduct = 0x1803 
   bcdDevice = 0x 
   iManufacturer = 0x0003  Huawei, Incorporated
   iProduct = 0x0002  Huawei CDMA Technologies MSM
   iSerialNumber = 0x  no string
   bNumConfigurations = 0x0001 
 
 You try to find a solution from the other side of the rope. I think we
 better start here first.

Yep, I said this already: before there is no modem /dev/ device
which belongs to the Huawei device and produced by u3g, and before one
can not talk with AT cmds (for example with kermit), it makes no
real sense to think in ppp and fire up ppp;

matthias
-- 
Matthias Apitz
e g...@unixarea.de - w http://www.unixarea.de/
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-25 Thread Manish Jain

On 25-Jul-12 18:53, Erich Dollansky wrote:

Hi,

On Tue, 24 Jul 2012 14:29:07 +0530
Manish Jainbourne.ident...@hotmail.com  wrote:


On 23-Jul-12 16:07, Erich Dollansky wrote:

Hi,

On Monday 23 July 2012 16:46:04 Manish Jain wrote:

On 21-Jul-12 19:06, Matthias Apitz wrote:

El día Saturday, July 21, 2012 a las 06:01:11PM +0530, Manish
Jain escribió:




I am still stuck because I can't know the syntax to run usbdump.
usbdump


man usbdump

usbconfig gives you the device numbers.


I got something wrong.

It is all done by usbconfig

usbconfig without any parameters gives you a list of devices. One entry
should look like this:

ugen0.4:Huawei CDMA Technologies MSM Huawei, Incorporated  at usbus0,
cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON

You enter then

usbconfig -u 0 -a 4 dump_device_desc

and you should get something like this:

ugen0.4:Huawei CDMA Technologies MSM Huawei, Incorporated  at usbus0,
cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON

   bLength = 0x0012
   bDescriptorType = 0x0001
   bcdUSB = 0x0200
   bDeviceClass = 0x
   bDeviceSubClass = 0x
   bDeviceProtocol = 0x
   bMaxPacketSize0 = 0x0040
   idVendor = 0x12d1
   idProduct = 0x1803
   bcdDevice = 0x
   iManufacturer = 0x0003Huawei, Incorporated
   iProduct = 0x0002Huawei CDMA Technologies MSM
   iSerialNumber = 0xno string
   bNumConfigurations = 0x0001

You try to find a solution from the other side of the rope. I think we
better start here first.

Erich




Hi,

Thanks for your reply.

I tried switching the USB ports and have some information which could 
help you to help me :


usbconfig -u 0 -a 2 dump_device_desc :
ugen0.2: HUAWEI Mobile HUAWEI TECHNOLOGIES at usbus0, cfg=0 md=HOST 
spd=FULL (12Mbps) pwr=ON


  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0110
  bDeviceClass = 0x
  bDeviceSubClass = 0x
  bDeviceProtocol = 0x
  bMaxPacketSize0 = 0x0040
  idVendor = 0x12d1
  idProduct = 0x140b
  bcdDevice = 0x
  iManufacturer = 0x0001  HUAWEI TECHNOLOGIES
  iProduct = 0x0002  HUAWEI Mobile
  iSerialNumber = 0x0004  
  bNumConfigurations = 0x0001

usbconfig -u 0 -a 3 dump_device_desc :
ugen0.3: Back-UPS ES 650Y-IN FW:853.m4.I USB FW:m4 American Power 
Conversion at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON


  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0110
  bDeviceClass = 0x
  bDeviceSubClass = 0x
  bDeviceProtocol = 0x
  bMaxPacketSize0 = 0x0008
  idVendor = 0x051d
  idProduct = 0x0002
  bcdDevice = 0x0006
  iManufacturer = 0x0003  American Power Conversion
  iProduct = 0x0001  Back-UPS ES 650Y-IN FW:853.m4.I USB FW:m4
  iSerialNumber = 0x0002  BB0926005982  
  bNumConfigurations = 0x0001

Now what should my devfs.conf contain ? Currently it contains the 
following :


link cuaU0.0 modem
own modem root:operator
perm modem 666

link ugen0.3 usv
own usv root:operator
perm usv 666

link cuaU0.1 apcups
own apcups root:operator
perm apcups 666

Obviously, these entries are incorrect since neither my modem speaks to 
the internet nor is any signal from the APC UPS recognized. I believe 
once I have the correct devfs entries, the whole system should work 
smoothly. But please correct me if I am wrong.


Surprisingly, /etc/usb_modeswitch.d contains no entries for 12d1:140b or 
051d:*. Do I need to reinstall usb_modeswitch.d ? Or can usbconfig 
configure the devices correctly ? I am no expert here, so if yes, I 
would need the complete commands.


Thanks for any help. I am greatly indebted to FreeBSD and its philosophy 
making things 'as simple as possible, but not any simpler' - which has 
helped me learn a great deal about computers in general and managing my 
own computer in particular. But the USB related stuff still beats the 
hell out of me, so I need help here.


BTW, my system now has the usbdump command (installed from sources 
downloaded from http://biot.com/usbdump/) but no manpage.



Thanks again 
--
Regards,

Manish Jain
+91-99620-10329
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-25 Thread Erich Dollansky
Hi

On Wed, 25 Jul 2012 20:21:04 +0530
Manish Jain bourne.ident...@hotmail.com wrote:
 On 25-Jul-12 18:53, Erich Dollansky wrote:
  On Tue, 24 Jul 2012 14:29:07 +0530
  Manish Jainbourne.ident...@hotmail.com  wrote:
  On 23-Jul-12 16:07, Erich Dollansky wrote:
  On Monday 23 July 2012 16:46:04 Manish Jain wrote:
  On 21-Jul-12 19:06, Matthias Apitz wrote:
  El día Saturday, July 21, 2012 a las 06:01:11PM +0530, Manish
  Jain escribió:
 
 I tried switching the USB ports and have some information which could 
 help you to help me :
 
 usbconfig -u 0 -a 2 dump_device_desc :
 ugen0.2: HUAWEI Mobile HUAWEI TECHNOLOGIES at usbus0, cfg=0 md=HOST 
 spd=FULL (12Mbps) pwr=ON
 
bLength = 0x0012
bDescriptorType = 0x0001
bcdUSB = 0x0110
bDeviceClass = 0x
bDeviceSubClass = 0x
bDeviceProtocol = 0x
bMaxPacketSize0 = 0x0040
idVendor = 0x12d1
idProduct = 0x140b

This is strange. src/sys/dev/usb/usbdevs says this:

product HUAWEI E140B0x140b  3G modem

This means that your product is supported

Is this line in your usbdevs?

 Now what should my devfs.conf contain ? Currently it contains the 
 following :

Mine is empty. Comment all entries out. This might be the problem.
 
 link cuaU0.0 modem
 own modem root:operator
 perm modem 666
 
 link ugen0.3 usv
 own usv root:operator
 perm usv 666
 
 link cuaU0.1 apcups
 own apcups root:operator
 perm apcups 666
 
 Obviously, these entries are incorrect since neither my modem speaks
 to the internet nor is any signal from the APC UPS recognized. I
 believe once I have the correct devfs entries, the whole system
 should work smoothly. But please correct me if I am wrong.
 
 Surprisingly, /etc/usb_modeswitch.d contains no entries for 12d1:140b
 or 051d:*. Do I need to reinstall usb_modeswitch.d ? Or can usbconfig 
 configure the devices correctly ? I am no expert here, so if yes, I 
 would need the complete commands.
 
What version of FreeBSD are you using?

 Thanks for any help. I am greatly indebted to FreeBSD and its
 philosophy making things 'as simple as possible, but not any simpler'
 - which has helped me learn a great deal about computers in general
 and managing my own computer in particular. But the USB related stuff
 still beats the hell out of me, so I need help here.

There is something very, very simple wrong. I just do not see now what
it is.

I have the feeling that your modem is not recognised while it should be
as it is known to FreeBSD.
 
 BTW, my system now has the usbdump command (installed from sources 
 downloaded from http://biot.com/usbdump/) but no manpage.
 
You got then a Linux version which might causes more problems that you
need.

Erich
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2 ?

2012-07-23 Thread Manish Jain

On 21-Jul-12 19:06, Matthias Apitz wrote:

El día Saturday, July 21, 2012 a las 06:01:11PM +0530, Manish Jain escribió:


Hello Erich/Matthias,

Thanks for your responses.

I do not have the usbdump command on my system. usbconfig gives the
following output :
...
ugen0.2:Back-UPS ES 650Y-IN FW:853.m4.I USB FW:m4 American Power
Conversion  at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON
ugen1.2:HUAWEI Mobile HUAWEI TECHNOLOGIES  at usbus1, cfg=0 md=HOST
spd=FULL (12Mbps) pwr=ON
ugen2.2:USB2.0 Hub vendor 0x05e3  at usbus2, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE


PFA ppp.log. As you will find, it repeatedly complains of /dev/cuaU0.0
being an invalid file. But the output of 'ls -l' shows the contrary :

...
crw-rw  1 uucp  dialer  0, 143 Jul 21 17:38 cuaU0.0
crw-rw  1 uucp  dialer  0, 144 Jul 21 17:38 cuaU0.0.init
crw-rw  1 uucp  dialer  0, 145 Jul 21 17:38 cuaU0.0.lock
crw-rw  1 uucp  dialer  0, 149 Jul 21 17:38 cuaU0.1
crw-rw  1 uucp  dialer  0, 150 Jul 21 17:38 cuaU0.1.init
crw-rw  1 uucp  dialer  0, 151 Jul 21 17:38 cuaU0.1.lock
crw-rw  1 uucp  dialer  0, 155 Jul 21 17:38 cuaU0.2
crw-rw  1 uucp  dialer  0, 156 Jul 21 17:38 cuaU0.2.init
crw-rw  1 uucp  dialer  0, 157 Jul 21 17:38 cuaU0.2.lock
crw-rw  1 uucp  dialer  0,  44 Jul 21 17:38 cuau0
crw-rw  1 uucp  dialer  0,  45 Jul 21 17:38 cuau0.init
crw-rw  1 uucp  dialer  0,  46 Jul 21 17:38 cuau0.lock
...


Thanks for any tips/help. Which port do I need to install to get usbdump ?

First of all, do not top-post.

'usbdump' is part of the system, but only from beginning at some
version;

Are you sure that /dev/cuaU0.0 belongs to the modem? Please, detach it,
look with 'ls -l /dev/cuaU*' if it went away, attach it again.
Please show the messages from /var/log/messages on attach.

If the /dev/cuaU0.0 device really belongs to the modem, install 'kermit'
from the ports, create a file ~/.kermrc with

set line  /dev/cuaU0.0
set speed 9600
set escape21
set carrier-watch off
set rec   pack 1000
set send  pack 1000
set window5
set prompt FreeBSD Kermit

and check it you can talk to the modem with kermit; the command ATI2
should say something about the modem device.

One should be first able to talk to the modem with a terminal (like
kermit), then bring chat(1) to work and after this watch ppp log, in
that order.

HIH

matthias


Hi,

I am still stuck because I can't know the syntax to run usbdump. usbdump 
says use the id's provided by lsusb but I forgot to install 
sysutils/usbutils while I still had the EC1261 Huawei stick.


Can someone please send me the sources for this port (sysutils/usbutils) 
? I will need the complete sources for PORTVERSION 0.86 as a gzipped tar 
(please remove freebsd-questions@freebsd.org from addresses if sending), 
as I cannot currently connect my FreeBSD box to the internet.


BTW, cuaU0[.*] are always there on my system, whether my EC1561 stick is 
plugged in or not. So I am surely using the wrong device as the modem. 
The following lines are there in my devfs.conf :


link ugen0.2 usv
own usv root:operator
perm usv 666

link cuaU0.0 modem
own modem root:operator
perm modem 666


Thank you 

Regards,

Manish Jain
+91-99620-10329


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2?

2012-07-23 Thread Erich Dollansky
Hi,

On Monday 23 July 2012 16:46:04 Manish Jain wrote:
 On 21-Jul-12 19:06, Matthias Apitz wrote:
  El día Saturday, July 21, 2012 a las 06:01:11PM +0530, Manish Jain escribió:
 

 I am still stuck because I can't know the syntax to run usbdump. usbdump 

man usbdump

usbconfig gives you the device numbers.

 Can someone please send me the sources for this port (sysutils/usbutils) 

All you need at this stage is in the base.

 (please remove freebsd-questions@freebsd.org from addresses if sending), 
 as I cannot currently connect my FreeBSD box to the internet.

If we do no other people will be able to help you.
 
 BTW, cuaU0[.*] are always there on my system, whether my EC1561 stick is 

It might be your UPS.

Erich
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2 ?

2012-07-21 Thread Manish Jain
-rw-rw-  1 root  wheel   0, 100 Jul 21 17:38 mixer1
crw-rw-rw-  1 root  wheel   0, 101 Jul 21 17:38 mixer2
crw-rw-rw-  1 root  wheel   0, 102 Jul 21 17:38 mixer3
lrwxr-xr-x  1 root  wheel7 Jul 21 17:38 modem - cuaU0.0
crw---  1 root  kmem0,  15 Jul 21 17:38 nfslock
dr-xr-xr-x  2 root  wheel  512 Jul 21 17:38 ntfs
crw-rw-rw-  1 root  wheel   0,  28 Jul 21 17:44 null
crw---  1 root  operator0, 133 Jul 21 23:08 pass0
crw---  1 root  operator0, 134 Jul 21 23:08 pass1
crw-r--r--  1 root  wheel   0,  30 Jul 21 17:38 pci
crw---  1 root  wheel   0,  49 Jul 21 17:38 ppi0
crw-rw-rw-  1 root  wheel   0,  52 Jul 21 17:38 psm0
crw-rw-rw-  1 root  wheel   0,   9 Jul 21 17:38 ptmx
crw-rw-rw-  1 root  wheel   0,   7 Jul 21 23:08 random
cr--r--r--  1 root  wheel   0,   6 Jul 21 17:38 sndstat
lrwxr-xr-x  1 root  wheel4 Jul 21 17:38 stderr - fd/2
lrwxr-xr-x  1 root  wheel4 Jul 21 17:38 stdin - fd/0
lrwxr-xr-x  1 root  wheel4 Jul 21 17:38 stdout - fd/1
crw---  1 root  wheel   0,  11 Jul 21 17:38 sysmouse
crw---  1 root  wheel   0, 140 Jul 21 17:38 ttyU0.0
crw---  1 root  wheel   0, 141 Jul 21 17:38 ttyU0.0.init
crw---  1 root  wheel   0, 142 Jul 21 17:38 ttyU0.0.lock
crw---  1 root  wheel   0, 146 Jul 21 17:38 ttyU0.1
crw---  1 root  wheel   0, 147 Jul 21 17:38 ttyU0.1.init
crw---  1 root  wheel   0, 148 Jul 21 17:38 ttyU0.1.lock
crw---  1 root  wheel   0, 152 Jul 21 17:38 ttyU0.2
crw---  1 root  wheel   0, 153 Jul 21 17:38 ttyU0.2.init
crw---  1 root  wheel   0, 154 Jul 21 17:38 ttyU0.2.lock
crw---  1 root  wheel   0,  41 Jul 21 17:38 ttyu0
crw---  1 root  wheel   0,  42 Jul 21 17:38 ttyu0.init
crw---  1 root  wheel   0,  43 Jul 21 17:38 ttyu0.lock
crw---  1 root  tty 0,  54 Jul 21 17:45 ttyv0
crw---  1 root  wheel   0,  55 Jul 21 17:38 ttyv1
crw---  1 root  wheel   0,  56 Jul 21 17:38 ttyv2
crw---  1 root  wheel   0,  57 Jul 21 17:38 ttyv3
crw---  1 root  wheel   0,  58 Jul 21 17:38 ttyv4
crw---  1 root  wheel   0,  59 Jul 21 17:38 ttyv5
crw---  1 root  wheel   0,  60 Jul 21 17:38 ttyv6
crw---  1 root  wheel   0,  61 Jul 21 17:38 ttyv7
crw---  1 root  wheel   0,  62 Jul 21 17:38 ttyv8
crw---  1 root  wheel   0,  63 Jul 21 17:38 ttyv9
crw---  1 root  wheel   0,  64 Jul 21 17:38 ttyva
crw---  1 root  wheel   0,  65 Jul 21 17:38 ttyvb
crw---  1 root  wheel   0,  66 Jul 21 17:38 ttyvc
crw---  1 root  wheel   0,  67 Jul 21 17:38 ttyvd
crw---  1 root  wheel   0,  68 Jul 21 17:38 ttyve
crw---  1 root  wheel   0,  69 Jul 21 17:38 ttyvf
crw---  1 uucp  dialer  0, 158 Jul 21 17:38 tun0
dr-xr-xr-x  2 root  wheel  512 Jul 21 17:38 ufsid
lrwxr-xr-x  1 root  wheel9 Jul 21 17:38 ugen0.1 - usb/0.1.0
lrwxr-xr-x  1 root  wheel9 Jul 21 17:38 ugen0.2 - usb/0.2.0
lrwxr-xr-x  1 root  wheel9 Jul 21 17:38 ugen1.1 - usb/1.1.0
lrwxr-xr-x  1 root  wheel9 Jul 21 17:38 ugen1.2 - usb/1.2.0
lrwxr-xr-x  1 root  wheel9 Jul 21 17:38 ugen2.1 - usb/2.1.0
lrwxr-xr-x  1 root  wheel9 Jul 21 17:38 ugen2.2 - usb/2.2.0
lrwxr-xr-x  1 root  wheel9 Jul 21 17:38 ugen3.1 - usb/3.1.0
lrwxr-xr-x  1 root  wheel9 Jul 21 17:38 ugen4.1 - usb/4.1.0
lrwxr-xr-x  1 root  wheel9 Jul 21 17:38 ugen5.1 - usb/5.1.0
lrwxr-xr-x  1 root  wheel9 Jul 21 17:38 ugen6.1 - usb/6.1.0
lrwxr-xr-x  1 root  wheel6 Jul 21 17:38 urandom - random
dr-xr-xr-x  2 root  wheel  512 Jul 21 17:38 usb
crw-r--r--  1 root  operator0,  71 Jul 21 17:38 usbctl
lrwxr-xr-x  1 root  wheel7 Jul 21 17:38 usv - ugen0.2
crw---  1 root  operator0,  72 Jul 21 17:38 xpt0
crw-rw-rw-  1 root  wheel   0,  29 Jul 21 17:38 zero


Thanks for any tips/help. Which port do I need to install to get usbdump ?

Regards,

Manish Jain
+91-99620-10329


On 21-Jul-12 07:10, Erich Dollansky wrote:

Hi,

On Friday 20 July 2012 19:25:21 Manish Jain wrote:

I earlier had a Huawei EC1261-based USB modem which used to connect
smoothly to the internet under FreeBSD 8.2 using the u3g module. For
some reasons, I have had to switch to another provider (MTS) who swapped
the Huawei EC1261-based USB modem with a Huawei EC1561-based USB modem.
And my FreeBSD system cannot connect to the internet anymore.


both modems are not officially supported by FreeBSD.

You might get some help from the list if you provide the output of usbconfig 
and usbdump.

You run usbconfig first to find out the device numbers of the modem and then 
dump with usbdump the description of the modem.


Here are the contents of my ppp.conf (I assume authkey means password) :

There should nothing to be done here as the modem is not recognised

Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2 ?

2012-07-21 Thread Matthias Apitz
El día Saturday, July 21, 2012 a las 06:01:11PM +0530, Manish Jain escribió:

 
 Hello Erich/Matthias,
 
 Thanks for your responses.
 
 I do not have the usbdump command on my system. usbconfig gives the 
 following output :
 ...

 ugen0.2: Back-UPS ES 650Y-IN FW:853.m4.I USB FW:m4 American Power 
 Conversion at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON
 ugen1.2: HUAWEI Mobile HUAWEI TECHNOLOGIES at usbus1, cfg=0 md=HOST 
 spd=FULL (12Mbps) pwr=ON
 ugen2.2: USB2.0 Hub vendor 0x05e3 at usbus2, cfg=0 md=HOST spd=HIGH 
 (480Mbps) pwr=SAVE
 
 
 PFA ppp.log. As you will find, it repeatedly complains of /dev/cuaU0.0 
 being an invalid file. But the output of 'ls -l' shows the contrary :
 
 ...
 crw-rw  1 uucp  dialer  0, 143 Jul 21 17:38 cuaU0.0
 crw-rw  1 uucp  dialer  0, 144 Jul 21 17:38 cuaU0.0.init
 crw-rw  1 uucp  dialer  0, 145 Jul 21 17:38 cuaU0.0.lock
 crw-rw  1 uucp  dialer  0, 149 Jul 21 17:38 cuaU0.1
 crw-rw  1 uucp  dialer  0, 150 Jul 21 17:38 cuaU0.1.init
 crw-rw  1 uucp  dialer  0, 151 Jul 21 17:38 cuaU0.1.lock
 crw-rw  1 uucp  dialer  0, 155 Jul 21 17:38 cuaU0.2
 crw-rw  1 uucp  dialer  0, 156 Jul 21 17:38 cuaU0.2.init
 crw-rw  1 uucp  dialer  0, 157 Jul 21 17:38 cuaU0.2.lock
 crw-rw  1 uucp  dialer  0,  44 Jul 21 17:38 cuau0
 crw-rw  1 uucp  dialer  0,  45 Jul 21 17:38 cuau0.init
 crw-rw  1 uucp  dialer  0,  46 Jul 21 17:38 cuau0.lock
 ...
 
 
 Thanks for any tips/help. Which port do I need to install to get usbdump ?

First of all, do not top-post.

'usbdump' is part of the system, but only from beginning at some
version;

Are you sure that /dev/cuaU0.0 belongs to the modem? Please, detach it,
look with 'ls -l /dev/cuaU*' if it went away, attach it again.
Please show the messages from /var/log/messages on attach.

If the /dev/cuaU0.0 device really belongs to the modem, install 'kermit'
from the ports, create a file ~/.kermrc with

set line  /dev/cuaU0.0
set speed 9600
set escape21
set carrier-watch off
set rec   pack 1000
set send  pack 1000
set window5
set prompt FreeBSD Kermit

and check it you can talk to the modem with kermit; the command ATI2
should say something about the modem device.

One should be first able to talk to the modem with a terminal (like
kermit), then bring chat(1) to work and after this watch ppp log, in
that order.

HIH

matthias
-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
UNIX since V7 on PDP-11 | UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2 | FreeBSD since 2.2.5
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


How to get Huawei EC1561 USB modem working under FreeBSD 8.2 ?

2012-07-20 Thread Manish Jain


Hello all,

I earlier had a Huawei EC1261-based USB modem which used to connect 
smoothly to the internet under FreeBSD 8.2 using the u3g module. For 
some reasons, I have had to switch to another provider (MTS) who swapped 
the Huawei EC1261-based USB modem with a Huawei EC1561-based USB modem. 
And my FreeBSD system cannot connect to the internet anymore.


Here are the contents of my ppp.conf (I assume authkey means password) :

default:
 set log Phase Chat LCP IPCP CCP tun command
 allow users bourne
 set device /dev/cuaU0.0
 set speed 115200
 set dial ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
 \\ AT OK-AT-OK ATFE0V1X1D2C1S0=0 OK \\dATDT\\T TIMEOUT 40 CONNECT
 set timeout 180 # 3 minute idle timer (the default)
 enable dns # request DNS info (for resolv.conf)

huawei:
 set phone #777
 set login
 set authname inter...@internet.mtsindia.in
 set authkey MTS
 set timeout 0
 disable ipv6cp
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR
 set dial AT+CRM=1
 accept CHAP

The u3g module is loaded at boot-time via /etc/rc.local :

kldload u3g
sleep 3
ppp -auto huawei

I am using opendns/google servers for DNS in resolv.conf :

208.67.222.222
8.8.8.8

DNS cannot really be an issue because when I ping the IP address 
208.67.222.222, I get 100% packet loss.


Can someone please point me in the right direction so that my FreeBSD 
system starts connecting to the internet using the new modem ?



Thank you 
--
Regards,

Manish Jain
+91-99620-10329
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2 ?

2012-07-20 Thread Matthias Apitz
El día Friday, July 20, 2012 a las 05:55:21PM +0530, Manish Jain escribió:

 
 Hello all,
 
 I earlier had a Huawei EC1261-based USB modem which used to connect 
 smoothly to the internet under FreeBSD 8.2 using the u3g module. For 
 some reasons, I have had to switch to another provider (MTS) who swapped 
 the Huawei EC1261-based USB modem with a Huawei EC1561-based USB modem. 
 And my FreeBSD system cannot connect to the internet anymore.
 
 Here are the contents of my ppp.conf (I assume authkey means password) :
 
 default:
   set log Phase Chat LCP IPCP CCP tun command
   allow users bourne
   set device /dev/cuaU0.0
   set speed 115200
   set dial ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
   \\ AT OK-AT-OK ATFE0V1X1D2C1S0=0 OK \\dATDT\\T TIMEOUT 40 CONNECT
   set timeout 180 # 3 minute idle timer (the default)
   enable dns # request DNS info (for resolv.conf)
 
 huawei:
   set phone #777
   set login
   set authname inter...@internet.mtsindia.in
   set authkey MTS
   set timeout 0
   disable ipv6cp
   set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
   add default HISADDR
   set dial AT+CRM=1
   accept CHAP
 
 The u3g module is loaded at boot-time via /etc/rc.local :
 
 kldload u3g
 sleep 3
 ppp -auto huawei

Please provide the logs of chat and ppp;

matthias
-- 
Matthias Apitz
e g...@unixarea.de - w http://www.unixarea.de/
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei EC1561 USB modem working under FreeBSD 8.2 ?

2012-07-20 Thread Erich Dollansky
Hi,

On Friday 20 July 2012 19:25:21 Manish Jain wrote:
 
 I earlier had a Huawei EC1261-based USB modem which used to connect 
 smoothly to the internet under FreeBSD 8.2 using the u3g module. For 
 some reasons, I have had to switch to another provider (MTS) who swapped 
 the Huawei EC1261-based USB modem with a Huawei EC1561-based USB modem. 
 And my FreeBSD system cannot connect to the internet anymore.
 
both modems are not officially supported by FreeBSD.

You might get some help from the list if you provide the output of usbconfig 
and usbdump.

You run usbconfig first to find out the device numbers of the modem and then 
dump with usbdump the description of the modem.

 Here are the contents of my ppp.conf (I assume authkey means password) :

There should nothing to be done here as the modem is not recognised.

Erich
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


enabling usb modem onda msa 190 up on FreeBSD-8.2

2011-08-27 Thread Fudelancio Smartel

   I´m trying to enable my usb modem msa 190 up and I don´t find any driver on  
ifconfig just a lo0, plip0 and eth0. This is a 3G broadband mobile connection. 
Why eth0 is detected if I have just a 3G broadband usb modem Onda msa 190 up in 
a usb port?
   Regards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei USB modem to work ?

2011-03-11 Thread Erich Dollansky
Hi,

On Sunday 02 January 2011 19:54:57 Manish Jain wrote:
 
Hello,
From a similar thread, I picked up some information that I should try
kldload'ing usba. But when I ran the command, I got an error message
that there is no such module. I searched under sys/modules and there
was no usba.ko
Can somebody please tell me how to get my Huawei USB dial-up modem to
work on FreeBSD 8.1 ? From dmesg, I have the following information :
Trying to mount root from ufs:/dev/ad8s2a
ugen0.3: HUAWEI TECHNOLOGIES at usbus0
u3g0: Data Interface on usbus0
u3g0: Found 3 ports.
umass0: HUAWEI TECHNOLOGIES HUAWEI Mobile, class 0/0, rev 1.10/0.00,
addr 3 on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x
umass0:0:0:-1: Attached to scbus0
cd0 at umass-sim0 bus 0 scbus0 target 0 lun 0
cd0: HUAWEI Mass Storage 2.31 Removable CD-ROM SCSI-0 device
cd0: 1.000MB/s transfers
cd0: cd present [16896 x 2048 byte records]
(probe0:umass-sim0:0:0:1): TEST UNIT READY. CDB: 0 20 0 0 0 0
(probe0:umass-sim0:0:0:1): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:1): SCSI status: Check Condition
(probe0:umass-sim0:0:0:1): SCSI sense: NOT READY asc:3a,0 (Medium not
present)
da0 at umass-sim0 bus 0 scbus0 target 0 lun 1
da0: HUAWEI SD Storage 2.31 Removable Direct Access SCSI-2 device
da0: 1.000MB/s transfers
da0: Attempt to query device size failed: NOT READY, Medium not
present
drm0: ATI Radeon HD 3200 Graphics on vgapci0
info: [drm] MSI enabled 1 message(s)
vgapci0: child drm0 requested pci_enable_busmaster
Any help would be greatly appreciated.

if your modem is not supported out of the box, go to the file usbdevs and add 
an entry for it:

I got last week a modem not supported by FreeBSD and just did this:

product HUAWEI ETS2055  0x1803  CDMA modem

0x1803 is the ID of my modem. The ID is unknown to FreeBSD 8.2.

Then add a line like the following to u3g.c:

U3G_DEV(HUAWEI, ETS2055, U3GINIT_HUAWEI),

Check the file for the other options like U3GINIT_HUAWEI you have.

The chances are then pretty high that all will work

The next problem will then your ppp.conf.

Erich
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


How to get Huawei USB modem to work ?

2011-01-02 Thread Manish Jain

   Hello,
   From a similar thread, I picked up some information that I should try
   kldload'ing usba. But when I ran the command, I got an error message
   that there is no such module. I searched under sys/modules and there
   was no usba.ko
   Can somebody please tell me how to get my Huawei USB dial-up modem to
   work on FreeBSD 8.1 ? From dmesg, I have the following information :
   Trying to mount root from ufs:/dev/ad8s2a
   ugen0.3: HUAWEI TECHNOLOGIES at usbus0
   u3g0: Data Interface on usbus0
   u3g0: Found 3 ports.
   umass0: HUAWEI TECHNOLOGIES HUAWEI Mobile, class 0/0, rev 1.10/0.00,
   addr 3 on usbus0
   umass0:  SCSI over Bulk-Only; quirks = 0x
   umass0:0:0:-1: Attached to scbus0
   cd0 at umass-sim0 bus 0 scbus0 target 0 lun 0
   cd0: HUAWEI Mass Storage 2.31 Removable CD-ROM SCSI-0 device
   cd0: 1.000MB/s transfers
   cd0: cd present [16896 x 2048 byte records]
   (probe0:umass-sim0:0:0:1): TEST UNIT READY. CDB: 0 20 0 0 0 0
   (probe0:umass-sim0:0:0:1): CAM status: SCSI Status Error
   (probe0:umass-sim0:0:0:1): SCSI status: Check Condition
   (probe0:umass-sim0:0:0:1): SCSI sense: NOT READY asc:3a,0 (Medium not
   present)
   da0 at umass-sim0 bus 0 scbus0 target 0 lun 1
   da0: HUAWEI SD Storage 2.31 Removable Direct Access SCSI-2 device
   da0: 1.000MB/s transfers
   da0: Attempt to query device size failed: NOT READY, Medium not
   present
   drm0: ATI Radeon HD 3200 Graphics on vgapci0
   info: [drm] MSI enabled 1 message(s)
   vgapci0: child drm0 requested pci_enable_busmaster
   Any help would be greatly appreciated.
   Thanks
   Manish Jain
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get Huawei USB modem to work ?

2011-01-02 Thread Dima Panov
Hello!
Try to follow my experience :)
http://dimapanov.wordpress.com/2010/04/14/huswei-e1550-freebsd/

02.01.2011, 21:54, Manish Jain invalid.poin...@gmail.com:
    Hello,
    From a similar thread, I picked up some information that I should try
    kldload'ing usba. But when I ran the command, I got an error message
    that there is no such module. I searched under sys/modules and there
    was no usba.ko
    Can somebody please tell me how to get my Huawei USB dial-up modem to
    work on FreeBSD 8.1 ? From dmesg, I have the following information :
    Trying to mount root from ufs:/dev/ad8s2a
    ugen0.3: HUAWEI TECHNOLOGIES at usbus0
    u3g0: Data Interface on usbus0
    u3g0: Found 3 ports.
    umass0: HUAWEI TECHNOLOGIES HUAWEI Mobile, class 0/0, rev 1.10/0.00,
    addr 3 on usbus0
    umass0:  SCSI over Bulk-Only; quirks = 0x
    umass0:0:0:-1: Attached to scbus0
    cd0 at umass-sim0 bus 0 scbus0 target 0 lun 0
    cd0: HUAWEI Mass Storage 2.31 Removable CD-ROM SCSI-0 device
    cd0: 1.000MB/s transfers
    cd0: cd present [16896 x 2048 byte records]
    (probe0:umass-sim0:0:0:1): TEST UNIT READY. CDB: 0 20 0 0 0 0
    (probe0:umass-sim0:0:0:1): CAM status: SCSI Status Error
    (probe0:umass-sim0:0:0:1): SCSI status: Check Condition
    (probe0:umass-sim0:0:0:1): SCSI sense: NOT READY asc:3a,0 (Medium not
    present)
    da0 at umass-sim0 bus 0 scbus0 target 0 lun 1
    da0: HUAWEI SD Storage 2.31 Removable Direct Access SCSI-2 device
    da0: 1.000MB/s transfers
    da0: Attempt to query device size failed: NOT READY, Medium not
    present
    drm0: ATI Radeon HD 3200 Graphics on vgapci0
    info: [drm] MSI enabled 1 message(s)
    vgapci0: child drm0 requested pci_enable_busmaster
    Any help would be greatly appreciated.
    Thanks
    Manish Jain
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

-- 
Dima Panov (flu...@freebsd.org)
k...@freebsd team

Facebook: http://www.facebook.com/?id=10181104157
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


USB modem support on a FreeBSD box

2009-10-19 Thread Henry Olyer
I know about all the drivers being for windoz.  And how we're pretty much
left out in the cold.  Does any solution exist?  For example, if I access my
USB modem via the Wine emulator, will that work?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


WireLess USB modem not detected .

2009-03-29 Thread dhaneshk k

List;
 
when I attach a USB modem , I am seeing this message  in dmesg output  on 
FreeBSD6.2 
 
ugen0: Qualcomm, Incorporated Qualcomm CDMA Technologies MSM, rev 1.10/0.00, 
addr 2

But it not showing  /dev/ in dmesg   why ?


If it detected what will be the entry in /dev/?


 
Question1)  Can  this USB wireless modem will work with FreeBSD6.2 ? if not  
with a any other  FreeBSD  version by default?

in FreeBSD-6.2 to enable this USB data card, is it needed to recompile the 
Generic kernel? if so  which patch to add  for recompilation ?


 
Question 2) To use this modem to get  wireless connection   which steps I have 
to follow further more..


 Please help me with some tips to make it work in my FreeBSD Laptop.
 
Thanks in Advance
Dhanesh




_
So many new options, so little time. Windows Live Messenger.
http://www.microsoft.com/india/windows/windowslive/messenger.aspx___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


USB modem: how to enable driver?

2008-08-31 Thread Artur :)
 Hello! I am going to install FreeBSD on my desktop, currently running
M$ Windows. I have ZTE wireless USB modem, and there is no specific
driver provided for *NIX. But, this device can be used with generic
USB serial port driver. In Linux, device is not recognized
automatically, but can be enabled with command: sudo modprobe
usbserial vendor=0x19d2 product=0xfffe. Which command can do same
effect in FreeBSD?

P.S. Sorry if my english is too bad :(
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB modem: how to enable driver?

2008-08-31 Thread Patrick Lamaizière
Le Sun, 31 Aug 2008 12:20:19 +0300,
Artur :) [EMAIL PROTECTED] a écrit :

  Hello! I am going to install FreeBSD on my desktop, currently running
 M$ Windows. I have ZTE wireless USB modem, and there is no specific
 driver provided for *NIX. But, this device can be used with generic
 USB serial port driver. In Linux, device is not recognized
 automatically, but can be enabled with command: sudo modprobe
 usbserial vendor=0x19d2 product=0xfffe. Which command can do same
 effect in FreeBSD?

The command to load a kernel module is kldload.

For your modem, try the ubsa driver (I'm not sure)

kldload ubsa

See man ubsa, man kldload, man loader.conf and the FreeBSD Handbook.

Regards.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


usb modem on freebsd 7.0

2008-06-16 Thread Abhinav Lele
Hi,

I am trying to use a usb modem (sony ericsson w810i) (gprs).
The dmesg log shows up that the new device has been detected, but I don't
seem to find that in /dev.

I also tried using /dev/cuad0 in ppp configuration file in /etc/ppp but i am
unable to dial


What can be the problem ? ( I already have done kldload ucmodem )

-Abhinav
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb modem on freebsd 7.0

2008-06-16 Thread Wojciech Puchar

Hi,

I am trying to use a usb modem (sony ericsson w810i) (gprs).
The dmesg log shows up that the new device has been detected, but I don't
seem to find that in /dev.


ttyU*, cuaU*

What can be the problem ? ( I already have done kldload ucmodem )


is it recognized as umodem?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb modem on freebsd 7.0

2008-06-16 Thread Yuri Pankov

Abhinav Lele wrote:

Hi,

I am trying to use a usb modem (sony ericsson w810i) (gprs).
The dmesg log shows up that the new device has been detected, but I don't
seem to find that in /dev.

I also tried using /dev/cuad0 in ppp configuration file in /etc/ppp but i am
unable to dial


What can be the problem ? ( I already have done kldload ucmodem )

  ^^^
if that should read `umodem', then device is accessed through `ucom' 
driver, and ucom(4) manpage lists following devices:

FILES
 /dev/cuaU?
 /dev/ttyU?

If none are present, could you paste your dmesg?



-Abhinav



HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB Modem at HTC Wizard aka Qtek 9100 pda phone

2006-12-26 Thread Ivan Kuznetsov

I have some problems using my pda phone as usb-modem for my PC with
FreeBSD 6.1-RELEASE

At first I loaded:
[EMAIL PROTECTED] /home/kuzma # kldload umodem
[EMAIL PROTECTED] /home/kuzma # kldload ucom

Then I activated Modem Link at my pda-device.

According to all documentation that I founded during hours of
googling, after reconnection of my pda-device it should be smth like
ucom0 or umodem0.
But it still ugen0.

Has anybody noticed this problem and can help to solve it?

Here is some information I've collected:
-
[EMAIL PROTECTED] /home/kuzma # usbdevs
addr 1: UHCI root hub, Intel
addr 2: Generic Serial, HTC
addr 1: UHCI root hub, Intel
-
[EMAIL PROTECTED] /home/kuzma # dmesg | grep HTC
ugen0: HTC Generic RNDIS, rev 2.00/0.00, addr 2
ugen0: HTC Generic Serial, rev 2.00/0.90, addr 2
-
[EMAIL PROTECTED] /home/kuzma # ll /dev/u
ugen0%ugen0.1%  ugen0.2%  ugen0.3%  urandom@  usb%  usb0% usb1%
-
[EMAIL PROTECTED] /home/kuzma # ll /dev/tty
ttyd0%   ttyd1.init%  ttyp2%   ttyp6%   ttyv1%
ttyv5%   ttyv9%   ttyvd%
ttyd0.init%  ttyd1.lock%  ttyp3%   ttyp7%   ttyv2%
ttyv6%   ttyva%   ttyve%
ttyd0.lock%  ttyp0%   ttyp4%   ttyp8%   ttyv3%
ttyv7%   ttyvb%   ttyvf%
ttyd1%   ttyp1%   ttyp5%   ttyv0%   ttyv4%
ttyv8%   ttyvc%
-
[EMAIL PROTECTED] /home/kuzma # ps -ax | grep /usr/libexec/getty
 713  ??  I  0:00,41 /usr/libexec/getty Pc ttyv10
 714  ??  I  0:00,28 /usr/libexec/getty Pc ttyv11
 715  ??  I  0:00,45 /usr/libexec/getty Pc ttyv12
 716  ??  I  0:00,38 /usr/libexec/getty Pc ttyv13
 705  v1  IWs+   0:00,00 /usr/libexec/getty Pc ttyv1
 706  v2  IWs+   0:00,00 /usr/libexec/getty Pc ttyv2
 707  v3  IWs+   0:00,00 /usr/libexec/getty Pc ttyv3
 708  v4  IWs+   0:00,00 /usr/libexec/getty Pc ttyv4
 709  v5  IWs+   0:00,00 /usr/libexec/getty Pc ttyv5
 710  v6  IWs+   0:00,00 /usr/libexec/getty Pc ttyv6
 711  v7  IWs+   0:00,00 /usr/libexec/getty Pc ttyv7
 712  v9  IWs+   0:00,00 /usr/libexec/getty Pc ttyv9
45318  p8  DL+0:00,00 grep /usr/libexec/getty
-

--
__
Yours sincerely, Kuzma aka WildSurfer
mailto: [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB Modem at HTC Wizard aka Qtek 9100 pda phone

2006-12-25 Thread Ivan Kuznetsov

I have some problems using my pda phone as usb-modem for my PC with
FreeBSD 6.1-RELEASE

At first I loaded:
[EMAIL PROTECTED] /home/kuzma # kldload umodem
[EMAIL PROTECTED] /home/kuzma # kldload ucom

Then I activated Modem Link at my pda-device.

According to all documentation that I founded during hours of
googling, after reconnection of my pda-device it should be smth like
ucom0 or umodem0.
But it still ugen0.

Has anybody noticed this problem and can help to solve it?

Here is some information I've collected:
-
[EMAIL PROTECTED] /home/kuzma # usbdevs
addr 1: UHCI root hub, Intel
addr 2: Generic Serial, HTC
addr 1: UHCI root hub, Intel
-
[EMAIL PROTECTED] /home/kuzma # dmesg | grep HTC
ugen0: HTC Generic RNDIS, rev 2.00/0.00, addr 2
ugen0: HTC Generic Serial, rev 2.00/0.90, addr 2
-
[EMAIL PROTECTED] /home/kuzma # ll /dev/u
ugen0%ugen0.1%  ugen0.2%  ugen0.3%  urandom@  usb%  usb0% usb1%
-
[EMAIL PROTECTED] /home/kuzma # ll /dev/tty
ttyd0%   ttyd1.init%  ttyp2%   ttyp6%   ttyv1%
ttyv5%   ttyv9%   ttyvd%
ttyd0.init%  ttyd1.lock%  ttyp3%   ttyp7%   ttyv2%
ttyv6%   ttyva%   ttyve%
ttyd0.lock%  ttyp0%   ttyp4%   ttyp8%   ttyv3%
ttyv7%   ttyvb%   ttyvf%
ttyd1%   ttyp1%   ttyp5%   ttyv0%   ttyv4%
ttyv8%   ttyvc%
-
[EMAIL PROTECTED] /home/kuzma # ps -ax | grep /usr/libexec/getty
 713  ??  I  0:00,41 /usr/libexec/getty Pc ttyv10
 714  ??  I  0:00,28 /usr/libexec/getty Pc ttyv11
 715  ??  I  0:00,45 /usr/libexec/getty Pc ttyv12
 716  ??  I  0:00,38 /usr/libexec/getty Pc ttyv13
 705  v1  IWs+   0:00,00 /usr/libexec/getty Pc ttyv1
 706  v2  IWs+   0:00,00 /usr/libexec/getty Pc ttyv2
 707  v3  IWs+   0:00,00 /usr/libexec/getty Pc ttyv3
 708  v4  IWs+   0:00,00 /usr/libexec/getty Pc ttyv4
 709  v5  IWs+   0:00,00 /usr/libexec/getty Pc ttyv5
 710  v6  IWs+   0:00,00 /usr/libexec/getty Pc ttyv6
 711  v7  IWs+   0:00,00 /usr/libexec/getty Pc ttyv7
 712  v9  IWs+   0:00,00 /usr/libexec/getty Pc ttyv9
45318  p8  DL+0:00,00 grep /usr/libexec/getty
-

--
__
Yours sincerely, Kuzma aka WildSurfer
mailto: [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


My USB modem works under Linux, but not under FreeBSD

2006-09-16 Thread Hamid Azari
Hi all,

I have a hardware(controller-based) USB modem(Zoom 2985-00-00C) that is
identified under Liunx by acm driver and can be accessed through
/dev/ttyACM0 and with some tools like “cu” and AT command set. This means
that it supports CDC/ACM.
But under FreeBSD 6.1(which have the latest umodem driver) with loaded
ucom and umodem driver into kernel, after attaching the modem to the USB
port, these messages appear on screen:

 ucom0: data interface 1, has CM over data, has break
 ucom0: Could not find data bulk in
 device_attach: ucom0 attach returned 6

and there is no ucom0 or any other appropriate devices in /dev directory
and the modem does not work.
With due attention to successful working under Linux, is there any hope to
solve this problem under FreeBSD? Is it necessary to update umodem driver
or there is an easy way?

Best regards

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Conexant AccessRunner ADSL USB modem

2006-05-25 Thread Lowell Gilbert
Grad [EMAIL PROTECTED] writes:

 Hi,
 I am a complete newbie in FreeBSD and i was wondering if i can use my
 usb modem (Crypto F200 with Conexant AccessRunner Chipset) to connect to the
 internet using FreeBSD 6.1. The dmesg
 command indicates that the OS sees the modem using ugen0.
 I understand that this driver is the one generally used for usb devices.
 Even if this is the driver and my modem is supported how exactly can i
 connect to my ISP because I cannot see anyplace that i could declare
 username and password.

ugen is a generic driver, and doesn't know how to handle any
specific functions.  

I don't think there is any driver support smart enough to set 
up an IP interface via that device.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Conexant AccessRunner ADSL USB modem

2006-05-24 Thread Grad

Hi,
I am a complete newbie in FreeBSD and i was wondering if i can use my
usb modem (Crypto F200 with Conexant AccessRunner Chipset) to connect to the
internet using FreeBSD 6.1. The dmesg
command indicates that the OS sees the modem using ugen0.
I understand that this driver is the one generally used for usb devices.
Even if this is the driver and my modem is supported how exactly can i
connect to my ISP because I cannot see anyplace that i could declare
username and password.
Thanks in advance,
Trapatsas Panagiotis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Conexant AccessRunner ADSL USB modem

2006-05-24 Thread Mikhail Goriachev
Grad wrote:
 Hi,
 I am a complete newbie in FreeBSD and i was wondering if i can use my
 usb modem (Crypto F200 with Conexant AccessRunner Chipset) to connect to
 the
 internet using FreeBSD 6.1. The dmesg
 command indicates that the OS sees the modem using ugen0.
 I understand that this driver is the one generally used for usb devices.
 Even if this is the driver and my modem is supported how exactly can i
 connect to my ISP because I cannot see anyplace that i could declare
 username and password.
 Thanks in advance,
 Trapatsas Panagiotis


Hi,

This is a good starting point for you:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ppp-and-slip.html

and

/usr/share/examples/ppp

I personally stay away from USB (ADSL) modems. I prefer the ones that
connect through Ethernet and support half or full bridge mode.

I hope this helps.

Cheers,
Mikhail.


-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB MODEM

2006-04-18 Thread Lowell Gilbert
FreeBSD MailingLists [EMAIL PROTECTED] writes:

 I purchased a usb modem recently and connected it to my FreeBSD box to see
 if it is compatible.
 I have recompiled my kernel with
 device ucom
 device umodem
 
 When I connect the modem I get the following kernel message.
 
 ucom0: OMRON OMRON ME5614U2 DATA FAX MODEM, rev 1.10/1.00, addr 2, iclass
 2/2
 ucom0: data interface 1, has CM over data, has break
 ucom0: Could not find data bulk in
 
 Is there anyway to get this modem working with FreeBSD?

Do you know it isn't?
Have you checked whether it created any terminal devices?
[I've forgotten exactly what the tty-like device name is.]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB MODEM

2006-04-18 Thread FreeBSD MailingLists
Yes, I checked for tty, cua and ucom devices.  none of which are present.
I rechecked the dmesg and here is the full kernel message when i attache the
modem

ucom0: OMRON OMRON ME5614U2 DATA FAX MODEM, rev 1.10/1.00, addr 2, iclass
2/2
ucom0: data interface 1, has CM over data, has break
ucom0: Could not find data bulk in
device_attach: ucom0 attach returned 6

Here is what shows up when I do a usbdevs -v

addr 1: full speed, self powered, config 1, UHCI root hub(0x),
Intel(0x), rev 1.00
 port 1 powered
 port 2 powered
Controller /dev/usb1:
addr 1: full speed, self powered, config 1, UHCI root hub(0x),
Intel(0x), rev 1.00
 port 1 addr 2: full speed, power 260 mA, config 1, OMRON ME5614U2 DATA FAX
MODEM(0x0049), OMRON(0x0590), rev 1.00
 port 2 powered
Controller /dev/usb2:
addr 1: high speed, self powered, config 1, EHCI root hub(0x),
Intel(0x), rev 1.00
 port 1 powered
 port 2 powered
 port 3 powered
 port 4 powered


Any suggestions would be appreciated.

TIA,
Tomoki


On 18 Apr 2006 10:20:21 -0400, Lowell Gilbert 
[EMAIL PROTECTED] wrote:

 FreeBSD MailingLists [EMAIL PROTECTED] writes:

  I purchased a usb modem recently and connected it to my FreeBSD box to
 see
  if it is compatible.
  I have recompiled my kernel with
  device ucom
  device umodem
 
  When I connect the modem I get the following kernel message.
 
  ucom0: OMRON OMRON ME5614U2 DATA FAX MODEM, rev 1.10/1.00, addr 2,
 iclass
  2/2
  ucom0: data interface 1, has CM over data, has break
  ucom0: Could not find data bulk in
 
  Is there anyway to get this modem working with FreeBSD?

 Do you know it isn't?
 Have you checked whether it created any terminal devices?
 [I've forgotten exactly what the tty-like device name is.]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB MODEM

2006-04-16 Thread FreeBSD MailingLists
I purchased a usb modem recently and connected it to my FreeBSD box to see
if it is compatible.
I have recompiled my kernel with
device ucom
device umodem

When I connect the modem I get the following kernel message.

ucom0: OMRON OMRON ME5614U2 DATA FAX MODEM, rev 1.10/1.00, addr 2, iclass
2/2
ucom0: data interface 1, has CM over data, has break
ucom0: Could not find data bulk in

Is there anyway to get this modem working with FreeBSD?

TIA,
Tomoki Taniguchi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB modem

2005-09-27 Thread RGKärcher
Hi guys ,

Would it be possible to make it works the ADSL Amigo
HMX - CA85UR - K8 (USB) Conexant Modem under FREEBSD ?

Please , if any of you have succedeed , please let me
know . 

Thanks in advance , 

Richard Karcher




Ricardo german Kärcher

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]







___ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


usb modem

2005-03-29 Thread sonjaya
dear all 
 i have usb modem and detect in my freebsd 5.3 , i
just want know how to configure that usb modem be
dial-up an dial-in .
thx 


SONJAYA

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: usb modem

2005-03-29 Thread bob
Read this http://freebsd.packards-home.net/index.php


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of sonjaya
Sent: Tuesday, March 29, 2005 4:28 AM
To: freebsd-questions@freebsd.org
Subject: usb modem

dear all
 i have usb modem and detect in my freebsd 5.3 , i
just want know how to configure that usb modem be
dial-up an dial-in .
thx


SONJAYA

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


usb modem

2005-01-05 Thread Alvaro Rosales
hello guys , I have installed a usb modem andin my FreeBSD 5.1 box, 
the system has created a  /dev/ugen0 and /dev/ugen0.1, but when I try
to do a cu  using ugen0 or ugen0.1 I dont get any answer from the
modem, cu just says that the device is not configured. Is there any
other file I need to configure?, do I have to edit /etc/ttys and add
ugen0 or ugen0.1 ?.
Thanks for your help.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Using ZyXEL ADSL USB modem on FreeBSD

2004-10-06 Thread Peter E. Antonov
, freebsd-questions.

Whether probably to adjust ZyXEL ADSL USB modem on FreeBSD? Any
information on adjustment of ADSL USB modems interests.
Do not offer reading handbook!

-- 
 ,
 Peter  mailto:[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


usb modem help

2004-07-18 Thread Gerardo
can anybody give me a hand to install a usb dsl modem?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB Modem Fun

2004-06-17 Thread Edd

Hi,
I have recently required a USB modem (56k). On the casing it says it is a:
sitecom connectivity dc-009 56k usb modem

Plug in and dmesg says:
ugen0: Conexant USB modemInc. USB V.90 56k/FAX Modem erface,
rev1.00/0.01, addr 2

So far so good. So i scoot over to /etc/ppp/ppp.conf and type in
/dev/ugen0 for the device.

Then do a :
ppp papchap
dial

Nothing happens and dmesg now says: ugenpoll: no edesc

Whats all this about then?

Thanks!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Modem Fun

2004-06-17 Thread Jan Muenther
Hi there,

 Plug in and dmesg says:
 ugen0: Conexant USB modemInc. USB V.90 56k/FAX Modem erface,
 rev1.00/0.01, addr 2
 
 So far so good. So i scoot over to /etc/ppp/ppp.conf and type in
 /dev/ugen0 for the device.


ugen(4) is the generic USB device driver, meaning this gets assigned when 
no other driver for the USB device can apply. You won't be able to use your
USB modem through the driver, you'll need umodem(4) and ucom(4) support in 
either your kernel or load the modules. 

Cheers, J.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


help with usb modem

2004-05-18 Thread marcelocm70-freebsd
I have an Alcatel Speed Touch USB ADSL modem. Anyone can help me
configuring it in FreeBSD 5.2.1. dmesg recognizes the device fine and
my provider connects using PPPoE.

Unfortunately since I am at work I cannot send my dmesg output.

Thanks in advance.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB modem support?

2004-02-23 Thread hay
you can try this link
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoa.html
- Original Message -
From: Daniela [EMAIL PROTECTED]
To: Tony Frank [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, February 22, 2004 10:23 PM
Subject: Re: USB modem support?


 On Saturday 21 February 2004 10:11, Tony Frank wrote:
  Hi,
 
  On Sat, Feb 21, 2004 at 02:26:24AM +, Daniela wrote:
   I'm having problems with an USB ADSL modem (Alcatel Speed Touch). It
is
   recognized at boot time, but when I try to connect, it tells me that
the
   modem is busy.
   I symlinked /dev/cuaa3 to /dev/ugen1 (that's the device that showed up
in
   the boot messages) and directed the kppp utility to use /dev/cuaa3. I
   entered all the information it asked me for, and then I got the error
   message: Modem is busy. My ISP told me to f*** off and get Windoze.
   Anything else is unsupported.
  
   Is it a hardware problem or a classical case of a dumb user?
   I'm not unexperienced with Ethernet connections, and I have a great
   knowledge of the TCP/IP standard, but I have never done anything with
   modems, so I can't even imagine how this stuff works.
 
  Have you tried:
 
  FreeBSD Handbook:
  http://marvin.home.local/doc/en_US.ISO8859-1/books/handbook/pppoa.html

 Thank you, that's great but the link above is broken.
 Well, I installed that program and followed the instructions it gives me.
 Now the tun0 interface is open, but it has no IP associated. I'm stuck
here.
 Do I have to use the DHCP client? (Tried it, but it configures the tunnel
 from IP 0.0.0.0 to 255.255.255.255)
 I have no clue what to do next.


 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB modem support?

2004-02-22 Thread Daniela
On Saturday 21 February 2004 10:11, Tony Frank wrote:
 Hi,

 On Sat, Feb 21, 2004 at 02:26:24AM +, Daniela wrote:
  I'm having problems with an USB ADSL modem (Alcatel Speed Touch). It is
  recognized at boot time, but when I try to connect, it tells me that the
  modem is busy.
  I symlinked /dev/cuaa3 to /dev/ugen1 (that's the device that showed up in
  the boot messages) and directed the kppp utility to use /dev/cuaa3. I
  entered all the information it asked me for, and then I got the error
  message: Modem is busy. My ISP told me to f*** off and get Windoze.
  Anything else is unsupported.
 
  Is it a hardware problem or a classical case of a dumb user?
  I'm not unexperienced with Ethernet connections, and I have a great
  knowledge of the TCP/IP standard, but I have never done anything with
  modems, so I can't even imagine how this stuff works.

 Have you tried:

 FreeBSD Handbook:
 http://marvin.home.local/doc/en_US.ISO8859-1/books/handbook/pppoa.html

Thank you, that's great but the link above is broken.
Well, I installed that program and followed the instructions it gives me.
Now the tun0 interface is open, but it has no IP associated. I'm stuck here. 
Do I have to use the DHCP client? (Tried it, but it configures the tunnel 
from IP 0.0.0.0 to 255.255.255.255)
I have no clue what to do next.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB modem support?

2004-02-21 Thread Tony Frank
Hi,

On Sat, Feb 21, 2004 at 02:26:24AM +, Daniela wrote:
 I'm having problems with an USB ADSL modem (Alcatel Speed Touch). It is 
 recognized at boot time, but when I try to connect, it tells me that the 
 modem is busy.
 I symlinked /dev/cuaa3 to /dev/ugen1 (that's the device that showed up in the 
 boot messages) and directed the kppp utility to use /dev/cuaa3. I entered all 
 the information it asked me for, and then I got the error message: Modem is 
 busy. My ISP told me to f*** off and get Windoze. Anything else is 
 unsupported.
 
 Is it a hardware problem or a classical case of a dumb user?
 I'm not unexperienced with Ethernet connections, and I have a great knowledge 
 of the TCP/IP standard, but I have never done anything with modems, so I 
 can't even imagine how this stuff works.

Have you tried:

FreeBSD Handbook:
http://marvin.home.local/doc/en_US.ISO8859-1/books/handbook/pppoa.html

Or ports collection:

http://www.freebsd.org/cgi/ports.cgi?query=speedtouchstype=all

Port:   pppoa-1.2b3,1
Path:   /usr/ports/net/pppoa
Info:   Run PPP over Alcatel's USB Speedtouch device
Maint:  [EMAIL PROTECTED]
Index:  net
B-deps:
R-deps:

Regards,

Tony
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB modem support?

2004-02-20 Thread Daniela
I'm having problems with an USB ADSL modem (Alcatel Speed Touch). It is 
recognized at boot time, but when I try to connect, it tells me that the 
modem is busy.
I symlinked /dev/cuaa3 to /dev/ugen1 (that's the device that showed up in the 
boot messages) and directed the kppp utility to use /dev/cuaa3. I entered all 
the information it asked me for, and then I got the error message: Modem is 
busy. My ISP told me to f*** off and get Windoze. Anything else is 
unsupported.

Is it a hardware problem or a classical case of a dumb user?
I'm not unexperienced with Ethernet connections, and I have a great knowledge 
of the TCP/IP standard, but I have never done anything with modems, so I 
can't even imagine how this stuff works.

Regards,
Daniela


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why is a USB modem not a USB modem?

2004-01-15 Thread Shantanoo
+++ Bryan JJ Buckley [freebsd] [14-01-04 17:54 +]:
| Hi,
| How do I tell FreeBSD 5.1-RELEASE to recognise my
| STMicroelectronics USB Communicator as a umodem, and
| not as a ugen? Yes, I do have umodem and ucom both
| loaded. I have scoured the umodem(4) and ucom(4) man
| pages (which are pretty short) as well as the usb(4)
| man page, ugen(4), usbd(4) and usbdevs(4). Actually,
| running usbdevs -v just confirmed that the FreeBSD had
| apparantly all the information it needed (vendor ID,
| product ID, device class, description, etc.) - but it
| is still not attaching the right driver!
| I've seen this question asked before, but never
| answered. Here's hoping...
| JJ

I think if the given modem is detected as ugen, it is a winmodem and
not a real modem.

Shantanoo
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Why is a USB modem not a USB modem?

2004-01-14 Thread Bryan JJ Buckley
Hi,
How do I tell FreeBSD 5.1-RELEASE to recognise my
STMicroelectronics USB Communicator as a umodem, and
not as a ugen? Yes, I do have umodem and ucom both
loaded. I have scoured the umodem(4) and ucom(4) man
pages (which are pretty short) as well as the usb(4)
man page, ugen(4), usbd(4) and usbdevs(4). Actually,
running usbdevs -v just confirmed that the FreeBSD had
apparantly all the information it needed (vendor ID,
product ID, device class, description, etc.) - but it
is still not attaching the right driver!
I've seen this question asked before, but never
answered. Here's hoping...
JJ


Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB Modem for PPP

2003-10-03 Thread Odhiambo Washington
I have a USB Modem, and FreeBSD 5.1-RELEASE discovers it
as 

ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2


Any possibility that I can use this device for PPP??
Looking for hints.

Thanks

-Wash

-- 
Odhiambo Washington   [EMAIL PROTECTED]  The box said 'Requires
Wananchi Online Ltd.  www.wananchi.com  Windows 95, NT, or better,'
Tel: +254 2 313985-9  +254 2 313922 so I installed FreeBSD.   
GSM: +254 72 743223   +254 733 744121   This sig is McQ!  :-)

...and the fully armed nuclear warheads, are, of course, merely a
courtesy detail.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


BT Voyager 100 USB Modem

2003-09-17 Thread g1xaz
Hello All.

New to BSD so please excuse my ignorance. Does anyone know if the BT Voyager 100 USB 
modem can be setup in BSD I know it has a connexant chipset but that is about all. My 
windows disk works fine but with dual boot it would be nice to use Broadband in my 
FreeBSD system aswell.

Thanks Dave
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ADSL Speedtouch USB Modem

2003-07-12 Thread Andris Stanga
Hi, hope you can answer this one.
Couldn't find anything about this on the web site.

Is it possibel to get Alcatel's Speedthouch USB modem for ADSL broadband
internet to work on FreeBSD?  If so, what files do I need and what is the
step-by-step to get it working?

If it helps, BT Openworld is my internet supplier.

With thanks for any help you can give,

Yours,

Andris
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.500 / Virus Database: 298 - Release Date: 10/07/2003

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ADSL Speedtouch USB Modem

2003-07-12 Thread Drew Tomlinson
- Original Message - 
From: Andris Stanga [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, July 12, 2003 10:09 AM
Subject: ADSL Speedtouch USB Modem


 Hi, hope you can answer this one.
 Couldn't find anything about this on the web site.

 Is it possibel to get Alcatel's Speedthouch USB modem for ADSL
broadband
 internet to work on FreeBSD?  If so, what files do I need and what is
the
 step-by-step to get it working?

 If it helps, BT Openworld is my internet supplier.

Someone posted on this a few days ago with all the steps and pitfalls of
his experience.  Probably to new to show up on Google but might be
posted in the archives on the FBSD site or Yahoo Groups.

Cheers,

Drew

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB Modem

2003-06-20 Thread Jeandre du Toit

I have a AzTech USB modem, I found a linux driver on their website and it 
works. I have problems surfing on Windows it keeps screwing up my 
connection, and I would like to get rid of linux to make more space for 
FreeBSD. My question is how much work is involved to convert the code from 
creating a linux kernel module to something that can work on FreeBSD? I 
have never coded something on FreeBSD before, if it is not too difficult, 
I could try.

Thanks
Jeandre

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Modem

2003-06-20 Thread Sergey Akifyev
On Fri, 2003-06-20 at 11:33, Jeandre du Toit wrote:
 I have a AzTech USB modem, I found a linux driver on their website and it 
 works. I have problems surfing on Windows it keeps screwing up my 
 connection, and I would like to get rid of linux to make more space for 
 FreeBSD. My question is how much work is involved to convert the code from 
 creating a linux kernel module to something that can work on FreeBSD? I 
 have never coded something on FreeBSD before, if it is not too difficult, 
 I could try.
FreeBSD already have umodem driver, which supports most USB modems :)
As for your question converting driver from Linux to BSD is difficult as
writing totally new driver, most of the time you use Linux code only for
information about the device [ports/interrupts/ID's/etc...]
-- 
regards,
Sergey Akifyev [EMAIL PROTECTED]
JSC Gascom http://www.gascom.ru
PGP key available from:
ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt


signature.asc
Description: This is a digitally signed message part


Re: USB Modem

2003-06-06 Thread David Rio
On Thu, Jun 05, 2003 at 09:24:18AM +0200, Jeandre du Toit wrote:
 
 Does anyone know how to configure a USB Modem on FreeBSD?
 
 Please Cc me.
 

Check here:

http://www.freebsd.org/releases/5.0R/hardware-i386.html#USB

If your modem implements the Communication Device Class, it 
will work with freebsd.

If it is supported after plug it on the bus, you will be able
to use it as a serial modem. From umodem(4):

   The device is accessed through the ucom(4) driver which makes it behave
 like a tty(4).

Good luck.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB Modem using Linux driver on FreeBSD?

2003-02-08 Thread Sleepy
Hello!

I am trying to set up my USB modem for dialup on 4.7 Release.

It is detected as ugen0. I have been trying to set it up as umodem0.

The modem has a driver available for it in Linux (reported to work) 
slmdm-2.6.16 @ http://www.smartlink.com

Is there any way to use this driver in FreeBSD?

I am asking this as a search through the resources on the web and on 
freebsd.org does not seem to agree that if the
modem is not detected as umodem0 but as ugen0, it is not supported by 
FreeBSD. I am trying to use the Linux compatilibility
as a work around. Would appreciate any help!

THANKS!!



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: USB Modem using Linux driver on FreeBSD?

2003-02-08 Thread Kenneth Culver
The linux driver won't work on FreeBSD.

On Sun, 9 Feb 2003, Sleepy wrote:

 Hello!

 I am trying to set up my USB modem for dialup on 4.7 Release.

 It is detected as ugen0. I have been trying to set it up as umodem0.

 The modem has a driver available for it in Linux (reported to work)
 slmdm-2.6.16 @ http://www.smartlink.com

 Is there any way to use this driver in FreeBSD?

 I am asking this as a search through the resources on the web and on
 freebsd.org does not seem to agree that if the
 modem is not detected as umodem0 but as ugen0, it is not supported by
 FreeBSD. I am trying to use the Linux compatilibility
 as a work around. Would appreciate any help!

 THANKS!!



 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



FreeBSD, HylaFAX, and a Zoom USB modem...

2002-12-04 Thread Richard Morse
Hi!  Does anyone have any experience setting up HylaFAX to work with a Zoom
2986L USB modem in FreeBSD?

I'm running STABLE (as of last night), with device umodem (and ucom,
although that doesn't seem to do anything) enabled in the kernel.  I can
properly see the modem -- cu will connect to /dev/umodem0 and dial out,
although I don't have any modems to try connecting to.  HylaFAX seems to be
correctly installed -- I think.  Hfaxd, faxq, and faxgetty are all running,
and faxgetty was trying to do stuff with the modem (I'm only interested in
receiving faxes), but the logs that it created kept on talking about
training failed.  Does anyone have any ideas?

Another question is -- in the setup, it talked about using the cuaa devices
over the ttydx devices -- does this affect me, given that I'm using umodem0?
I tried to get ucom to attach itself, but I'm a bit out-of-my-league --
/dev/MAKEDEV ucom0 creates the device, but it doesn't seem to do anything
for actually making a device that is attached to umodem0 -- and I don't know
how to tell it to.

Thanks muchly for any help, suggestions, links, etc.,
Ricky Morse


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



usb modem howto for newbie

2002-11-19 Thread Ertan Kucukoglu
Hello,

I want to use a USB modem on FreeBSD 4.7-STABLE.

First I do not know where to start. Is there any how-to
pages?
I looked at umodem.c file. There is not so much
explanations in the code.

I searched the archieves for a starting point. I could not
find any helpful message for me.

Here is what I could manage:
kldload usb
kldload umodem
ls -l /dev/usb*
crw-rw  1 root  operator  108, 255 11 Eki 22:33
/dev/usb
crw-rw  1 root  operator  108,   0 11 Eki 22:33
/dev/usb0
crw-rw  1 root  operator  108,   1 19 Kas 19:27
/dev/usb1
usbdevs -v
Controller /dev/usb0:
addr 1: self powered, config 1, UHCI root hub(0x),
Intel(0x), rev 1.00
 port 1 powered
 port 2 addr 2: power 100 mA, config 1, USB
Communicator(0x7554), STMicroelectronics(0x0483), rev 1.01

Regards,

Ertan Kucukoglu

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message