LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.

Welcome to LinuxQuestions.org, a friendly and active Linux Community.

You are currently viewing LQ as a guest. By joining our community you will have access to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!

Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.

Are you new to LinuxQuestions.org? Visit the following links:
Site Howto | Site FAQ | Sitemap | Register Now

If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.

Go Back   LinuxQuestions.org > HCL > I/O Devices > Microsoft
User Name
Password

Search · Register · Submit New Product ·
  · Next Product »

Microsoft IntelliMouse Cordless Blue Optical
Reviews Views Date of last review
8 5291 12-06-2005
spacer
Recommended By Average Price Average Rating
75% of reviewers $37.00 7.0



Description: Cordless optical mouse with scroll wheel. It's blue and ergonomically shaped. Runs on AA batteries I believe. Base unit connects via USB. Relatively inexpensive for a cordless optical mouse, but not very compatible.
Keywords: intellimouse cordless blue optical microsoft
Connection Type: USA


Author
Post A Reply 
Old 11-10-2003, 12:02 AM   #1
icyfire
 
Registered: Feb 2002
Distribution: Slackware 9.0, 8.1
Posts: 110
Would you recommend the product? no | Price you paid?: $40.00 | Rating: 3

Kernel (uname -r): 2.4.18
Distribution: Slackware-current (8.1-9.0)



[Log in to get rid of this advertisement]
This mouse is USB and is supposed to be plug and play. When I plugged it in, it barely worked at all. The pointer moved up and down; when the buttons were clicked it caused the pointer to move a set distance to the right. After about 2 hours of messing with it, I took it back to the store and spent the extra 10 bucks for a good Logitech. I don't recommend this mouse at all.
 is offline    
Old 02-11-2004, 05:53 AM   #2
tk31337
 
Registered: Oct 2003
Distribution: Mandrake 10.0 Official
Posts: 193
Would you recommend the product? yes | Price you paid?: $40.00 | Rating: 8

Kernel (uname -r): 2.4.22-10mdk
Distribution: Mandrake 9.2


Don't know about USB, but through PS/2 this mouse works flawlessly. Very responsive, and all buttons work (although side buttons are mapped to right click and middle mouse). Only thing that's that bad about it is that it's from Microsoft :-P, but, oh well...
 is offline    
Old 02-22-2004, 11:14 PM   #3
Thetargos
 
Registered: Mar 2003
Distribution: Fedora Core 5, 7 & 8T2; Knoppix, Ubuntu (Mint)
Posts: 1,677
Would you recommend the product? yes | Price you paid?: $40.00 | Rating: 10

Kernel (uname -r): 2.6.3
Distribution: Fedora Core 1


I've used this mouse with several distributions: Red Hat 7.3, 9, Fedora Core 1, Gentoo 1.4, Mandrake... It works excellent. In Red Hat you can always use 'setup' to change the mouse's properties for example from USB to PS2 or viceversa.
 is offline    
Old 06-05-2004, 03:36 AM   #4
xconspirisist
 
Registered: Dec 2002
Distribution: Ubuntu
Posts: 276
Would you recommend the product? yes | Price you paid?: $39.99 | Rating: 10

Kernel (uname -r): 2.6.5-1.358
Distribution: Fedora Core 2


I confirm that is works flawlessly within rh 8, rh9, fc1, and fc2.

Had a few problems with slackware - needed the HID kernel module. If it is moving about rather oddly, check this module is loaded.
 is offline    
Old 07-09-2004, 02:35 AM   #5
nullz0r
 
Registered: Mar 2004
Distribution: slackware 9.1
Posts: 9
Would you recommend the product? yes | Price you paid?: None indicated | Rating: 0

Kernel (uname -r):
Distribution: Slackware 9.1


This mouse worked great in Red Hat 8.1, SuSE 8.2, and in Mandrake...dont remember what version of Mandrake. However, to get this mouse up and running in Slackware takes some work. Once you know what to do however it only takes minutes
 is offline    
Old 07-22-2004, 07:31 PM   #6
Unregistered
Guest
 
Posts: n/a
Would you recommend the product? yes | Price you paid?: None indicated | Rating: 1

Kernel (uname -r): Mandrake 10 CD-ROM Kernel
Distribution: Mandrake 10.0 Official


Does not work in usb or ps2 mode when loaded into installer. DOES NOT WORK!
    Edit/Delete Message
Old 11-30-2004, 10:23 PM   #7
arst05
Guest
 
Registered: Nov 2004
Distribution: RHEL 3 Enterprise/Fedora Core 3
Posts: 38
Would you recommend the product? yes | Price you paid?: $25.00 | Rating: 10

Kernel (uname -r): 2.6.9-1
Distribution: Fedora Core 3 / Redhat Enterprise 3 Workstation


Works perfectly, I have used this mouse with Redhat Linux 9, Fedora Core 3, Redhat Enterprise RHEL 3 and it is one word-awesome.


If you want a perfect mouse working under USB buy this one!
 is offline     Edit/Delete Message
Old 12-06-2005, 11:22 AM   #8
thehamburgian
Guest
 
Registered: Nov 2005
Posts: 3
Would you recommend the product? no | Price you paid?: None indicated | Rating: 0

Kernel (uname -r): 2.6.
Distribution: ubuntu 5.10


ms wireless intellimouse explorer for bluetooth

i plug into usb, nothing happens. standard /etc/bluetooth file in ubuntu:

# HCI daemon configuration file.
#
# $Id: hcid.conf,v 1.7 2004/12/13 14:16:03 holtmann Exp $
#

# HCId options
options {
# Automatically initialize new devices
autoinit yes;

# Security Manager mode
# none - Security manager disabled
# auto - Use local PIN for incoming connections
# user - Always ask user for a PIN
#
security auto;

# Pairing mode
# none - Pairing disabled
# multi - Allow pairing with already paired devices
# once - Pair once and deny successive attempts
pairing multi;

# PIN helper
pin_helper /usr/bin/bluez-pin;

# D-Bus PIN helper
#dbus_pin_helper;
}

# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "%h-%d";

# Local device class
class 0x3e0100;

# Default packet type
#pkt_type DH1,DM1,HV1;

# Inquiry and Page scan
iscan enable; pscan enable;

# Default link mode
# none - no specific policy
# accept - always accept incoming connections
# master - become master on incoming connections,
# deny role switch on outgoing connections
lm accept;

# Default link policy
# none - no specific policy
# rswitch - allow role switch
# hold - allow hold mode
# sniff - allow sniff mode
# park - allow park mode
lp rswitch,hold,sniff,park;

# Authentication and Encryption (Security Mode 3)
#auth enable;
#encrypt enable;
}

authentication and encrytion are commented out. what's the problem?

thehamburgian - a newbie's newbie
 is offline     Edit/Delete Message






Add LQ To Your Yahoo Add LQ To Your Google Add LQ To Your MSN Add LQ To Your Blog
All times are GMT -5. The time now is 09:56 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Open Source Consulting | Domain Registration