Where do I put a new module?

I am installing wireless networking on an Asus P5B Deluxe WiFi motherboard.  It uses a realtek 8187L.  I got the linux driver off of the realtek site and built it; now I have a file named r8187.ko.  Where do I put it so I can use it at boot?

With the ndiswrapper I used the latest Windows XP driver from the RealTek site; it may not be supported, I suppose.  I couldn't find the pci id of this card, it's on an Asus P5B Deluxe WiFi motherboard, and uses a USB connection.  It identifies as the RTL8187L, but nothing more than that that I have seen.  I didn't find it on the ndiswrapper wiki page.
Here is the lspci output:
00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82P965/G965 PCI Express Root Port (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HR/HO/HH (ICH8R/DO/DH) 6 port SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. Unknown device 4364 (rev 12)
03:00.0 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 02)
03:00.1 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 02)
04:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GS] (rev a1)
05:00.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)
05:01.0 PCI bridge: Hint Corp HB6 Universal PCI-PCI bridge (non-transparent mode) (rev 11)
05:03.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
05:04.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
06:08.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
06:09.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
The rest of this may well be a complete waste of time.  In reading the links provided to the native drivers, I'm not finding wpa support mentioned; but I may be wrong.  Anyway, here's what I did with the native drivers............
I have (again) run into a brick wall while configuring wpa_supplicant under the native driver.  This should be supported, since there is a version included with the driver.  I tried that, gave up on that and downloaded the Arch package and have been playing with it.
I bring my network up with this script:
#!/bin/sh
cd /opt/rtl-modules/ieee80211/
insmod ieee80211_crypt-rtl.ko
insmod ieee80211_crypt_wep-rtl.ko
insmod ieee80211_crypt_tkip-rtl.ko
insmod ieee80211_crypt_ccmp-rtl.ko
insmod ieee80211-rtl.ko
cd ../beta-8187/
insmod r8187.ko
cd /
ifconfig wlan0 up
iwconfig wlan0 ap 00:13:49:79:BF:2B
#iwconfig wlan0 ap 00:0D:88:FA:1B:7E
iwconfig wlan0 essid B88888A
ifconfig wlan0 192.168.27.8
cd /
/etc/rc.d/network restart
The 2B ap is my open one that I use for testing; when I am trying to use wpa it is commented out and the 7E ap, which uses wpa, is uncommented.
My wpa_supplicant file is this:
ctrl_interface=/var/run/wpa_supplicant
network={
    ssid="B88888A"
    #scan_ssid=1
    psk="aphrasenothererightnow"
        key_mgmt=WPA-PSK
        proto=WPA
        pairwise=TKIP
        group=TKIP
        priority=9
when I run this using
wpa_supplicant -D ipw -c /etc/wpa_supplicant.conf -i wlan0 -dddd
I get:
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'ipw' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
Line: 5 - start of a new network block
ssid - hexdump_ascii(len=7):
     42 35 33 35 36 36 41                              B88888A         
PSK (ASCII passphrase) - hexdump_ascii(len=20): [REMOVED]
key_mgmt: 0x2
proto: 0x1
pairwise: 0x8
group: 0x8
priority=9 (0x9)
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 9
   id=0 ssid='B88888A'
Initializing interface (2) 'wlan0'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
wpa_driver_ipw_init is called
SIOCGIWRANGE: WE(compiled)=20 WE(source)=16 enc_capa=0x0
  capabilities: key_mgmt 0x0 enc 0x3
WEXT: Operstate: linkmode=1, operstate=5
Own MAC address: 00:15:af:04:32:df
wpa_driver_ipw_set_wpa: enabled=1
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_countermeasures: enabled=0
wpa_driver_ipw_set_drop_unencrypted: enabled=1
Setting scan request: 0 sec 100000 usec
Added interface wlan0
Wireless event: cmd=0x8b06 len=8
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Trying to get current scan results first without requesting a new scan to speed up initial association
Received 251 bytes of scan results (1 BSSes)
Scan results: 1
Selecting BSS from priority group 9
0: 00:0d:88:fa:1b:7e ssid='B88888A' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
   selected based on WPA IE
Trying to associate with 00:0d:88:fa:1b:7e (SSID='B88888A' freq=0 MHz)
Cancelling scan request
WPA: clearing own WPA/RSN IE
Automatic auth_alg selection: 0x1
wpa_driver_ipw_set_auth_alg: auth_alg=0x1
WPA: using IEEE 802.11i/D3.0
WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
WPA: set AP WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
WPA: clearing AP RSN IE
WPA: using GTK TKIP
WPA: using PTK TKIP
WPA: using KEY_MGMT WPA-PSK
WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
No keys have been configured - skip key clearing
wpa_driver_ipw_set_drop_unencrypted: enabled=1
State: SCANNING -> ASSOCIATING
WEXT: Operstate: linkmode=-1, operstate=5
Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
Added BSSID 00:0d:88:fa:1b:7e into blacklist
State: ASSOCIATING -> DISCONNECTED
WEXT: Operstate: linkmode=-1, operstate=5
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
Added BSSID 00:00:00:00:00:00 into blacklist
State: DISCONNECTED -> DISCONNECTED
WEXT: Operstate: linkmode=-1, operstate=5
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
wioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
pa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
Wireless event: cmd=0x8b1a len=16
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
BSSID 00:00:00:00:00:00 blacklist count incremented to 2
State: DISCONNECTED -> DISCONNECTED
WEXT: Operstate: linkmode=-1, operstate=5
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
Authentication with 00:00:00:00:00:00 timed out.
BSSID 00:00:00:00:00:00 blacklist count incremented to 3
State: DISCONNECTED -> DISCONNECTED
WEXT: Operstate: linkmode=-1, operstate=5
No keys have been configured - skip key clearing
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
Setting scan request: 0 sec 0 usec
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Scan timeout - try to get results
Received 251 bytes of scan results (1 BSSes)
Scan results: 1
Selecting BSS from priority group 9
0: 00:0d:88:fa:1b:7e ssid='B88888A' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
   selected based on WPA IE
Trying to associate with 00:0d:88:fa:1b:7e (SSID='B88888A' freq=0 MHz)
Cancelling scan request
WPA: clearing own WPA/RSN IE
Automatic auth_alg selection: 0x1
wpa_driver_ipw_set_auth_alg: auth_alg=0x1
WPA: using IEEE 802.11i/D3.0
WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
WPA: set AP WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
WPA: clearing AP RSN IE
WPA: using GTK TKIP
WPA: using PTK TKIP
WPA: using KEY_MGMT WPA-PSK
WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
No keys have been configured - skip key clearing
wpa_driver_ipw_set_drop_unencrypted: enabled=1
State: SCANNING -> ASSOCIATING
WEXT: Operstate: linkmode=-1, operstate=5
Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
BSSID 00:0d:88:fa:1b:7e blacklist count incremented to 2
State: ASSOCIATING -> DISCONNECTED
WEXT: Operstate: linkmode=-1, operstate=5
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
BSSID 00:00:00:00:00:00 blacklist count incremented to 4
State: DISCONNECTED -> DISCONNECTED
WEXT: Operstate: linkmode=-1, operstate=5
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
Wireless event: cmd=0x8b1a len=16
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
BSSID 00:00:00:00:00:00 blacklist count incremented to 5
State: DISCONNECTED -> DISCONNECTED
WEXT: Operstate: linkmode=-1, operstate=5
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
CTRL-EVENT-TERMINATING - signal 2 received
Removing interface wlan0
State: DISCONNECTED -> DISCONNECTED
WEXT: Operstate: linkmode=-1, operstate=5
No keys have been configured - skip key clearing
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
wpa_driver_ipw_set_wpa: enabled=0
wpa_driver_ipw_set_drop_unencrypted: enabled=0
wpa_driver_ipw_set_countermeasures: enabled=0
No keys have been configured - skip key clearing
WEXT: Operstate: linkmode=0, operstate=6
Removed BSSID 00:00:00:00:00:00 from blacklist (clear)
Removed BSSID 00:0d:88:fa:1b:7e from blacklist (clear)
Cancelling scan request
That's about 30 seconds worth of output.  It seems to be finding the ap that is running, but rejects it for some reason.  Any ideas?

Similar Messages

  • Where do I put a new airbrush .abr file?

    I'm using CS4. Or is there a way to just import it?
    Thanks!

    that's the place for the default brushes. The user brushes go to
    Users/[Username]/AppData/Roaming/Adobe/Adobe Photoshop CS4/Adobe Photoshop CS4 Settings/Preset/Brushes
    or for xp
    Documents and Settings/[Username]/Application Data/Adobe/Adobe Photoshop CS4/Adobe Photoshop CS4 Settings/Preset/Brushes
    you will have to show the hidden files to see the folders
    xp: http://www.microsoft.com/windowsxp/using/helpandsupport/learnmore/tips/hiddenfiles.mspx
    vista: http://windowshelp.microsoft.com/Windows/en-US/Help/27e9a81a-fac7-457f-896b-e0017a04a59f10 33.mspx

  • Why has numbers update put the new version along side the old one

    When I updated numbers and pages ,pages over road the old version and everything works fine,where as numbers put the new version along side the old one and it is causing a lot of confusion,can anyone help

    The old version is in a subfolder of the Applications folder named "iWork '09". You can delete it if you wish, but be aware that many features of Pages have been dropped in the new version.

  • TS1702 i have an issues everytime i put my apple id and password to face time and imessage he said verifying and he goes back to where u should put ur password and wont check mark the mail and i create a new apple id the same what should i do ?

    i have an issues everytime i put my apple id and password to face time and imessage he said verifying and he goes back to where u should put ur password and wont check mark the mail and i create a new apple id the same what should i do ?

    i have an issues everytime i put my apple id and password to face time and imessage he said verifying and he goes back to where u should put ur password and wont check mark the mail and i create a new apple id the same what should i do ?

  • I got a new laptop and I can't sync all my music onto iTunes without iTunes saying it will erase my songs on the phone, how do I fix this to where  I can put all my music on my laptop?

    I got a new laptop and I can't sync all my music onto iTunes without iTunes saying it will erase my songs on the phone, how do I fix this to where  I can put all my music on my laptop?

    If you do not have access to the iTunes Library on your Old computer... or its Backup...
    See these 2 Links...
    Syncing to a New Computer...
    https://discussions.apple.com/docs/DOC-3141
    Recovering your iTunes library from your iPod or iOS device
    https://discussions.apple.com/docs/DOC-3991
    If you do have access... See Here...
    iTunes: How to move your music to a new computer

  • I need to add a new computer and take off a old one but can't find the site or place to turn it off i can only have two computers but i got three please help let me know where to go to shut one off to put the new one on?

    i need to add a new computer and take off a old one but can't find the site or place to turn it off i can only have two computers but i got three please help let me know where to go to shut one off to put the new one on?

    Hello,
    the way is written there Activation & deactivation help >>> (see there only to understand the procedure) Common activation problems >>> "Activation limit reached for [product]. This serial number has already been activated on 2 computers." "Maximum activations exceeded."
    >>> How to deactivate or sign out >>> A single license for Adobe software lets you install the applications on two computers—for example, at home and at the office. However, you can use the software on only one computer at any given time.
    If you want to install the software on a third computer, deactivate the software on the computer on which you will no longer use the software. Then, activate the software on the new computer.
    Hans-Günter

  • Should I put the new SSD drive in main HDD bay or the Superdrive/Optical bay for a Mid-2010 Macbook Pro?

    Hello All,
    I'm considering getting a new SSD drive to add on to my Mid-2010 Macbook Pro (13 inches, unibody), and wondering which one of the following two options I should really adapt: 
    (1) Replace the original OEM hard drive in the main bay with the new SSD drive, and then remove the Superdrive (or the optical CD drive) and to be fitted into an external enclosure for using it externally in the future, and then relocate the original OEM hard drive into the Superdrive position, so both the new SSD (preferably for running the OS and system files) and the old OEM hard drive (for storing media and documents for example) could be used; and
    (2) Keep the original OEM hard drive in place in the main drive, and buy a superdrive/optical drive caddy to goes with the new SSD drive, and together place the new SSD drive fitted inside the caddy into the position of the Superdrive/Optical CD drive, and configure the boot preference to be booting from the Superdrive/Optical Drive (which is now the SSD drive with OS and system files);
    I've done some researches and some suggested that option (2) is better approach for at least two reason: (a) the MBP main drive come with some sort of shock proof sensor, so placing the original optical hard drive in the main is better than placing it in the super/optical drive where there is NO shock sensing feature provided, and placing SSD in the super/optical drive, one doesn't really have to worry so much about shocks; and (b) as during the process of shutting down the MBP, for optical hard drive, some power will sometimes needed to finally spin down the drive, but if such optical hard drive is place in the superdrive, the power maybe cut off right away when MBP shut down, which may cause issue to the optical hard drive in a long run as it never properly spin it down.
    Then the main concern is that, if I adapt option (2) above, placing SSD in the super/optical drive bay and install and running the OS from there, will it decrease the performance (i.e. speed, latency, and etc.) as if i was to put the new SSD in the main drive?
    Also, any suggestions with respect to Samsung 840 EVO vs. Samsung 850 EVO (250GB)? any well-rated HD caddy aside from OWC for moving the main HDD to optical CD bay? and perhaps an external enclosure for the Superdrive?  Thanks in advance for any comment and/or suggestion. 
    - Jack

    Could you provide some rationale(s) behind it?  As far as I know, the mid 2010 Macbook Pro, the HDD is running via the SATA interface at running at 3.0 Gb/s, which is SATA II, and the Super-drive and/or the Optical drive, which is also running via SATA II interface, so I would assume the performance (i.e. primarily in speed) would be similar if not the same by placing the SSD drive in either one of the two places. 
    Also, wouldn't it be better by placing the SSD in the optical so the OEM HDD could be kept in the original main bay since it has the shock-sensing feature there?

  • Login error in creating new module

    I am trying to create a new module to deploy my source objects. The Design repository is on a window client and the Runtime repository is on a UNIX server.
    On step 3 of the wizard for creating a data source(New module Wizard) my connection info for the DB link is the following: the name of the user owning the schema where my source tables are located, the name of the host server and the name of the SID as service name. This db is on the UNIX server.
    When I enter that user name and password I get a ORA-12514 TNS: no listener error message.
    I have triple check all my TNS and listener files on the server and they are all working properly.
    Am I using the proper user login for creating a new module. What user login I should be using??
    Any help will be greatly appreciated.
    Thanks a bunch!
    AK

    AK,
    OWB supports two ways of connecting to databases: SQL*Net Connect String or Host Name, you see these choices as a radio button list when creating DB link. SQL*Net Connect String relies on local tnsnames.ora and is more prone to error. We recommend using Host Name connection, where you specify host, port and service name, which is what you are trying to do. Test your connection outside of OWB by typing in your command prompt on the client machine:
    sqlplus user/pw@host:port/db_service
    If you need further details see this database doc: http://download-west.oracle.com/docs/cd/B14117_01/network.101/b10775/naming.htm#i498306
    Nikolai Rochnik

  • I LEFT MY IPOD5G TOUCH without charging for days and now when iput it to charge it doesnt what should i do buy a new battery or is it dead ? where can i buy a new batttery

    i left my ipod 5g touch without charging for days and now when i put it in the charger it doesnt charge does it need a new battery or dead ?? where can i buy a new battery in egypt?

    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 another cable
    - 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                                     
    and maybe:
    Not Charge
    - See:      
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    - Try another cable. Some 5G iPods were shipped with Lightning cable that were either initially defective or failed after short use.
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar 

  • Where can I buy a new 3.5" SATA HDD with the extra thermal sensor port for my late 2009 imac?

    where can I buy a new 3.5" SATA HDD with the extra thermal sensor port for my late 2009 imac?

    Depends on the original drive. According to OWC, at least last time I checked some months ago, any current WD drive they sell (up to 2 TB?) will be able to be swapped directly. I am unable to confirm this personally. But, even so, that was a while back. You should check with them again on this. As for Seagates, that might not be so simple.
    This is the original article on this from them.
    http://blog.macsales.com/2751-proprietary-cable-can-put-the-brakes-on-upgrading- late-09-imacs
    If you find a drive that OWC sells and is certain will swap in directly, you can see if newegg.com has it for less.
    This one that OWC sells will swap in directly, according to them.
    http://www.newegg.com/Product/Product.aspx?Item=N82E16822236339

  • Where could I buy a new hard disk for my macbook pro 15''(MB986CH/A)

    Does anyone know where I could buy a new hard disk for my macbook pro 15''(MB986CH/A) (mid 2009)? The hard drives sold in Apple Store are not for macbook pro... Thanks a lot!

    At one time Apple use to put an Apple firmware on the drives installed into Mac computer. That is not the case anymore. And even if they did that firmware was just to indentify the drive as an Apple drive. Those same drives would work in any computer and any drive would work in a Mac computer. Same is true today. There are NO Apple Mac drives. Apple uses the exact same drives as any other computer.
    Apple uses the exact same hardware as all other computers. Same CPU, GPU, RAM, Drives, DVD drives you name it, it is the same as any PC.
    Good Luck but just because you go to a Mac-centric store doesn't mean it is any different then what you would buy some place else, other then it may cost more from one of those Mac-centric places.
    Joan_hk wrote:
    Thanks. According to my previous experience with an old white macbook, there might exist some compatibility problems for the hardware I bought from computer parts store...That's why I want to find an official retail store or reseller.... Thanks anyway!

  • Where should a put FCP?

    I have been reading FCP for dummies, watching tutorials and reading the directions before installing the program. Now that I am about to install I remembered reading or hearing to install it in a certain place.
    Should I install the application on my main dirve where the OS and Applications folder is or on a seperate brand new internal drive where I intend to put my video files as I load them from DV tape?
    I was thinking it best to do the later but I want some input. If I should put FCP Studio on the newer seperate drive where do I put it? Do I make a new "applications folder" on this drive or just dump it on there anywhere?
    Thanks for the help.

    Captain,
    Yes, I was taught the same thing about project files. Then I worked for/with some of the folks associated with this group...
    http://www.creativeanimal.nl/files/eng/about.pdf
    http://www.creativeanimal.nl/files/eng/technical.pdf
    They all know what they are doing in a big way, and they were organizing the disks they were traveling from system to system, location to location, in the way I described above. I've working this way for several months without issue. That doesn't mean I won't in the future, though!
    OK, captured material.
    My client showed up with a UVW-1400 deck, when I was told it would be a DVW-A500. I own a AJA IO with 422 control. No such thing on a 1400. There are conversion options that might have worked, but I was on the side of a mountain in the Adirondacks.
    No deck control equals no time code equals you lose your media, you start over.
    Happily, I do travel extra firewire drives with me. I backed up my capture scratch every evening, in addition to the project, etc. I incremented the project name each day so I could avoid duplication - in my capture scratch folder I had incrimented folders repressenting my captures from day 1, day 2, etc.
    I'm going to look into alternative ways of controling 25-pin RS-223C, from my 9-pin controller on IO. I'm not knowledgeable about this.
    Love your story about the Mother's Day Project!
    The project I refered to was a documentary about my son's kindergarten, that some how went from, vhs, imovie, and an imac to eight days of shooting with an xl-1, buying a media drive and learning FCP 1.2.
    It was a difficult day when I learned about the not so nice relationship between Canon DV and FCP.
    It was a difficult day when the project would not open.
    It was a difficult day when the system drive on the imac started to make the funny little sounds just before it ground to a halt.
    No wonder I stepped away until version 4.5!
    Tom

  • Where do i put external libraries?

    I have some oracle classes that I use for XML generation. Where do I put the jar file so that
    Weblogic can use them? Do I reference it in the CLASSPATH variable, or can I put the jar file in the
    weblogic directory structure?
    Thanks in advance,
    Josh Cimino
    Software Developer
    Mxi Technologies Ltd.
    1430 Blair Place, Suite 800
    Ottawa, ON, Canada
    K1J 9N2
    E: [email protected]
    T: 613.747.4698 ext 479
    F: 613.747.1909
    www.mxi.com
    "From the flight line to the bottom line"
    [att1.html]

    Thanks!
    "Dimitri Rakitine" <[email protected]> wrote in message
    news:[email protected]..
    http://www.onjava.com/pub/a/onjava/2001/06/26/ejb.html
    Josh Cimino <[email protected]> wrote:
    What if I have a session bean that uses external libraries? There is no
    web-inf/lib directory for an EJB.
    "Renaud Waldura" <[email protected]> wrote in message
    news:3bd348b5$[email protected]..
    If your application is packaged correctly it should be in WEB-INF/lib.
    If
    not, well, let's just say it's probably worth your time to package it
    correctly. I know it sounds harsh, but really it's worth it.
    --Renaud
    "Josh Cimino" <[email protected]> wrote in message
    news:3bcaf5f6$[email protected]..
    I have some oracle classes that I use for XML generation. Where do I
    put
    the jar file so that
    Weblogic can use them? Do I reference it in the CLASSPATH variable,
    or
    can
    I put the jar file in the
    weblogic directory structure?
    Thanks in advance,
    Josh Cimino
    Software Developer
    Mxi Technologies Ltd.
    1430 Blair Place, Suite 800
    Ottawa, ON, Canada
    K1J 9N2
    E: [email protected]
    T: 613.747.4698 ext 479
    F: 613.747.1909
    www.mxi.com
    "From the flight line to the bottom line"
    Dimitri

  • Where do I put all my service classes?

    I am new weblogic server environment. I want to know where do I put all my service classes? I am deploying all my servlet in WEB-INF/classes directory (under the context root) but donot know where to put the service classes. (The service classes have the jdbc and sql code in them. They are like simple java beans. I don't have any sql in the servlet classes).

    <p>Hello,</p>
    <p>If the only other classes that use your service classes are in your webapp then putting them under WEB-INF/classes is perfectly acceptable, you might want to wrap them up in their own jar file and stick them under WEB-INF/lib, it is up to you.</p>
    <p>
    Hussein Badakhchani</br>
    </p>

  • Where do I put my Action Script?

    So, I created a small Flash site with no loading of external
    swfs. I am strictly using the timeline using labels. I have a layer
    for my main buttons (home, portfolio and timeline). I have selected
    AS3 for the file and I have those buttons working fine.
    I have a button for my portfolio where thumbnails will pop up
    after being pressed. I want to link those thumbnails to the URL's
    of the actual websites. Where do I put the action script?
    I also want to have my email at the bottom of the screen so
    you can click on it to email me. I am used to using AS2 whwere you
    simply put the code on the button.
    Thanks,
    Gabe

    Hey, so thank you for the fast reponse. I totally agree with
    you on learning AS3, I don't want to go back to AS2.
    I already have the code you supplied so I understand what it
    is doing but my question is where do I put it in this case? I
    always create an action layer as you mention. In my action layer, I
    have frame 1 with my preloader code and then frame 2 with my code
    for my main buttons. They call to the labels. So, when I press
    portfolio for example, it goes to that label.......a shape tween
    starts and my portfolio thumbs appear. I then want those thumbs to
    link to the URL of those sites.
    So, where do I stick your code?
    Thanks again for all your help. I am NEW to AS3 and this is
    great learning.
    Thanks,
    Gabe

Maybe you are looking for

  • Error while determining ref.mov.type for WM via Table 156S: 647/ / / /L/ /

    Guyz, Firstly despite the plant+storage location + warehouse no. assignments are done , my replenishment delivery (delivery for stock transport order between plants under same company code) is not picking up storage location and warehouse no and thus

  • ICloud ical e-mail notifications

    My wife and I both have separate iCloud accounts. Then she subscribed to my calendar, so she can see my schedule. This works in both Lion and iOS properly, and has been working for a few months now, ever since we made the iCloud transition. Two days

  • Management for Callmanager express and Unity express

    I will have the first Callmanager express and Unity express in our company soon. I want to get a typical configuration for the router; especially SNMP traps and Loggin statements Thanks

  • Info about OIM and WebCenter integration

    Any info or doc/url for OIM and WebCenter integration would be helpful. Any experiences etc please provide some links.

  • Database connection using beans

    Hi, I'm very new to JSP. I'm trying to write an application which has a Login page which the user uses to login to a Oracle database (with their own User ID and password). Once the user has successfully logged in I would like to use the same connecti