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
 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.com
mailto:650f01ca-f62f-49e7-957f-__9bfdc06d6...@me.com
 mailto: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
 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.de
mailto:20130629175831.b2bf7fcb.__free...@edvax.de
 mailto:20130629175831.__b2bf7fcb.free...@edvax.de
mailto: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

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
)
  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.com
mailto:650f01ca-f62f-49e7-957f-__9bfdc06d6...@me.com
 mailto: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
 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.de
mailto:20130629175831.b2bf7fcb.__free...@edvax.de
 mailto:20130629175831.__b2bf7fcb.free...@edvax.de
mailto: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