Let's add support to other Samsung netbooks
Re: Let's add support to other Samsung netbooks
Q210/P210 is already supported.
Re: Let's add support to other Samsung netbooks
Could you add support for the Samsung R505?
I'm running it under UBUNTU Linux 10.04 / With UBUNTU Studio Templates , and only a few of the special keys seem to work (Volume etc), but most of them not.
Thanks a lot, and keep up the good work!
Kind Regards
FtPorter
I'm running it under UBUNTU Linux 10.04 / With UBUNTU Studio Templates , and only a few of the special keys seem to work (Volume etc), but most of them not.
Thanks a lot, and keep up the good work!
Kind Regards
FtPorter
Re: Let's add support to other Samsung netbooks
In order to add support to your model, I need the output of the command:
Code: Select all
sudo dmidecode -s system-product-name
Re: Let's add support to other Samsung netbooks
Hi VoRia,
R505 was the line in the terminal window. not more (
But i know that this type R505 is called:
Samsung R505-Aura Domah WXGA Notebook (AMD Athlon 64 X2 QL-62 2,0GHz, 4GB RAM, 320GB HDD, ATI Mobility Radeon HD 3470, DVD+- DL RW)
I hope in this case you have all relevant informations to add this Type in your script?
I use the last kernel-uptdate from Week 44 - 2010
Kind Regards
FtPorter
R505 was the line in the terminal window. not more (
But i know that this type R505 is called:
Samsung R505-Aura Domah WXGA Notebook (AMD Athlon 64 X2 QL-62 2,0GHz, 4GB RAM, 320GB HDD, ATI Mobility Radeon HD 3470, DVD+- DL RW)
I hope in this case you have all relevant informations to add this Type in your script?
I use the last kernel-uptdate from Week 44 - 2010
Kind Regards
FtPorter
Re: Let's add support to other Samsung netbooks
Hi voRia,
you need more informations?
Kind Regards
FtPorter
you need more informations?
Kind Regards
FtPorter
Re: Let's add support to other Samsung netbooks
No, I just need more free time.
I've just updated udev packages on the repository with new models for both Ubuntu Lucid and Maverick.
I've just updated udev packages on the repository with new models for both Ubuntu Lucid and Maverick.
Re: Let's add support to other Samsung netbooks
Hi Voria, I am using the Samsung N350 and get the following when I run the provided command:voRia wrote:In order to add support to your model, I need the output of the command:Code: Select all
sudo dmidecode -s system-product-name
Code: Select all
N350
In order to recover from this, I need to restart Gnome. Other than that, all is looking good.
Re: Let's add support to other Samsung netbooks
I can't seem to spot a method to edit my post, so, apologies for the double-post...
Just throwing it out there for others who may be having issues with the keyboard locking out and looking in here to get added support.
This thread got me up and running perfectly with my FN keys working and the keyboard no longer locks itself up.
I was going to also ask if there was definitely 10.10 support, but I guess that since everything else is running perfectly fine for me, then it must be supported. (I think I am using the most up to date kernel as well, but not 100% certain, as I don't know what I am looking for when I run uname -a to confirm)
Just throwing it out there for others who may be having issues with the keyboard locking out and looking in here to get added support.
This thread got me up and running perfectly with my FN keys working and the keyboard no longer locks itself up.
I was going to also ask if there was definitely 10.10 support, but I guess that since everything else is running perfectly fine for me, then it must be supported. (I think I am using the most up to date kernel as well, but not 100% certain, as I don't know what I am looking for when I run uname -a to confirm)
Re: Let's add support to other Samsung netbooks
Hello
Thanks for all the work. I am using Ubuntu 10.10 (currently linux-headers-2.6.35-22-generic) on a Samsung N210:
From a fresh install, I did the following:
Seems that this computer is already covered in /lib/udev/rules.d/95-keyboard-force-release.rules :
I added the following to /lib/udev/rules.d/95-keymap.rules
although my understanding is that the new udev package should take care of it.
FN controls now work somehow (FN-F1 sleeps, but does not wake up with wireless; FN-F11 and FN-F12 do not seem to do anything visible, xev return false). Wireless almost always detected but rarely able to connect, and FN key does not release, to my surprise even after a complete Ubuntu install.
I am wondering what went wrong, and if there is a way to make Wifi work and FN release.
This is about the slowest message I have ever written The none-edited version is something closer to this:
Thanks for all the work. I am using Ubuntu 10.10 (currently linux-headers-2.6.35-22-generic) on a Samsung N210:
Code: Select all
$ sudo dmidecode -s system-product-name
N150/N210/N220
Code: Select all
$sudo add-apt-repository ppa:voria/ppa
$sudo apt-get update
$sudo apt-get upgrade
$sudo apt-get install samsung-backlight samsung-tools samsung-wireles
Code: Select all
ENV{DMI_VENDOR}=="[sS][aA][mM][sS][uU][nN][gG]*", ATTR{[dmi/id]product_name}=="*E252*|*N120*|*N128*|*N130*|*N140*|*N148/N208*|*N148P/N208P/N218P/NB28P*|*N150*|*N150/N210/N220*|*N220*|*N308*|*N310*|*N510*|*NB30*|*NC10/N110*|*ND10*|*NF110/NF210/NF310*|*P580*|*Q210/P210*|*Q430/Q530*|*R410P*|*R420/R470*|*R425/R525*|*R428/P428*|*R460*|*R463*|*R468/R418*|*R480/R431/R481*|*R505*|*R509*|*R510/P510*|*R518*|*R519/R719*|*R520/R522/R620*|*R528/R728*|*R530/R730*|*R530/R730/P590*|*R560*|*R580*|*R580/R590*|*R59/R60/R61*|*R59P/R60P/R61P*|*R710*|*R720*|*R780/R778*|*RF510/RF410/RF710*|*SR58P*|*SR700*|*SR70S/SR71S*|*SX22S*|*X118*|*X120*|*X460*", RUN+="keyboard-force-release.sh $devpath samsung-other"
Code: Select all
ENV{DMI_VENDOR}=="[sS][aA][mM][sS][uU][nN][gG]*", ATTR{[dmi/id]product_name}=="N150/N210/N220", RUN+="keymap $name samsung-other"
FN controls now work somehow (FN-F1 sleeps, but does not wake up with wireless; FN-F11 and FN-F12 do not seem to do anything visible, xev return false). Wireless almost always detected but rarely able to connect, and FN key does not release, to my surprise even after a complete Ubuntu install.
I am wondering what went wrong, and if there is a way to make Wifi work and FN release.
This is about the slowest message I have ever written The none-edited version is something closer to this:
Code: Select all
Th5s 5s ab64t the s36west 0essage have ever wr5tten -/ The n6n-ed5ted vers56n 5s s60eth5ng c36ser t6 th5s-
Re: Let's add support to other Samsung netbooks
Alright, now that I figured what FN-F11 actually does (ahem), the only thing that's left not-working is WiFi. I have installed samsung-wireless, can detect wireless, but cannot make a successful connection most of the time. Other devices connect to same WiFi network easily.amerog wrote:I am wondering what went wrong, and if there is a way to make Wifi work and FN release.
-
- Newbie
- Posts: 3
- Joined: 18 Nov 2010, 19:05
Re: Let's add support to other Samsung netbooks
Sorry if correct Ubuntu terminology is not used here, but am very new to the OS (less than 36 hours). I too have got a N210 now with Ubuntu 10.10 installed, and have followed amerog's post with the same degree of success and failure - ie wireless doesn't work.amerog wrote:Alright, now that I figured what FN-F11 actually does (ahem), the only thing that's left not-working is WiFi. I have installed samsung-wireless, can detect wireless, but cannot make a successful connection most of the time. Other devices connect to same WiFi network easily.amerog wrote:I am wondering what went wrong, and if there is a way to make Wifi work and FN release.
After some playing and googling, it is now working.
On the desktop, I clicked the top left Ubuntu icon, and on the screen that opened, clicked the "Get New Apps" icon.
On the new screen that opens, I expanded the "Installed Software" node, and then selected the "PPA for Samsung Netbooks" node.
On the right pane, I discovered that there were two wireless "applications", one labelled "samsung-wireless" and the other labelled "samsung-wireless-2.6.35-22"
As amerog states that you do:
sudo apt-get install samsung-backlight samsung-tools samsung-wireless
I guessed that doing
sudo apt-get remove samsung-wireless
sudo apt-get remove samsung-wireless-2.6.35-22
sudo apt-get install samsung-wireless-2.6.35-22
then a restart of the machine might work.
Did that, machine started to negotiate the connection to the wireless network, asked for the WEP key, which I entered, and it connected, and has stayed connected.
Again, sorry if this is not the "approved" way of doing things in Ubuntu, but despite that, it has worked here, and I now have what appears to be a stable wireless connection
Re: Let's add support to other Samsung netbooks
Thanks hawkeye9322 for tracing this with me. It seems that the problem has to do with WPA only. WEP and open networks have no trouble here too, except WEP is quite easy to crack, so it is useless to use anyway. Open is a good idea if have an unlimited bandwidth or can support your neighbour. I wish I could, but I also want to use this laptop in all situations, including when I am in a place with WPA.hawkeye9322 wrote:
I guessed that doing
sudo apt-get remove samsung-wireless
sudo apt-get remove samsung-wireless-2.6.35-22
sudo apt-get install samsung-wireless-2.6.35-22
then a restart of the machine might work.
Did that, machine started to negotiate the connection to the wireless network, asked for the WEP key, which I entered, and it connected, and has stayed connected.
Again, sorry if this is not the "approved" way of doing things in Ubuntu, but despite that, it has worked here, and I now have what appears to be a stable wireless connection
I am guessing samsung-wireless is a 'generic' package that only points to the most recent version of Voria's kernel. No, Voria?
-
- Newbie
- Posts: 3
- Joined: 18 Nov 2010, 19:05
Re: Let's add support to other Samsung netbooks
Aagh. Apologies. Ignore the bit about WEP key. I should have said WPA/WPA2.amerog wrote:Thanks hawkeye9322 for tracing this with me. It seems that the problem has to do with WPA only. WEP and open networks have no trouble here too, except WEP is quite easy to crack, so it is useless to use anyway. Open is a good idea if have an unlimited bandwidth or can support your neighbour. I wish I could, but I also want to use this laptop in all situations, including when I am in a place with WPA.hawkeye9322 wrote:
I guessed that doing
sudo apt-get remove samsung-wireless
sudo apt-get remove samsung-wireless-2.6.35-22
sudo apt-get install samsung-wireless-2.6.35-22
then a restart of the machine might work.
Did that, machine started to negotiate the connection to the wireless network, asked for the WEP key, which I entered, and it connected, and has stayed connected.
Again, sorry if this is not the "approved" way of doing things in Ubuntu, but despite that, it has worked here, and I now have what appears to be a stable wireless connection
I am guessing samsung-wireless is a 'generic' package that only points to the most recent version of Voria's kernel. No, Voria?
I'll edit my original reply.....
(Except it doesn't appear that you can edit an earlier post.)
-
- Newbie
- Posts: 2
- Joined: 24 Nov 2010, 04:33
Re: Let's add support to other Samsung netbooks
I have the same problem as the above posters with the Realtek 8192e on my Samsung N220. The hardware between our netbooks is pretty much the same, so I don't imagine there's much of a difference with our problems.
I've found a sloppy way to fix the problem, which is to manually unload/reload the network card's driver via modprobe. The following commands do that:
I find that after pasting these commands (sans sudo) into /etc/rc.local I can connect to my network within seconds of logging in. A bit of a messy fix, but it seems to work.
On another note, I just installed the newest driver to pop up in the repository; I'll post if it seems to be any better than the older ones.
I've found a sloppy way to fix the problem, which is to manually unload/reload the network card's driver via modprobe. The following commands do that:
Code: Select all
sudo modprobe -r r8192e_pci
sudo modprobe r8192e_pci
On another note, I just installed the newest driver to pop up in the repository; I'll post if it seems to be any better than the older ones.
-
- Newbie
- Posts: 2
- Joined: 24 Nov 2010, 04:33
Re: Let's add support to other Samsung netbooks
Hmmm... Now that I've updated the drivers the rc.local trick doesn't seem to work anymore.
I can still get the driver to connect to my WPA network if I manually do the modprobe removal and restart.
Any ideas anyone?
I can still get the driver to connect to my WPA network if I manually do the modprobe removal and restart.
Any ideas anyone?