Keyboard

This forum is for information related with E series hardware.

quasimodoz
SamyGO Project Donor
Posts: 17
Joined: Mon Apr 09, 2012 4:58 pm

Keyboard

Post by quasimodoz »

Using the build-in internet browser is practically only possible by using a keyboard. Samsung offers such thing as an option for a relatively high price. Would there be alternatives on the market, e.g. standard BT keyboards? Any recommendation?
UA40-ES8090S
BD-E8900
DA-F61
User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: Keyboard

Post by erdem_ua »

It's too early to talking from those due lack of HW... But it's possible to use them later. At least, using with "Wireless USB" keyboard and mouses. They not needed to be use bluetooth...
User avatar
Sacerdos
Posts: 1
Joined: Fri Apr 27, 2012 7:15 pm

Re: Keyboard

Post by Sacerdos »

I'm new to the forum, as I found it using tapatalk from my tablet.

I just bought the UN46ES6500F and found web surfing terrible with just the remote. I bought a MS wireless keyboard/mouse combo and plugged it in (Wireless Desktop 3000). If it worked, fine; if not, I would take the keyboard back.

It worked! :mrgreen: :mrgreen:

Pretty basic--no function keys, no back and forward mouse keys. But I can type and use a mouse now.
The browser still brings up the onscreen keyboard, but I just use the keyboard and mouse, and everything is good to go.
User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: Keyboard

Post by erdem_ua »

That keyboard doesn't use BT, means, any Wireless and Wired keyboard that compatible with USB HID class need to work.
Does it same for BT HID Keyboard and mouses? I don't know until some one report... :D
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Keyboard

Post by arris69 »

erdem_ua wrote:That keyboard doesn't use BT, means, any Wireless and Wired keyboard that compatible with USB HID class need to work.
Does it same for BT HID Keyboard and mouses?...
kernel config says:

Code: Select all

# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=m
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=720
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_ZHENHUA is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
CONFIG_JOYSTICK_XPAD=m
CONFIG_JOYSTICK_XPAD_FF=y
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
so some joysticks and xpad "should" work too...
User avatar
maxprasak
Posts: 24
Joined: Thu May 24, 2012 4:01 pm
Location: Czech Republic
Contact:

Re: Keyboard

Post by maxprasak »

arris69 wrote:
kernel config says:

Code: Select all

# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=m
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=720
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_ZHENHUA is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
CONFIG_JOYSTICK_XPAD=m
CONFIG_JOYSTICK_XPAD_FF=y
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
so some joysticks and xpad "should" work too...
arris69, I see you have probably some kernel config from E-series... so please, where I can get the complete version of this config?
UE46ES7000 - Panel: 46A2UF0E Firmware: T-ECPDEUC-1003.0 Kernel: 0080.0700 Onboot: 0053 Camera: 3.69 Bluetooth: 1.2.14.482
Galaxy S II - Android 2.3.5 - AllShare: 2.0.0 Samsung Remote: 2.2.5 Samsung Smart View: 3.1.6
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Keyboard

Post by arris69 »

maxprasak wrote:....

arris69, I see you have probably some kernel config from E-series... so please, where I can get the complete version of this config?
its in the opensource package from samsung: http://opensource.samsung.com/index.jsp (then search for model like UExxES)

but, kernel modules are allready compiled for es series (better said full extensions pack) so only thing is to figure out how to install and start it on tv.

Denny did'nt contacted you for testing some stuff?
User avatar
maxprasak
Posts: 24
Joined: Thu May 24, 2012 4:01 pm
Location: Czech Republic
Contact:

Re: Keyboard

Post by maxprasak »

arris69 wrote:
maxprasak wrote:....

arris69, I see you have probably some kernel config from E-series... so please, where I can get the complete version of this config?
its in the opensource package from samsung: http://opensource.samsung.com/index.jsp (then search for model like UExxES)

but, kernel modules are allready compiled for es series (better said full extensions pack) so only thing is to figure out how to install and start it on tv.
Ou yes, I forgot for opensource package, yes, thanks... ;)
arris69 wrote:Denny did'nt contacted you for testing some stuff?
No yet ... any PMs are welcome... :roll:
UE46ES7000 - Panel: 46A2UF0E Firmware: T-ECPDEUC-1003.0 Kernel: 0080.0700 Onboot: 0053 Camera: 3.69 Bluetooth: 1.2.14.482
Galaxy S II - Android 2.3.5 - AllShare: 2.0.0 Samsung Remote: 2.2.5 Samsung Smart View: 3.1.6
mehdo
Posts: 2
Joined: Mon May 21, 2012 11:29 pm

Re: Keyboard

Post by mehdo »

i'am using a USB Wireless keyboard and mouse, and they are working very fine.

it cost me 20Euro+ 2 euro for the batteries.
monoschwarz
Posts: 17
Joined: Thu Jul 05, 2012 5:09 pm
Location: Germany

Re: Keyboard

Post by monoschwarz »

I have this Hier rii mini wifi

works good
Sorry for my English but gogole translation is poor

Model UE46ES6340-----Type 46A1AF6E
Firmware: T-mst10pdeuc-2008-----root with sammyGo widget---IPTVx plugin
Pc: Samsung NC10 Ubuntu 10.10 (Linux)
Sat:Atemio Nemisis 3xSat Hdd: 8TB Seagate Archive

Post Reply

Return to “[E] Hardware”