[SOLVED] How to get Broadcom wireless to work (Arch install)?

I'm very newbie in network managment (and in Linux in general), and it's my first time installing Arch.
I came from Debian/Ubuntu. In Ubuntu 14.04 it was working already, and in Debian 7.8 I only had to install the package "brcmsmac" to get my wi-fi card to work.
But now I have no idea what I'm doing in Arch. I've already downloaded and installed the system using the auto DHCP connection, but after the chroot I got confused, now I'm stuck in configuring the network and wireless. I didn't even install a bootloader yet. (I'm using another computer to post this)
I followed https://wiki.archlinux.org/index.php/Beginners%27_guide and https://wiki.archlinux.org/index.php/broadcom_wireless, and Google'd about it but everything seems confusing.
I won't need anything special like a server, so I imagine the solution is very basic and newbie.
It's probably a very simple thing to do, like installing a package or loading something, and I don't want to mess up my system.
I heard about AUR but I don't know how to use it.
Last edited by nakamis (2015-03-22 13:57:17)

Gusar wrote:
We need *a lot* more info than that. Could be something very simple, like the interface being up before starting wifi-menu (netctl doesn't like the interface being up, it'll only start correctly if the interface is down).
Or it could be something more. In which case, you'll need to start wpa_supplicant manually with debugging enabled:
wpa_supplicant -i wlp18s0b1 -c <(wpa_passphrase MYSSID passphrase) -d
Once this says you're connected, open another terminal and start dhcpcd. Or, if wpa_supplicant doesn't manage to connect, post the *entire* output.
Edit: Ok, you posted more info as I was writing my post. Will look through that, maybe it contains something useful. If not, follow the instructions above.
Edit2: Nope, nothing about wireless in there, except that the driver loaded.
It worked!!
I was looking into the logs and found an authentication failure...my password is very long so I made some mistakes while typing it.
So this is the solution all the way:
SOLUTION:
- No need to install or load any external drivers (all I used was already in the base installation)
- DISABLE THE HIDDEN NETWORK OPTION IN THE ROUTER (thanks for the heads-up @Gusar)
- run "# wifi-menu"
     or
       "# wpa_supplicant -i [interface] -c <(wpa_passphrase MYSSID passphrase) -d"
- run "# dhcpcd [interface]"
- Good to go!!
I'm sorry for the trouble guys, and like I imagined, it was really easy and now I see my newbiness hahaha ;D
Thanks.

Similar Messages

  • [Solved] How to get CD/DVD drive working?

    I've been trying to get it to work since Day 1, just a few weeks ago. The default settings didn't work, no matter what I tried. I removed all mentions of optical drives from fstab and installed hal, to no avail. I've tried stealing other people's settings, copying my old ones from Ubuntu; pretty much everything I could think of. I've read the "How To fstab" on the Ubuntu forums, and searched Google many times. In the hopes of finally having a functional optical drive, I ask you:
    What do I need to do?
    Last edited by soupcan (2009-01-19 05:11:55)

    Hello everybody! I, too have a problem with my cdrom drive. When I'm trying to mount it I get the error:"special device /dev/cdrom does not exist".  I know that usually /dev/cdrom it's a link to a real device, but there is no device in /dev (beside my 2 HDDs). fdisk -l shows me only the HDD partitions. I didn't found any errors in my log files. Actually, Arch it's not seeing my CDROM drive.
    Here is my fstab file:
    /dev/cdrom /media/cdrom   auto    ro,user,noauto,unhide   0      0
    UUID=427c31e7-0626-4085-a368-68fa0071fe4f swap swap defaults 0 0
    UUID=f6e71d3d-5c4a-40ff-b773-6b68d16ec63d / jfs defaults 0 1
    LABEL=HOME /home auto defaults 0 0
    LABEL=MUNCA /media/Munca auto defaults 0 0
    LABEL=VYDEO /media/Vydeo vfat defaults 0 0
    LABEL=MUZICAFILME /media/MuzicaFilme vfat defaults 0 0
    LABEL=SICA /media/Sica vfat defaults 0 0
    Here is an excerpt from my mkinitcpio.conf:
    HOOKS="base udev autodetect pata scsi sata usbinput keymap filesystems"
    And here is fdisk -l:
    Disk /dev/sda: 30.7 GB, 30750031872 bytes
    255 heads, 63 sectors/track, 3738 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x2e832e82
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        1094     8787523+   7  HPFS/NTFS
    /dev/sda2            1095        2188     8787555   83  Linux
    /dev/sda3            2189        2796     4883760   83  Linux
    /dev/sda4            2797        3738     7566615    f  W95 Ext'd (LBA)
    /dev/sda5            2797        3647     6835626   83  Linux
    /dev/sda6            3648        3738      730926   82  Linux swap / Solaris
    Disk /dev/sdb: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x5072879e
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1             992        9729    70187985    f  W95 Ext'd (LBA)
    /dev/sdb2   *           1         991     7960176    b  W95 FAT32
    /dev/sdb5             992        5738    38130246    b  W95 FAT32
    /dev/sdb6            5739        9601    31029516    b  W95 FAT32
    /dev/sdb7            9602        9729     1028128+  83  Linux
    Partition table entries are not in disk order
    Thank you.

  • Can't get Broadcom wireless card working

    Hello everyone. First and foremost, I'm not a newbie to Linux, just to Arch, so I do kinda know what I'm doing
    I've got my laptop with a Broadcom BCM4328. I followed the steps on the Wiki page to the letter, but I've got nothing: the wireless doesn't initialize, and I have no interface for the wireless. I've provided my output for a few commands below if it helps. I'm using the latest kernel as I just installed Arch today. Any suggestions would be greatly appreciated.
    [joshua@W01-Zeus ~]$ lspci | grep Broadcom
    03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
    0c:00.0 Network controller: Broadcom Corporation BCM4328 802.11a/b/g/n (rev 03)
    [joshua@W01-Zeus ~]$ sudo modprobe wl
    [joshua@W01-Zeus ~]$ lsmod | grep wl
    wl 1287680 0
    lib80211 7172 1 wl
    Last edited by djbon2112 (2009-10-27 16:25:15)

    the modules that i'm talking about are b43, b43legacy and ssb. but looking at your devices ssb is needed by b44(ethernet module).
    your MODULES should look like this:
    MODULES=(wl !b43 !b43legacy...)
    not that wl is first in this array
    Last edited by wonder (2009-10-27 17:20:32)

  • How can i get my wireless to work on my printer hp officejet pro 8600

    how can i get my wireless to work on my printer hp officejet pro 8600

    You'll get faster help w/this question by posting it in the Wireless forum...here:
    http://h30434.www3.hp.com/t5/Printer-Networking-and-Wireless/bd-p/Networking
    I am an HP employee.

  • How to get EDUP wireless usb adapter working under linux

    i have a EDUP wifi adapter, that i would like to use with arch.
    the box states that linux is supported. but i dont know how to get the drivers to work.
    here is the out put of lsusb.
    [mark@blackeee ~]$ lsusb
    Bus 001 Device 004: ID 0ace:1215 ZyDAS WLA-54L WiFi
    thanks for any pointers .

    i have a EDUP wifi adapter, that i would like to use with arch.
    the box states that linux is supported. but i dont know how to get the drivers to work.
    here is the out put of lsusb.
    [mark@blackeee ~]$ lsusb
    Bus 001 Device 004: ID 0ace:1215 ZyDAS WLA-54L WiFi
    thanks for any pointers .

  • How to get online apps to work with the Verizon DSL modem firewall set at "Medium" level, not "Low?"

    How to get online apps to work with the Verizon DSL modem firewall set at “Medium” level? Xbox 360 Live, FTP, and the Windows sntp Time checker native to Windows XP WON’T WORK unless the Verizon firewall is first reset down to “Low.” Then all works well, but I then risk low firewall protection. Setup: · Westell 6100 DSL modem (Software Version: VER:4.04.03.00 Transceiver Revision: 7.2.3.0 Model Name: C90-610015-06), · D-Link DIR-655 wireless router (Hardware Version: A3, Firmware Version: 1.21), For Xbox 360 Live the “canned” port forwarding rule for provided in Verizon’s drop-down list for the Westell 6100 modem forwards ports 88 and 3074 for both TCP and UDP. This does not meet Microsoft’s forwarding recommendations for Xbox 360 Live stated at http://support.microsoft.com/kb/908874. Instead, for the Verizon modem (Westell) I made a new port forwarding rule to comply with those Microsoft instructions. It forwards ports 53, 80 and 3074 for TCP and ports 53, 88 and 3074 for UDP. These same ports are also forwarded in the D-Link router configuration. For FTP, port 21 is also forwarded for TCP and UDP in both modem and router. But they don’t work until I first cripple the Verizon firewall down to “Low.” How to get them to work with the Verizon firewall up to Medium?

    While I do not know the answer to your question, BUT since you have this modem and another router - you could just follow.
    http://www.dslreports.com/faq/13600
    ^^
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • Update to kichat: FAQ 2 - How to get my router to work with iChat?

    kichat: FAQ 2 - How to get my router to work with iChat? December 2008 version 3
    (Note to Hosts. to be removed on acceptance. Please use this to replace http://discussions.apple.com/thread.jspa?threadID=121775 )
    Getting your router started with iChat.
    Appropriate for using iChatAV 2 upwards. Edits have been made for iChat 4
    Glossary for this FAQ
    Routers: Any configurable device that sits between your computer and the internet link you have. This includes Modems that Route as well as "routers"
    Routers seem to fall into two categories
    Those that work straight from the box. See Apple Article HT1787
    NOTE :This Article has not been updated in content since Jan 04 Only being changed to an Article from the Previous Doc listing
    Even then some list that they need tweaks.
    and those that do not.
    This post will deal with what you may need to look at.
    First off make sure your device is acting as a DHCP server. (if you are already on the internet you may not have to bother with this.)
    Check in the Tiger System Preferences > Network Preference Pane, in the "Built in Ethernet" option from the "Show" drop down list.
    In Leopard the Networks are listed on the left with icons. The Airport Option will need you to access the Advance Button for the Next bit.
    Make sure the TCP/IP tab is the 'front' one. You should be able to see Configure IPv4 and it most likely reads Using DCHP. Make a note of your IP address. It will start 10.xxx.xxx.xxx or 192.168.xxx.xxx (the 'x' s will stand for any number between 1 and 255). The range 172.16.xxx.xxx is also a possible value at this point. Rarely used, but it is part of the RFC for Address Allocation for Private Internets.
    Your router is most likely to be configurable from your browser. You will need to find the IP address to type into the browser from any Readme or PDF files that came on the install disk or visit the makers website and download a manual.
    The Port Forward.com site lists many devices and clicking on one will take you to a list of Applications. This iChat will open an page that will start by telling you the defaults to access the device
    Opening or Allowing ports. Several Methods not all devices have all of them.
    DMZ (Demilitarised Zone)
    This is a less secure setting that basically opens all ports and points the incoming data to your computer. (not helpful if you have more than one computer on your LAN). It can be considered as an extreme form of Port Forwarding
    Port Forwarding (also Virtual Server or Pin Holes)
    These settings are usually found in an Advanced setting.
    You may need to set an incoming IP address (Usually 0.0.0.0 to any outside server), a port that data will arrive on, the Inside computer's IP address (your computer) and the port it will deal with the data on and the protocol it will use.
    See this pic for an example of the description above.
    In this example shows that on some Port AND Protocols need to be listed.
    iChat uses TCP and UDP so some devices will need the ports listed one by one and some settings done twice, once for each protocol. The example above has a "Both" setting
    See Apple Article HT1507 Previously Doc 93208 for more information. This is the Tiger iChat 3 list. The same ports are needed for Leopard except for these changes
    My Note 2:
    On the first link Note 1 under tables in that link would be better if it read:
    " 1. All iChat AV traffic is UDP -
    except for ports 5190 and 5298, which need to be open for both TCP as well;
    and 5220, 5222, which need to be open for TCP only. "
    Note 2
    GoggleTalk needs port 5223 on TCP. Also note the Server name for iChat 3 set ups
    UPnP Universal Plug n Play.
    This is a simple Plug and Play type of setting. iChat can find it's own way through a router if the device has this capability.
    By Not doing Port Forwarding, Triggering or DMZ and enabling UPnP the application is allowed to control the modem and the ports that are open.
    They close after the application has finished with them on a timed basis.
    On some devices the number of "hops" (how far away the UPnP can be "seen") can be reduced from a default of 4)
    Trigger Ports
    Some devices offer a security measure that works by a first or trigger port receiving a data packet and then opening further ports when accepted.
    The first port for incoming Video or Audio invites is port 5678.
    Pre iChat 4
    When you click on the invite window the process moves in to port 5060 (so these will need to be opened by the trigger port) for negotiating the final group of ports from the group of 20 (16384-16403 These will need to open when the trigger says so as well). Therefore port 5678 triggers ports 5678, 5060, 16384-16403. All on UDP. Port 5190 neeeds to trigger port 5190 for both TCP and UDP.
    See this variation where only the ports listed above are completed.
    The other single ports need to be set one by one in addition. (5220,5222, 5223 5297, 5298, 5353)Replace
    iChat 4
    The port used in IChat 4 is port 16402 instead of port 5060. The group of 20 ports is reduced to 10 (16393-16402). This is because all the In and Out Audio and Video data is on one port. Other that than the settings are the same.
    At this time there is no Info on the ports the Screen Sharing in iChat 4 uses.
    Wireless
    Here you will have to read around but this Apple Article TA25949 Previously Doc 58514 might be a good starting place.
    Essentially whether you are wireless or Ethernet to your routing device makes very little difference to the way you do things.
    Your computer will get two IPs from a DHCP server if you are connected by both methods. (iChat does not like this)
    Multiple devices
    Make sure only one is acting as a DHCP server. Make sure wireless devices are bridged properly.
    Further Help
    I have found that this site (ADSLGuide) to be helpful.
    It is British based but I have linked you to the Apple Related Discussions Forum.
    Eliminating Problems on my Personal web pages.
    The ports and their function within iChat. (my personal Web pages again)
    This is not a step by step approach. You will have to read around the information about your device.
    Collected FAQs and Expansions: Index Page Based on FAQs here by EZ Jim and myself
    Also http://www.portforward.com/routers.htm for instructions with Pics on Port Forwarding and access info as mentioned earlier.
    Click on your device.
    Select iChat on the next page.
    Follow the info on the next.
    This site is godd for finding out the Default IP to use in a web browser and the default User ID and Passwords needed to do so.
    Gives you a chance to look at at pics to give clues to where some of these other things are.
    With thanks to Macmuse for comment on the Original (Aug 23rd 2004)
    and to EZ Jim for his work on iSights on my web pages.
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.
    9:51 PM Saturday; December 6, 2008

    kichat: FAQ 2 - How to get my router to work with iChat? December 2008 version 3
    (Note to Hosts. to be removed on acceptance. Please use this to replace http://discussions.apple.com/thread.jspa?threadID=121775 )
    Getting your router started with iChat.
    Appropriate for using iChatAV 2 upwards. Edits have been made for iChat 4
    Glossary for this FAQ
    Routers: Any configurable device that sits between your computer and the internet link you have. This includes Modems that Route as well as "routers"
    Routers seem to fall into two categories
    Those that work straight from the box. See Apple Article HT1787
    NOTE :This Article has not been updated in content since Jan 04 Only being changed to an Article from the Previous Doc listing
    Even then some list that they need tweaks.
    and those that do not.
    This post will deal with what you may need to look at.
    First off make sure your device is acting as a DHCP server. (if you are already on the internet you may not have to bother with this.)
    Check in the Tiger System Preferences > Network Preference Pane, in the "Built in Ethernet" option from the "Show" drop down list.
    In Leopard the Networks are listed on the left with icons. The Airport Option will need you to access the Advance Button for the Next bit.
    Make sure the TCP/IP tab is the 'front' one. You should be able to see Configure IPv4 and it most likely reads Using DCHP. Make a note of your IP address. It will start 10.xxx.xxx.xxx or 192.168.xxx.xxx (the 'x' s will stand for any number between 1 and 255). The range 172.16.xxx.xxx is also a possible value at this point. Rarely used, but it is part of the RFC for Address Allocation for Private Internets.
    Your router is most likely to be configurable from your browser. You will need to find the IP address to type into the browser from any Readme or PDF files that came on the install disk or visit the makers website and download a manual.
    The Port Forward.com site lists many devices and clicking on one will take you to a list of Applications. This iChat will open an page that will start by telling you the defaults to access the device
    Opening or Allowing ports. Several Methods not all devices have all of them.
    DMZ (Demilitarised Zone)
    This is a less secure setting that basically opens all ports and points the incoming data to your computer. (not helpful if you have more than one computer on your LAN). It can be considered as an extreme form of Port Forwarding
    Port Forwarding (also Virtual Server or Pin Holes)
    These settings are usually found in an Advanced setting.
    You may need to set an incoming IP address (Usually 0.0.0.0 to any outside server), a port that data will arrive on, the Inside computer's IP address (your computer) and the port it will deal with the data on and the protocol it will use.
    See this pic for an example of the description above.
    In this example shows that on some Port AND Protocols need to be listed.
    iChat uses TCP and UDP so some devices will need the ports listed one by one and some settings done twice, once for each protocol. The example above has a "Both" setting
    See Apple Article HT1507 Previously Doc 93208 for more information. This is the Tiger iChat 3 list. The same ports are needed for Leopard except for these changes
    My Note 2:
    On the first link Note 1 under tables in that link would be better if it read:
    " 1. All iChat AV traffic is UDP -
    except for ports 5190 and 5298, which need to be open for both TCP as well;
    and 5220, 5222, which need to be open for TCP only. "
    Note 2
    GoggleTalk needs port 5223 on TCP. Also note the Server name for iChat 3 set ups
    UPnP Universal Plug n Play.
    This is a simple Plug and Play type of setting. iChat can find it's own way through a router if the device has this capability.
    By Not doing Port Forwarding, Triggering or DMZ and enabling UPnP the application is allowed to control the modem and the ports that are open.
    They close after the application has finished with them on a timed basis.
    On some devices the number of "hops" (how far away the UPnP can be "seen") can be reduced from a default of 4)
    Trigger Ports
    Some devices offer a security measure that works by a first or trigger port receiving a data packet and then opening further ports when accepted.
    The first port for incoming Video or Audio invites is port 5678.
    Pre iChat 4
    When you click on the invite window the process moves in to port 5060 (so these will need to be opened by the trigger port) for negotiating the final group of ports from the group of 20 (16384-16403 These will need to open when the trigger says so as well). Therefore port 5678 triggers ports 5678, 5060, 16384-16403. All on UDP. Port 5190 neeeds to trigger port 5190 for both TCP and UDP.
    See this variation where only the ports listed above are completed.
    The other single ports need to be set one by one in addition. (5220,5222, 5223 5297, 5298, 5353)Replace
    iChat 4
    The port used in IChat 4 is port 16402 instead of port 5060. The group of 20 ports is reduced to 10 (16393-16402). This is because all the In and Out Audio and Video data is on one port. Other that than the settings are the same.
    At this time there is no Info on the ports the Screen Sharing in iChat 4 uses.
    Wireless
    Here you will have to read around but this Apple Article TA25949 Previously Doc 58514 might be a good starting place.
    Essentially whether you are wireless or Ethernet to your routing device makes very little difference to the way you do things.
    Your computer will get two IPs from a DHCP server if you are connected by both methods. (iChat does not like this)
    Multiple devices
    Make sure only one is acting as a DHCP server. Make sure wireless devices are bridged properly.
    Further Help
    I have found that this site (ADSLGuide) to be helpful.
    It is British based but I have linked you to the Apple Related Discussions Forum.
    Eliminating Problems on my Personal web pages.
    The ports and their function within iChat. (my personal Web pages again)
    This is not a step by step approach. You will have to read around the information about your device.
    Collected FAQs and Expansions: Index Page Based on FAQs here by EZ Jim and myself
    Also http://www.portforward.com/routers.htm for instructions with Pics on Port Forwarding and access info as mentioned earlier.
    Click on your device.
    Select iChat on the next page.
    Follow the info on the next.
    This site is godd for finding out the Default IP to use in a web browser and the default User ID and Passwords needed to do so.
    Gives you a chance to look at at pics to give clues to where some of these other things are.
    With thanks to Macmuse for comment on the Original (Aug 23rd 2004)
    and to EZ Jim for his work on iSights on my web pages.
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.
    9:51 PM Saturday; December 6, 2008

  • Computer password doesn't work! How to get out of this ****! Cannot install apps!

    computer password doesn't work! How to get out of this ****! Cannot install apps!
    I am not talking about appleID of course!
    Must I reinstal the system?

    OS X: Changing or resetting an account password
    Forgot Mac Password? How to Reset Your Mac Password (with or without CD)
    Change the Admin Password with Mac OS X Single User Mode
    Reset mac mini admin password: Apple Support Communities

  • I have an airbook, 10.7.4 LION, thunderbolt ethernet adapter and when trying to install 1.2.1 thunderbolt upgrade it says "this software not supported on this system"? Any advice on how to get the adapter to work?

    I have a new airbook, 10.7.4 LION, thunderbolt ethernet adapter and when trying to install 1.2.1 thunderbolt upgrade it says "this software not supported on this system"? Any advice on how to get the adapter to work?

    Welcome to Apple Support Communities
    If you purchased the computer before 2010, your computer hasn't got Thunderbolt, so you can't use it

  • How to get the webcam to work?

    Hi,
    As I don't have an instruction book for this computer, can anyone tell me how to get the webcam to work please?
    There is supposed to be something that pops up from the side of the screen, but I've left the mouse sit there for ages on all sides and nothing. Please assist me.
    Kit_e

    I refer you back to my original question.
    There used to be a bar at the side that popped up when you left the mouse sit there for a bit. It no longer pops up ... ie: it's disappeared and will not return ... this is what "started" the webcam for use as a webcam.
    I have no idea on how to use the webcam from any other place. There is no icon. There is no mention of it in the programs list. There is nothing. There is a webcam sitting there in the laptops lid, but I can't find where to "access it". Like I said there is no icon, nothing in the programs list.
    I want to be able to use it. You know, like you use a webcam. On the web, as a camera. No particular website or software that I have in mind.
    Thanks.

  • How to get this script to work with different browser

    Do you guys know how to get this script to work with mozilla firefox? 
    do shell script "open -a safari 'https://login.binck.nl/klanten/Login.aspx?ReturnUrl=%2fklanten%2fdefault.aspx'"
    tell application "Safari"
      activate
              tell document 1
                        repeat until ((do JavaScript "location.host") is "login.binck.nl")
                                  delay 1
                        end repeat
      do JavaScript"document.getElementById('ctl00_Content_Gebruikersnaam').value='sim';document.ge tElementById('ctl00_Content_Wachtwoord').value='password';window.open(document. g etElementById('ctl00_Content_LoginButton').href, '_self', 'true');"
              end tell
    end tell
    Thank you so much in advance:)

    That isn't possible. Firefox's AppleScript dictionary doesn't contain anything which can be used to manage JavaScripts.
    (63741)

  • Hi.  I have Snap To Grid and By Kind enabled in Lion but it's not working.  When I trash an icon, instead of snapping the remaining icons to the By Kind grid, a space is left where the trashed icon was.  Any suggestions on how to get Snap To Grid working?

    Hi.  I have Snap To Grid and By Kind enabled in Lion but it's not working.  When I trash an icon, instead of snapping the remaining icons to the By Kind grid, a space is left where the trashed icon was.  Any suggestions on how to get Snap To Grid working?

    Where are you talking about the Desktop?
    I don't see where it is possible to set both Snap to Grid and By Kind they seem to be mutually exclusive.
    And then
    If I have Snap to grid set I get the behavior you describe. If I have By Kind set the icons stay together and close up the space from the deleted icon.
    regards

  • Any suggestions for how to get my logic keyboard working properly for FCE?

    Any suggestions how to get my logic keyboard working properly for FCE? I can't use some of the shortcuts - insert, overwrite etc. maybe the system settings aren't correct?

    This normally happens when debris builds between the trackball and the rollers on the inside of the mouse.
    Turn the mouse upside down and rub the trackball vigorously on a sheet of paper or microfiber cloth to try and free it up.
    Regards,
    Captfred

  • How to get my Addon to work with the license key?

    Hi,
    Can someone tell me how to get the Addon to work with the license key?
    I've follow the steps as stated in this thread:
    [Re: SBO 2005 A - How do I get a Connection string from SAP B1.|Re: SBO 2005 A - How do I get a Connection string from SAP B1.]
    1) i've registered a BASIS key and get a 'BASISXXXXXX" string
    2) then i paste my BASIS key in "Solution" of Add-On Indentifier Generator and generate the  Add-On Indentifier Code
    3) then i paste the string to my source code
    which is the "XXX" of the sample code in that thread.
    static string AddonIdentifierString="XXX";
    int lRetCode=0;
    int errCode=0;
    string errMsg= string.Empty;
    string connectionStr ="";
    link = new SAPbouiCOM.SboGuiApiClass();
    connectionStr =Environment.GetCommandLineArgs().GetValue(1).ToString();
    link.AddonIdentifier=AddonIdentifierString;
    link.Connect(connectionStr);
    oApp = link.GetApplication(-1);
    vCompany = new SAPbobsCOM.CompanyClass();
    string cookie = vCompany.GetContextCookie();
    string conStr = oApp.Company.GetConnectionContext(cookie);
    vCompany.SetSboLoginContext(conStr);
    lRetCode = vCompany.Connect();
    4) then i add my add-on using manager role at Add-on admin
    5) then i can see my add-on there. it not suppose to be there since i've not installed any of my add-on license for my own add-on.
    what steps did i miss? Can someone please advise? Thanks
    ps : i'm coding in VB

    Hi,
    i think you have to change the license file attributing the number of licensing for your addon, then download it from https://websmp202.sap-ag.de/smb and then install it on SAP License manager, then I think you should give the license for your addon for individual users (example manager)
    I hope it helps.
    Best regards

  • Getting  a wireless card working on a G5 PowerMac.

    Hello there.
    I am trying to help a friend get a wireless card working on his PowerMac. So far the machine knows about the card is there but it isn't working as an Airport.
    Two cards have been tested, an Apple branded one and now a generic PC one which looks to be using the same chip-set coincidentally. The PC one had some Mac drivers which my friend said he installed, but somehow he ended up with FUSE on his system. :-? I don't know why that happened as a file-system handler isn't going to help get wireless working that I know of! LOL. :-D
    The driver CD is missing now so I can't check it. And the box has nothing about the card. So I wouldn't even know where to get a compatible driver. I have searched using the PCI info but no luck.
    The Apple card has Apple A1027 stamped on it. And the antenna has been connected on it AFAICT. I've also read Atirport cards can't simply be plugged into the PowerMac and an Apple technician must install it. Could this be the case? And what about the generic PC wireless card then?
    The end result is that the machine knows the hardware is there but it can't get any wireless communication working. Also, a Apple Base Station has now replaced a wireless router. So can that be made to run a diagnostic and see if it find the Airport itself? Or even the same on the Mac?
    Here is the Mac model:
    Machine Name: Power Mac G5
    Machine Model: PowerMac11,2
    CPU Type: PowerPC G5 (1.1)
    Number Of CPUs: 2
    CPU Speed: 2.3 GHz
    L2 Cache (per CPU): 1 MB
    Memory: 1.5 GB
    Bus Speed: 1.15 GHz
    Boot ROM Version: 5.2.7f1
    Serial Number: YM5430AUR6V
    PCI info, both cards are the same:
    bcom5714:
    Type: network
    Bus: PCI
    Slot: GIGE
    Vendor ID: 0x14e4
    Device ID: 0x166a
    Subsystem Vendor ID: 0x106b
    Subsystem ID: 0x0085
    Revision ID: 0x0003
    AirPort Card:
    AirPort Card Information:
    Wireless Card Type: AirPort Extreme
    Wireless Card Locale: USA
    Wireless Card Firmware Version: 405.1 (3.90.34.0.p18)
    Current Wireless Network: wireless network not available

    Hypex wrote:
    I am trying to help a friend get a wireless card working on his PowerMac.
    You might find some useful advice here:
    http://www.ifixit.com/Answers/View/27758/Howdo+I+install+the+airport-bluetooth+card+in+a+late+2005model
    a Apple Base Station has now replaced a wireless router. So can that be made to run a diagnostic and see if it find the Airport itself? Or even the same on the Mac?
    System Profiler (Apple menu -> About This Mac -> More Info) should show if the AirPort card is recognized. I'd then try to add an AirPort connection item in the Network panel of System Preferences, enable the AirPort menu bar item, then try to turn AirPort on.

