USB 3G/4G with netctl

I've been trying to follow these threads to get my Huawei E3276 working on netctl:
https://bbs.archlinux.org/viewtopic.php?id=167801
https://bbs.archlinux.org/viewtopic.php?id=175383
https://bbs.archlinux.org/viewtopic.php?id=181762
my working wvdial.conf:
$ cat /etc/wvdial.conf
[Dialer Defaults]
Init2 = ATQ0 V1 E1 S0=0
Modem Type = Analog Modem
Phone = *99#
ISDN = 0
Username = ''
Init1 = ATZ
Password = ''
Stupid Mode = 1
Modem = /dev/ttyUSB0
Baud = 9600
my netctl profile:
$ cat /etc/netctl/mobily
Description='Mobily'
Interface=ttyUSB0
Connection=mobile_ppp
AccessPointName=web2
Mode=None
a working wvdial connection looks like:
$ wvdial
--> WvDial: Internet dialer version 1.61
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0
ATQ0 V1 E1 S0=0
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Sep 6 22:54:29 2014
--> Pid of pppd: 1036
--> Using interface ppp0
--> pppd: æ[7f]
--> pppd: æ[7f]
--> pppd: æ[7f]
--> pppd: æ[7f]
--> pppd: æ[7f]
--> pppd: æ[7f]
--> local IP address 109.83.118.181
--> pppd: æ[7f]
--> remote IP address 10.64.64.64
--> pppd: æ[7f]
--> primary DNS address 86.51.34.18
--> pppd: æ[7f]
--> secondary DNS address 86.51.35.18
--> pppd: æ[7f]
and here's what happens if I try using netctl:
# netctl start mobily
$ netctl status mobily
[email protected] - Networking for netctl profile mobily
Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
Active: active (exited) since Sat 2014-09-06 22:01:03 AST; 1h 4min ago
Docs: man:netctl.profile(5)
Process: 582 ExecStart=/usr/lib/network/network start %I (code=exited, status=0/SUCCESS)
Main PID: 582 (code=exited, status=0/SUCCESS)
$ journalctl -xn
-- Logs begin at Sun 2014-01-05 21:43:20 AST, end at Sat 2014-09-06 23:04:33 AST. --
Sep 06 22:54:29 meru pppd[1036]: Could not determine remote IP address: defaulting to 10.64.64.64
Sep 06 22:54:29 meru pppd[1036]: Cannot determine ethernet address for proxy ARP
Sep 06 22:54:29 meru pppd[1036]: local IP address 109.83.118.181
Sep 06 22:54:29 meru pppd[1036]: remote IP address 10.64.64.64
Sep 06 22:54:29 meru pppd[1036]: primary DNS address 86.51.34.18
Sep 06 22:54:29 meru pppd[1036]: secondary DNS address 86.51.35.18
Sep 06 23:04:33 meru pppd[1036]: Terminating on signal 15
Sep 06 23:04:33 meru pppd[1036]: Connect time 10.1 minutes.
Sep 06 23:04:33 meru pppd[1036]: Sent 26031 bytes, received 51289 bytes.
Sep 06 23:04:33 meru pppd[1036]: Connection terminated.
seems that where netctl status says active it is actually refering to previous wvdial uptime.
Last edited by stozi (2014-09-24 18:09:08)

If it provides 3G via the the USB port than the answer is no. The iPad doe not have a real USB port. The USB dongle for the camera connection kit only imports photos and videos from a limited number of devices.

