Displaying 8 results from an estimated 8 matches for "adapater".
2005 Jun 15
1
CellPhone BlueTooth adapater with Wireless Profile ??
All
Any body know of a generic bluetooth adpater for the
universal 2.5mm headset jack on a cell phone that supports
the wireless profile *NOT* the headset profile
I know jabra has the A210
http://www.jabra.com/JabraCMS/NA/EN/MainMenu/Products/Accessories/JabraA210/
JabraA210
but it only support the headset profile ..
I am trying to shoe horn my current braindead cell into DocknTalk
2024 Nov 19
1
Eaton 5PX 3rd party batteries
Harlan Stenn via Nut-upsuser <nut-upsuser at alioth-lists.debian.net>
writes:
>> There was some doubt about F2 vs F1 connectors - I've contacted the supplier to clarify, but I think they're all F2 connectors that I want.
>
> That's been my experience too, but I'm not sure how much that counts
> for. As I recall, the F2 connector is a bit wider than the F1,
2006 Dec 22
0
Bounty for Network Config & Vnc Help on Gentoo
...n Gentoo and trying to get vnc working to install hvm.
Should someone choose to help I will certainly write up a posting to
share with everyone as I know these are some issues that other novices
are having as well.
Hardware
Dual Xeon Core 2 Duo
4GB Ram
1 Sun QFE hidden from dom0
2 Intel 8003ES2LAN adapaters
My Setup:
* Gentoo minimal install originally running hardened sources x86_64
* Intel 7.3.20 E1000 driver as a module
* Xen 3.0.4 Release (built today, with patched source for Intel 7.3.20
E1000 module, the release version does not have support for the nic)
* Compiled with XENFB_TOOLS=y
* vncserv...
2006 Apr 02
0
Wrapping DDL changes in transactions ?
Hi !
Which database drivers support wrapping DDL changes in transactions ?
Something like this:
def self.up
ActiveRecord::Base.transaction do
create_table(...)
end
end
I know for certain MySQL does not. I believe PostgreSQL does. What
about the other database adapaters ? Can anyone confirm/deny my
claims ?
Thanks !
--
Fran?ois Beausoleil
http://blog.teksol.info/
2017 Jun 23
2
OpenSSL 1.1 support status : what next?
Hello Ingo,
On Fri, Jun 23, 2017 at 1:26 AM, Ingo Schwarze <schwarze at usta.de> wrote:
>
> Hi Emmanuel,
>
> Emmanuel Deloget wrote on Fri, Jun 23, 2017 at 12:26:47AM +0200:
>
> > * the openssl team has no real incentive to propose a shim ;
>
> If major application projects refuse to support their new release,
> thus putting pressure on operating system
2014 Jul 22
2
[PATCH 09/17] drm/radeon: use common fence implementation for fences
Am 22.07.2014 06:05, schrieb Dave Airlie:
> On 9 July 2014 22:29, Maarten Lankhorst <maarten.lankhorst at canonical.com> wrote:
>> Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com>
>> ---
>> drivers/gpu/drm/radeon/radeon.h | 15 +-
>> drivers/gpu/drm/radeon/radeon_device.c | 60 ++++++++-
>>
2010 Jun 22
7
xp clients can't auth after reboot without smb restart
I currently have several fresh installs of XP that will connect to shares,
but will not reconnect after a workstation reboot. These are workstations
that are not joined to the domain. Only accessing shares from a local
profile, but using the same user/pass to login as to connect to Samba. I
get various errors at that point.
Upon reboot, attempting to access the share generates:
"An error
2017 Jun 23
5
OpenSSL 1.1 support status : what next?
OpenSC has taken a different approach to OpenSSL-1.1. Rather then writing
a shim for OpenSSL-1.1, the OpenSC code has been converted to
the OpenSSL-1.1 API and a sc-ossl-compat.h" file consisting of defines and
macros was written to support older versions of OpenSSL and Libressl.
https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/sc-ossl-compat.h
The nice part of this approach is