Search:

Type: Posts; User: raywjohnson; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    Of note: I plugged the device (Voyager) in (via USB) to keep it powered. What I did not know is that it is detected as a USB "wired" wifi device! Network Manager connected to it without me having to...
  2. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    Final Update...

    I found the best solution: cancel Verizon and go with Clear. They have a wireless "hot spot" device that does not require any connection software. It is just a secure router.
    ...
  3. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    I will do what I can to help!

    I get that sometimes as well. I usually figure it is just Verizon.

    Did you setup the device via Windowz? Make sure its firmware is updated?

    Is the light on your...
  4. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    Did you check to make sure your Network Manager is not trying to create a connection?

    Right click on the Network Manager and click Edit Connections. The select the Mobile Broadband tab. Delete...
  5. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    Check for any /dev/ttyACM (sometimes mine shows up as /dev/ttyACM1). If you not getting any listing, then I would say the modem is the problem.

    Try: (without the modem plugged in)
    dmesg | grep -i...
  6. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    Greetings jayk_s4,

    The first thing I would do is change the [Dialer Verizon 4G] to [Dialer Verizon4G] (remove the space). Then use wvdial Verizon4G to start the connection.

    Did you activate...
  7. [ubuntu] Re: Cannot move file to trash, do you want to delete immediately?

    Figures.

    After many attempts to find a solution. I find one right after posting here. :redface:

    This worked for me:

    Open a terminal:


    id -u <username>
  8. [ubuntu] Re: Cannot move file to trash, do you want to delete immediately?

    Bummping this thread.

    I am also having this ussue. I can send files from /home/USERNAME to the trash (via nautilus), but under /var/www/html I always get the "Cannot move file to trash, do you...
  9. [xubuntu] Re: Plymouth splash anomilies on screen after login

    Alrighty then.

    Never mind.

    Xfce/xubuntu failed the test.

    I installed lubuntu and now everything works correctly.

    --RayJ
  10. [xubuntu] Plymouth splash anomilies on screen after login

    Greetings,

    I am currently using xfce and slim on ubuntu 11.10. (xubuntu-desktop)

    There are still a few "bugs" to work out, but the more annoying one has to do with the plymouth splash.

    The...
  11. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    No worries. That is what make a forum great! The conversation will wait for you. ;)

    This one is for 4G:

    [Dialer Verizon4G]
    Modem = /dev/ttyACM0
    Baud = 100000000
    Phone = *99***3#
    Username =...
  12. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    Uploading my current configuration:


    [Dialer Defaults]
    Init1 = ATZ
    Init2 = AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Modem Type = USB Modem
    Stupid Mode = 1
    New PPPD = yes
    Dial Command = ATDT
  13. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    I did change one setting in my config, I set Stupid Mode = 1

    Also, I do not have an @ sign in the username: ##########vzw4g.com

    --RayJ
  14. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    Alrighty then!

    Just bought a Sony VAIO Laptop E Series VPCEB. (Yes, with *******)

    I installed Ubuntu 11.10 dual boot. Working well.

    Again, no love for the Pantech UML290 VW. However, using...
  15. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    I forgot to subscribe! Which is why I did not get the notices. ;)

    No worries. I am sure we can get this to work. Just to be thorough, do you have ppp
    (Point-to-Point Protocol daemon) and pppoe...
  16. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    Alrighty then!

    Got connected again. Here is the updated /etc/wvdial.conf


    [Dialer Defaults]
    Init1 = ATZ
    Init2 = AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Modem Type = USB Modem
    Stupid Mode = 3
  17. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    Hi Noel,

    Not sure what is preventing your connection. On my system, /etc/resolv.conf is not used for PPP. This file is: /etc/ppp/resolv.conf

    --RayJ

    PS: I made the mistake of pluging my...
  18. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    Thanks Mike!

    Sorry for the late reply.

    I know for a fact that Verizon has a version of VZAccess for Linux. It comes with Red Hat Enterprise. The problem could easily be solved if Verizon...
  19. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    Alrighty then!

    The following code is, at best, a crude effort. It works on my machine and takes a few things for granted. It has no real error checking. I created it so that I could enable and...
  20. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    Finally found the answer to this.

    Found this: Re: [SOLVED] GNOME PPP Check permissions

    So, I set /usr/sbin/pppd to allow anyone to run/execute it.


    sudo chmod +x /usr/sbin/pppd

    Then, to...
  21. Replies
    27
    Views
    15,481

    [ubuntu] Re: Verizon Pantech UML 290 Will Not Connect

    UPDATE:

    Still no connection via Network Manager.

    However, I did get wvdial to make a connection. Posting here so that it may help someone else.

    I gathered data from these posts/threads:...
  22. Replies
    27
    Views
    15,481

    [ubuntu] Verizon Pantech UML 290 Will Not Connect

    I searched around a bit before committing to upgrading to the Pantech UML 290. All indications were that it would work on Ubuntu out of the box.

    I found and followed the instructions here:
    ...
  23. Replies
    7
    Views
    2,816

    [ubuntu] Re: Help Digital Audio Ubuntu 10.4

    Thanks. I would do that but I did not start the thread. The option is not available to me.

    --RayJ
  24. Replies
    7
    Views
    2,816

    [ubuntu] Re: Help Digital Audio Ubuntu 10.4

    Worked perfectly. Thanks.

    --RayJ

    Dell Inspiron 1420
    Ubuntu 10.4
    SigmaTel STAC9228 (HDA Intel) sound card
  25. Re: Bonager: The Boot Scan Manager - Control the filesystem scan that happens at boot

    Thanks for the great program. The best ones are simple, install with no issues, and solve a problem. I am a Bonager user!

    --RayJ
Results 1 to 25 of 26
Page 1 of 2 1 2