Similar Messages

  • No internet with netctl-ifpluged albeit internet is connected

    I bought an  external usb ethernet adaptor for my Dell XPS13
    It is recognized by the system and I can manually get it up with ip link:
    λ ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
    link/ether 7c:7a:91:27:73:ba brd ff:ff:ff:ff:ff:ff
    3: enp0s20u2u1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 00:23:55:8c:31:60 brd ff:ff:ff:ff:ff:ff
    At this point I don't have an IP for the interface. Since I want to use it with netctl-ifpluged I copied the example netctl config file and changed the interface name:
    λ cat /etc/netctl/enp0s20u2u1-dhcp
    Description='A basic dhcp ethernet connection'
    Interface=enp0s20u2u1
    Connection=ethernet
    IP=dhcp
    I than modified ipfluged.conf to handle the interface:
    λ cat /etc/ifplugd/ifplugd.conf
    # Specify the interfaces to control here, separated by spaces.
    # Ifplugd processes will be started for each of these interfaces when
    # the ifplugd init script is called with the "start" argument. You may
    # use the magic string "auto" to make the init script start or stop
    # ifplugd processes for ALL eth and wlan interfaces that are available
    # according to /proc/net/dev. Note that the list of interfaces
    # appearing in /proc/net/dev may depend on which kernel modules you
    # have loaded.
    INTERFACES="enp0s20u2u1"
    # Additional parameters for ifplugd.
    # (Run "ifplugd -h" for further information.)
    ARGS="-fwI -u0 -d10"
    I enabled the systemd service [email protected] and get the following:
    λ systemctl status [email protected]
    [email protected] - Automatic wired network connection using netctl profiles
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled)
    Active: active (running) since Di 2014-09-23 11:01:00 CEST; 3s ago
    Docs: man:netctl.special(7)
    Main PID: 1923 (ifplugd)
    CGroup: /system.slice/system-netctl\x2difplugd.slice/[email protected]
    ├─1923 /usr/bin/ifplugd -i enp0s20u2u1 -r /etc/ifplugd/netctl.action -bfIns
    ├─1926 /bin/bash /etc/ifplugd/netctl.action enp0s20u2u1 up
    ├─1945 /bin/bash /usr/lib/network/network start enp0s20u2u1-dhcp
    └─1951 dhcpcd -4 -q -t 30 -L enp0s20u2u1
    Sep 23 11:01:00 sputnik3arch ifplugd[1923]: client: Reading profile 'wlp2s0-eduroam'
    Sep 23 11:01:00 sputnik3arch ifplugd[1923]: client: Reading profile 'wlp2s0-britt'
    Sep 23 11:01:00 sputnik3arch ifplugd[1923]: client: Reading profile 'enp0s20u2u1-dhcp'
    Sep 23 11:01:00 sputnik3arch ifplugd[1923]: client: Reading profile 'wlp2s0-android'
    Sep 23 11:01:00 sputnik3arch ifplugd[1923]: client: Starting network profile 'enp0s20u2u1-dhcp'...
    Sep 23 11:01:00 sputnik3arch dhcpcd[1951]: version 6.4.3 starting
    Sep 23 11:01:00 sputnik3arch dhcpcd[1951]: DUID 00:01:00:01:1a:aa:00:a7:7c:7a:91:27:73:ba
    Sep 23 11:01:00 sputnik3arch dhcpcd[1951]: enp0s20u2u1: IAID 55:8c:31:60
    Sep 23 11:01:01 sputnik3arch dhcpcd[1951]: enp0s20u2u1: soliciting a DHCP lease
    Sep 23 11:01:02 sputnik3arch dhcpcd[1951]: enp0s20u2u1: offered 194.95.188.196 from 194.95.188.194 `saal.bbaw.de'
    at this point I can ping for example Google, some seconds later I can't anymore and the status of ifpluged is
    λ systemctl status [email protected]
    [email protected] - Automatic wired network connection using netctl profiles
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled)
    Active: active (running) since Di 2014-09-23 11:01:00 CEST; 1min 53s ago
    Docs: man:netctl.special(7)
    Main PID: 1923 (ifplugd)
    CGroup: /system.slice/system-netctl\x2difplugd.slice/[email protected]
    ├─1923 /usr/bin/ifplugd -i enp0s20u2u1 -r /etc/ifplugd/netctl.action -bfIns
    └─2040 dhcpcd -4 -q -t 30 -L enp0s20u2u1
    Sep 23 11:01:00 sputnik3arch dhcpcd[1951]: DUID 00:01:00:01:1a:aa:00:a7:7c:7a:91:27:73:ba
    Sep 23 11:01:00 sputnik3arch dhcpcd[1951]: enp0s20u2u1: IAID 55:8c:31:60
    Sep 23 11:01:01 sputnik3arch dhcpcd[1951]: enp0s20u2u1: soliciting a DHCP lease
    Sep 23 11:01:02 sputnik3arch dhcpcd[1951]: enp0s20u2u1: offered 194.95.188.196 from 194.95.188.194 `saal.bbaw.de'
    Sep 23 11:01:07 sputnik3arch dhcpcd[1951]: enp0s20u2u1: leased 194.95.188.196 for 300 seconds
    Sep 23 11:01:07 sputnik3arch dhcpcd[1951]: enp0s20u2u1: adding route to 194.95.188.192/26
    Sep 23 11:01:07 sputnik3arch dhcpcd[1951]: enp0s20u2u1: adding default route via 194.95.188.193
    Sep 23 11:01:07 sputnik3arch dhcpcd[1951]: forked to background, child pid 2040
    Sep 23 11:01:07 sputnik3arch ifplugd[1923]: client: Started network profile 'enp0s20u2u1-dhcp'
    Sep 23 11:01:07 sputnik3arch ifplugd[1923]: Program executed successfully.
    for some reason netctl-ifpluged starts a second dhcpd process 5 seconds after the first one and from this point I can not ping any external IP anymore. The Wifi interface on the other hand is going up and down all the time.

    Not sure but shouldn't things normally NOT fork to the background if handled by systemd? I'm not sure since I don't use dhcpcd any longer (since it started to cause problems).
    Have you tried dhclient in place of dhcpcd? I used the latter for ages but switched to dhclient a little bit ago when it started seeming to cause problems. I realise this isn't really an answer...
    Do make sure that you have disabled all conflicting network services - whether systemd services or netctl profiles or whatever.
    Last edited by cfr (2014-09-27 22:59:33)

  • [SOLVED] Problem with netctl and dhcpcd

    Hi everybody,
    I had a problem with netctl and dhcpcd.
    I was using netctl and wifi-menu to connect to wirelless networks with dhcp.
    It worked fine at home, then i went to a friend where it also worked but then i went back home and it failed at every try with those error messages:
    dhcpcd[2718]: version 6.0.5 starting
    dhcpcd[2718]: wlp9s0: rebinding lease of 192.168.1.154
    dhcpcd[2718]: wlp9s0: reject NAK via 192.168.178.1
    dhcpcd[2718]: wlp9s0: soliciting a DHCP lease
    dhcpcd[2718]: wlp9s0: offered 192.168.178.44 from 192.168.178.1
    dhcpcd[2718]: timed out
    network[2659]: DHCP IP lease attempt failed on interface 'wlp9s0'
    systemd[1]: netctl@wlp9s0\xxx.service: main process exited, code=exited, status=1/FAILURE
    systemd[1]: Failed to start Automatically generated profile by wifi-menu.
    systemd[1]: Unit [email protected] entered failed state.
    I figured that dhcpcd tried to rebind an ip that my router rejected and didn't accept the ip that it offered instead.
    The solution was to delete:
    /var/lib/dhcpcd/dhcpcd-wlp9s0.lease
    now how can i configure netctl and or dhcpcd so that won't happen again and that it accepts all ips offered by routers?
    Last edited by Samy (2013-09-04 13:32:13)

    I've had this happen now and again. You can rebind the lease yourself with:
    $ dhcpcd --rebind
    You could also try increasing the timeout by adding
    TimeoutDHCP=
    to your netctl profile/s - see netctl.profile(5) as WonderWoofy suggests. Although I haven't tried the latter.
    Last edited by youngdm (2013-09-01 22:01:05)

  • My ipod touch has a usb cable picture with an arrow pointingto the itunes logo. the ipod will not connect to a computer and is unable to be turned off as there is no red power slider when the powerbutton is pressed. what can i do to fix this?

    my ipod touch has a usb cable picture with an arrow pointing to the itunes logo. the ipod will not connect to a computer and is unable to be turned off as there is no red power slider when the power button is pressed. what can i do to fix this?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • X1 and USB Port Replicator with digital video - hangs system

    Hi
    with the X1 to help with docking it everyday at the office I have a USB Port replicator with digital video. I am not using the digital video but the USB ports, head phone and mics plus ethernet.
    When I plug it in it detects it OK, I then installed the software. But after reboot it looks to stall when logging into windows, screen flickers back and forth and locks up the operating system. I unlplug it and reboot and window is working fine.
    Note as I mentioned I am not using the digital output but instead using an external monitor via the display port on the back of the laptop.
    Also its is very slow to boot (Lenovo bios splash screen is there for about a minute)
    I have gone into the bios and turned off all other bootable devices just leaving the laptops hard drive.
    As a work around I have removed the software and I am getting the basic functionality of the port replicator, but not the ethernet.
    I have run the update manager but does not appear to show a need to update the drivers.
    Model X1 (1293-CTO)
    Windows 7

    Hi, I have this same exact problem.
    Video (anything from youtube to downloaded shows, movies) will freeze for 5-7 seconds at a time. The sound continues to play while the video is 'frozen', and the video resumes after that.
    It will happen on its own, with no bumping, but it is more prone to happen if I do something like increase the volume within the media player.
    Any suggestions are much appreciated!

  • There are error message "No such interface supported" when play Audio/Media from USB thumb disk with Metro APP like Xbox.

     There are error message "No such interface supported" when play Audio/Media from USB thumb disk with Metro APP like Xbox in windows. how can I solve this problem?   if I use destop player like windows media player, no such error.
    would you please give some solution for this error? thanks!

    OS is window10, Metro APP is Xbox or MultiMedia 8; any video format will occur error only by following steps:  
    a. Put Audio / Media / Photo files into USB thumb disk or Micro SD card.
    b. Connect USB thumb disk / Micro SD Card  to Platform.
    c. Open 'File Explorer', click USB thumb disk.
    d. Open audio file with metro app: Music. / Open Media file with metro app: Video./Open Photo file with metro app.

  • Webcam working with USB 1, but not USB 2 port with NEC Chipset

    On my sawtooth upgraded to 1.8 Mhz with 1G and a Radeo 9200 OS 10.4.9, I added a NEC Chipset USB 2.0 PCI.
    My USB Camera Logitech Quickcam Notebook Pro 860 -000026, works fine with the USB 1.0 ports, but when I hook it to the USB 2.0 it get split screen, jumpy and flashes. Same for Skype or iChat.
    USB works fine with printer, camera and mouse.
    Any thoughts?

    Just wanted to say I got hylafax to work with a usb modem on a powerbook, not sure if it's stable and user friendly enough to be used my a wide base here, but it's definitely cool, and it does work. I just wish it had LDAP/mysql integration, instead of the flat file business it has.
    Anybody with any input on hylafax would be great.

  • Focusrite Saffire 6 USB (1.1) with Macbook Pro late 2008

    Equipment-
         Macbook Pro Late 2008 w/ Yosemite 10.10.2
         Focusrite Saffire 6 USB (1.1)
    The Saffire 6 is a audio interface using USB 1.1 to connect microphones to my Macbook. It has 2 inputs and 4 outputs. I've had this unit for years and has worked fine. I realized today that I haven't used it since upgrading to 10.10 (Yosemite) and wasn't able to get it working. When I try to set it within Sound Preferences, all devices, In and Out, go blank, then come back constantly. It will even change Built-In Mic to "Unknown".
    The Saffire website (http://global.focusrite.com/usb-audio-interfaces/saffire-6-usb/downloads) lists two different driver choices to use, but one is labeled specifically for 10.8.5. The other just says "Mac". I'm certain my device is USB 1.1. If it were 2.0, I wouldn't need a driver. According to the website, I should use the 2.9 version.
    How can I check to see if all previous driver installations are clear?
    Is there anything I can check to make this thing work? The Focusrite website (http://us.focusrite.com/answerbase/are-focusrite-products-compatible-with-osx-yo semite) says that the Saffire 6 USB is compatible with Yosemite.
    I've emailed Focusrite and I'm hoping between them and this forum, I can get this working again.
    Thanks!!

    I've spoken to Focusrite. They had me try a number of things. I tried some of my own things.
    Different USB cable
    Deleted VodBurner device
    Repaired Permissions
    Installed/Uninstalled 3ivx codec
    Reset PRAM
    Performed Safeboot
    Removed Startup items
         Growl, Sizeup, Crossover CD Helper, Dropbox
         Disable MagicPrefs from Autostart
    Still not able to get it to work. The device will work on an XP computer but I don't have another Mac to try it out on. Any suggestions?

  • What Superdrive (external USB) is compatable with Mountain Lion 10.8.3?

    What Superdrive (external USB) is compatable with Mountain Lion 10.8.3? 
    My New install of 10.8.3, will now.... not reconize anything I put in my drive... it spits it back out!
    Superdrive does NOT reconize any activity. 
    It will show my information on/of my drive...but, that is about it...
    Is there a patch/fix for this issue with 10.8.3?
    If not...why is Apple (seemingly) ignoring this issue? There are so many with the same complaint.
    They want $19 to answer this question...why? I just bought the upgrade to 10.8.3 a couple of days ago.
    Anyone have any suggestion, beside switching BACK to Microsoft...?
    ~JOHN~
    My "About This Computer" info:
    Hardware Overview:
      Model Name:    Mac mini
      Model Identifier:    Macmini5,1
      Processor Name:    Intel Core i5
      Processor Speed:    2.3 GHz
      Number of Processors:    1
      Total Number of Cores:    2
      L2 Cache (per Core):    256 KB
      L3 Cache:    3 MB
      Memory:    4 GB
      Boot ROM Version:    MM51.0077.B10
      SMC Version (system):    1.76f0
      Serial Number (system):    C0*******JD0
      Hardware UUID:    ****
    HL-DT-ST DVDRW  GX30N:
      Firmware Revision:    RP09
      Interconnect:    USB
      Burn Support:    Yes (Apple Shipping Drive)
      Cache:    1536 KB
      Reads DVD:    Yes
      CD-Write:    -R, -RW
      DVD-Write:    -R, -R DL, -RW, +R, +R DL, +RW
      Write Strategies:    CD-TAO, CD-SAO, CD-Raw, DVD-DAO
      Media:    To show the available burn speeds, insert a disc and choose View > Refresh
    System Software Overview
    System Version:                    OS X 10.8.3 (12D78)
    Kernal Version:                      Darwin 12.3.0
    Boot Volume:                         Mac OS X
    Boot Mode:                            Normal
    Computer Name:                   John's Mac Mini
    User Name:                           John Lipscomb (johnlipscomb)
    Secure Virtual Memory:         Enabled
    Time since boot:                    6:04
    <Edited By Host>

    Sorry about the serial number...wasn't thinking.  Mentally noted.
    I would think it to not be too much, to ask for it to be able to read/write to the listed capablities list with the product (superdrive). The different media type...
    I insert blank -R DVD, -R CD, ...anything I put in,it spits it out.  NOTE:  The ONLY thing I've been able to get it to read, is some old CD's that I had some mp3 files on...it would read that OK... but if I try a DVD read or write and write a CD...NOTHING!
    This worked fine before upgrading to 10.8.3   was at 10.7.5....
    Any help would be much appreciated.
    ~JOHN~

  • Can I use a USB thumb drive with iPad

    Can I use a USB thumb drive with iPad2

    What do you want to do with the thumb drive?
    If for picture/movie files, You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import.
     Cheers, Tom

  • A USB thumb drive with data created in Windows is not showing up on my desktop. Do I need a different driver or something?

    A USB thumb drive with data created in Windows is not showing up on my desktop. Do I need a different driver or something?

    OK in order to read those files you will need MS Office for Mac or install MS Windows on your Mac. You can get MS Office for Mac from anyone that sells Apple products. I would suggest the Apple Store, Best Buy, Amazon etc...For help getting the data from the memory stick I'd recommend visiting your local Apple Store or AASP and they can help you move it. It should be as simple as plugging the USB drive into your USB port and then open a Finder Window where you will see the drive on the left  pane. If you don't know what Finder is or how to open a new Finder window you need the sites I've noted below!!!
    Because you are new to OS X I would strongly recommend you bookmark and frequently visit the following web sites:
    Switch 101
    Mac 101
    Find Out How Video tutorials

  • I have a new mac book pro. i am using a usb not associated with my mac. when trying to download films onto the usb it keeps saying no space on it but its not full what can i do?

    i've just bought a new macbook pro retina. i am using a usb not assocciated with this mac. when i try to download movies onto the usb it keeps coming back saying its full when i know there is plenty of space left. what can i do to correct this problem? do i need to buy a new usb? thanks

    empty your trash
    then open disk utility and reformat it
    as mac journaled if you only want to use it for a mac
    if you want to use it for both mac and PCs, select the partition tab, choose 1, format exfat and MBR under options
    enjoy

  • USB Travel Keyboard with UltraNav

    Hi,
    I've a Lenovo USB Travel Keyboard with UltraNav (31P9496) to my X301. The keyboard works fine but I can't get the TrackPoint or the TouchPad to work. I've tried the keyboard on other computers and there the TrackoPoint/TouchPad works fine. The only thing that differ is that I use Vista x64 and the other computers uses Vista x32.
    I love the keyboard and want my trackpoint to work - Please help me!

    I ended up opening my keyboard and resoldering the ribbon cable on the TrackPoint PCB, and improving the connection of the ribbon cable to the main board and now it works!  I believe the problem was in the ribbon cable connection to the main board--those ribbon cables and headers are very flimsy.  TrackPoint, TouchPad and keyboard are all functioning well with the default Windows drivers.
    I'm not going to bother with the Synaptic drivers, because they made my Mouse options in the Control Panel crash, and I have all of the functionality I want out of this keyboard without them.
    Thanks anyway,
    --Dan 

  • HT4060 Hi, I have bought iPad air, and got apple 12w USB Power Adapter with pin flat plug. It is a problem for me. I live in Switzerland and the electric outlet is suitable only for round pin plug.

    Hi, I have bought iPad air, and got apple 12w USB Power Adapter with pin flat plug. It is a problem for me. I live in Switzerland and the electric outlet is suitable only for round pin plug.  I do appreciate for your support.

    Plug adapter
    http://img.diytrade.com/cdimg/975531/17878192/0/1293436146/Universal_socket_to_S witzerland_Plug_adapter.jpg

  • Usb sound output with integrated 100W amplif

    Hi,
    I would like to see a extensible USB audio device with integrated 00W amplifier. I should be able to connect for every room in my house such a device. The audi source schould not be fixed to one computer. I should be able to select different audio sources in a network environment.
    or
    does something like that already exist ?

    I saw a device the other day, and I can't remember the name unfortunately, that allows you place multiple wi-fi boxes in various rooms through the house. I believe the box also had an amp etc. You can then choose to play different music in the different rooms. Hopefully someone else can recognise it

Maybe you are looking for

  • How to restore a particular backup to new ipad?

    My problem is that I had to have my ipad air replaced by Apple as my original ipad air developed a fault. I had backed up my original ipad to my W7 PC thru itunes before I got the new one. Unfortunately my new ipad's name was set to be exactly the sa

  • End to End Monitoring is not working

    Hi All, I don't see the msgs in End to End Monitoring. I have checked all connections in SM59, full host name parameters is present in profile. I cannot select the "instance" radio button either. Anyone had these problems in SP12, XI3.0 SR1. thanks t

  • Cash Sales : Invoice Printing

    Hi All, Can anyone please tell me , From where in cash sales is invoice printed ?? Regards, Ashima

  • Administration server error: could not connect to server

    I was just viewing some outlines and calc scripts. I got un error trying to close a clac script. It said unable to unlock and then closes EAS. I tried to log back in and I am getting a could not connect error. How do I fix this or do I just recycle t

  • Called Name Doesn't Appear Until the Call Connects

    We have an issue with the Lync client and some of the Lync IP phones that if User A calls User B using his lineURI (extension number), the name of User B doesn't appear on User A's client until the call gets connected, in the meantime the extension o