Author Topic: Lets fix "I detected a new plug and play device: DCS-5300(D-LINK / IP CAMERAS  (Read 10174 times)

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
sorry, GRANT ALL PRIVILEGES ON pluto_main.* TO 'user@localhost' IDENTIFIED BY 'password';


Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
To do that, you'd need to grant access to the laptop's IP using

GRANT ALL PRIVILEGES TO username@192.168.80.xxx IDENTIFIED BY 'password';

from running mysql on the core,

then use the username and password when connecting from the laptop.


Just to let you know the command is:

GRANT ALL PRIVILEGES ON *.* TO username@192.168.80.138 IDENTIFIED BY 'password';

You must specify a database to grant to so i did a wild card *.*
Don't worry you are still the a Linux God LOL
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
Sorry dint see your post before me owell
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
i think i have the ID pci_8086_27c9
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
this is what i have fount out from the web, I think im looking at mysql right
0x27c9   USB UHCI Controller   0x8086   Intel Corporation
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
I used http://www.pcidatabase.com/
This page is primarily intended as an engineering resource* for people who need to deal with computers built around the PCI bus. It's reason for being is that there is no other centralized database of PCI device IDs. This database is entirely user-supported; all the data has been, and continues to be, furnished by those working in the PCI market. Feel free to add info for the use of others!
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.