Maybe you are looking for

  • Wht is TEXT ID for Header Text in a Purc. Order?

    Hi Experts, Am looking to dispaly the header text of my_purchase order into a report, by using READ_TEXT. But. am unable to figure out the TEXT ID for this HEADER TEXT for my_PO. So, 1 - Wht is TEXT ID for it? ok, after some reasearch , i came to kno

  • Administrator GW for NetWare and SLES

    I now have one NetWare server that hosts MTA, POA, GWIA & WebAccess. Added a SLES 10 server that hosts the second domain MTA & GWIA2. When I run C1 from SLES 10, I have to set the Linux mount point but that screwed me up when I run C1 from XP. My que

  • Hi, recently my iPad has been crashing when using the apps. What can I do to solve this? Thanks

    I also have trouble using the wifi, on some occasions I have to disconnect from the wifi and reconnect to load web pages. Is this my device or my internet? I have called my service provider and they have not been able to solve my problem. Thanks.

  • I movie and sony hdr-sr7

    hi all im having probs importing video from my sony hdr-sr7 camcorder into imovie..... i neva had this problem before i updated to the new version.... i movie sees the camera, starts to import it the shows a error message saying it couldnt improt all

  • An erro with KKAX

    Dear Gurus Specify the update for line ID AMR Message no. KJ335 Diagnosis You have assigned cost elements to line ID AMR, but you have not yet specified the results analysis cost elements under which the results analysis data is to be written for thi