Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Hdd Install of v3.4 2.6.6 - shopping list of probs

  1. #1
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338

    Hdd Install of v3.4 2.6.6 - shopping list of probs

    Just got done installing Knoppix (debian-like) v3.4 w/ kernel 2.6.6 - changed lilo to "default" boot to 2.6 kernel, default user was changed to me (cuddles) w/ root.

    I made backups of /home, /root, /var, /etc, you name it - all from my previous install ( v3.3 )

    And I am having a (few) problems...

    1 ) How and where do I set the schema for the root (su) konsole - someone got me this a while back, and I can't search it out, or find the file that made the change - they had suggested using a root konsole instead of changing my logins - and to designate the root konsole I changed the schema from "default" to "GreenOnBlack" - but I can't find the one file that tells konsole to make this one screen that way...

    2 ) Either a root login, or a root konsole causes the following error trying to run anything from the CLI -=-
    Code:
    root@Morpheus:/etc# kwrite lilo.conf
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    
    kwrite: cannot connect to X server :0
    This command was kwrite, but I get it with a lot of other commands.

    3 ) I tried the "cheat" method of using ALSA on the CD boot, and then doing a knoppix-installer - it appears that alsa is "partially" there, but nothing is in the /proc/asound/cards file - I already disabled Arts, and tried alsa's autoconfig, and even alsa's init - nothing works...

    4 ) Along the same lines of alsa - my lilo "append=" line contains the noacpi and noagp and noapm - but it appears in the dmesg output that it is "still" trying to use agp...

    5 ) Am I correct in assuming that the Kano's script for NVidia video cards will not work in the new 2.6.6 kernel, and thus the post "currently" in this forum is the "real" way to do an install of a NVidia display card now...

    6 ) I succesfully copied and did a chown and chgrp on my "users" mail folder for KMail, upon going into KMail - I have all of my folders and there contents, but no address book, where is this located, and can it be copied from a v3.3 backup into the proper location ( I don't know where ) and have KMail in v3.4 "pick it up"...

    7 ) If all I am going to be using is Linux 2.6.6 kernel, can I just remove the LILO entries for LINUX ( set as default ) and the 2.4 - and if so, what would the LILO entry be, the current 2.6.6 entry - which appears to be running in a location outside of where the "default" "Linux" one is running...

    8 ) Lastly, I have tried to research this, promise, and nothing is coming up with the command needed to do this - what is the "proper" way to - once and for all - set the time zone - I know about the right-click on the clock, but someone posted the CLI which is supposed to "ensure" it being set and staying that way...

    Other than these things being my "big" issues... The experimental kernel is fast, and really slick... I hope to get these "small" things done, and get on with my apt-get installs to what I had when I had v3.3

    Thanks to any, and all, for all, and any, assistance - I am extremely greatful...
    Ms. Cuddles

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    Answers to some of your questions (the ones my pea-brain knows ):

    1.) If I understand your question correctly -- You change the schema in Konsole by using the Settings menu, then Schema, choose the one you want (e.g. Green on Black), and then click Settings > Save as Default. It's saved in ~/.kde/share/config/konsolerc as the "schema=GreenOnBlack.schema" entry. (FYI there's a .kde directory in your root folder as well as your normal user folder, so you need to change it as root as well as your normal user.)

    2.) The "Xlib: connection to ":0.0" refused by server" message has something to do with the X server not allowing your root user access to your display. (More for me to learn here.) Easiest way around it is to back up your /root/.Xauthority file and copy your /home/cuddles/.Xauthority file to /root. It's been posted that using the command line "kdesu commandname" also solves the problem.

    3.) The version of Alsa in Knoppix is a version modified by Mr. Knopper -- it's called "knx-alsa" in the package database. (The modules are in /lib/modules/extra/alsa.) Try running /usr/sbin/alsaconf as root (hopefully you have a PCI-based sound card, not an ISA one!).

  3. #3
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338
    Quote Originally Posted by eco2geek
    Answers to some of your questions (the ones my pea-brain knows ):

    1.) If I understand your question correctly -- You change the schema in Konsole by using the Settings menu, then Schema, choose the one you want (e.g. Green on Black), and then click Settings > Save as Default. It's saved in ~/.kde/share/config/konsolerc as the "schema=GreenOnBlack.schema" entry. (FYI there's a .kde directory in your root folder as well as your normal user folder, so you need to change it as root as well as your normal user.)
    Nope, appears these files already have the "right" schema entry, and "refuse" to use them, thus, it appears they don't even look at them...

    Quote Originally Posted by eco2geek
    2.) The "Xlib: connection to ":0.0" refused by server" message has something to do with the X server not allowing your root user access to your display. (More for me to learn here.) Easiest way around it is to back up your /root/.Xauthority file and copy your /home/cuddles/.Xauthority file to /root. It's been posted that using the command line "kdesu commandname" also solves the problem.
    Yep - that did the trick, I did a "copy" from my user account to root, and the command "kwrite [anything]" runs with just the errors: "kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/... not valid." - but thats ok, I was getting them even since I installed v3.4

    Quote Originally Posted by eco2geek
    3.) The version of Alsa in Knoppix is a version modified by Mr. Knopper -- it's called "knx-alsa" in the package database. (The modules are in /lib/modules/extra/alsa.) Try running /usr/sbin/alsaconf as root (hopefully you have a PCI-based sound card, not an ISA one!).
    Nope, no such file under /usr/sbin named alsaconf - I think the card is mounted on the motherboard - its a VIA82xxx - remembered it from v3.3

    Good attempt, at least I got my root konsole working... just in case this helps, the konsole I am using for root - the program that is - is "konsole --type su", or "Terminal Program - Super User Mode"

    Ms. Cuddles

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    just in case this helps, the konsole I am using for root - the program that is - is "konsole --type su", or "Terminal Program - Super User Mode"
    Aha - try editing the "Schema=" line in /usr/share/apps/konsole/su.desktop instead. (That seemed to have worked on my box.)

    Funny that you're spending July 4th installing & configuring Knoppix rather than going out and partying.

  5. #5
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338
    Quote Originally Posted by eco2geek
    Aha - try editing the "Schema=" line in /usr/share/apps/konsole/su.desktop instead. (That seemed to have worked on my box.)
    THATS IT -=- I knew it was a "funny" named file, in a remote location, I just couldn't remember where and what it was Thanks for that "tid-bit"...

    Quote Originally Posted by eco2geek
    Funny that you're spending July 4th installing & configuring Knoppix rather than going out and partying.
    Ah, but then I have choosen my nic correctly - didn't say "what" I cuddle with, did I ??? Ms. Cuddles definately cuddles with Tux

    So, here's the score:

    1 ) How and where do I set the schema for the root (su) konsole - someone got me this a while back, and I can't search it out, or find the file that made the change - they had suggested using a root konsole instead of changing my logins - and to designate the root konsole I changed the schema from "default" to "GreenOnBlack" - but I can't find the one file that tells konsole to make this one screen that way...
    Resolved - Thanks Eco2Geek

    2 ) Either a root login, or a root konsole causes the following error trying to run anything from the CLI
    Resolved - Thanks Eco2Geek

    3 ) I tried the "cheat" method of using ALSA on the CD boot, and then doing a knoppix-installer - it appears that alsa is "partially" there, but nothing is in the /proc/asound/cards file - I already disabled Arts, and tried alsa's autoconfig, and even alsa's init - nothing works...
    Still not working...

    4 ) Along the same lines of alsa - my lilo "append=" line contains the noacpi and noagp and noapm - but it appears in the dmesg output that it is "still" trying to use agp...
    Still not working...

    5 ) Am I correct in assuming that the Kano's script for NVidia video cards will not work in the new 2.6.6 kernel, and thus the post "currently" in this forum is the "real" way to do an install of a NVidia display card now...
    Still not working...

    6 ) I succesfully copied and did a chown and chgrp on my "users" mail folder for KMail, upon going into KMail - I have all of my folders and there contents, but no address book, where is this located, and can it be copied from a v3.3 backup into the proper location ( I don't know where ) and have KMail in v3.4 "pick it up"...
    Still not working...

    7 ) If all I am going to be using is Linux 2.6.6 kernel, can I just remove the LILO entries for LINUX ( set as default ) and the 2.4 - and if so, what would the LILO entry be, the current 2.6.6 entry - which appears to be running in a location outside of where the "default" "Linux" one is running...
    Still not working...

    8 ) Lastly, I have tried to research this, promise, and nothing is coming up with the command needed to do this - what is the "proper" way to - once and for all - set the time zone - I know about the right-click on the clock, but someone posted the CLI which is supposed to "ensure" it being set and staying that way...
    Still not working...

    Thanks to anyone for any answers to the unresolved issues here, I thank you, my install thanks you, and lastly, my system thanks you...
    Ms. Cuddles

  6. #6
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    [quote="Cuddles"][

    7 ) If all I am going to be using is Linux 2.6.6 kernel, can I just remove the LILO entries for LINUX ( set as default ) and the 2.4 - and if so, what would the LILO entry be, the current 2.6.6 entry - which appears to be running in a location outside of where the "default" "Linux" one is running...
    Sure if you have a working kernel then get rid of the old one but be sure that's realy what you want to do. I keep 2 or 3 kernels at all times myself. I don't understand what you mean by "running in a location outside of where the "default" "Linux" one is running.." All kernels are kept in /boot. They may be called 2.4.26-1-686 or it may be symlinked to vmlinuz or otherwise.

    Code:
    ls -al vmlinuz
    lrwxrwxrwx    1 root     root           22 Jun  3 17:31 vmlinuz -> vmlinuz-2.4.26-mppe-ar

    8 ) Lastly, I have tried to research this, promise, and nothing is coming up with the command needed to do this - what is the "proper" way to - once and for all - set the time zone - I know about the right-click on the clock, but someone posted the CLI which is supposed to "ensure" it being set and staying that way...
    tzconfig

  7. #7
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338
    So, here's the UPDATED score:

    1 ) RESOLVED

    2 ) RESOLVED
    3 ) I tried the "cheat" method of using ALSA on the CD boot, and then doing a knoppix-installer - it appears that alsa is "partially" there, but nothing is in the /proc/asound/cards file - I already disabled Arts, and tried alsa's autoconfig, and even alsa's init - nothing works...
    Still not working...

    4 ) Along the same lines of alsa - my lilo "append=" line contains the noacpi and noagp and noapm - but it appears in the dmesg output that it is "still" trying to use agp...
    Still not working...

    5 ) Am I correct in assuming that the Kano's script for NVidia video cards will not work in the new 2.6.6 kernel, and thus the post "currently" in this forum is the "real" way to do an install of a NVidia display card now...
    Still not working...

    6 ) I succesfully copied and did a chown and chgrp on my "users" mail folder for KMail, upon going into KMail - I have all of my folders and there contents, but no address book, where is this located, and can it be copied from a v3.3 backup into the proper location ( I don't know where ) and have KMail in v3.4 "pick it up"...
    Still not working...

    7 ) If all I am going to be using is Linux 2.6.6 kernel, can I just remove the LILO entries for LINUX ( set as default ) and the 2.4 - and if so, what would the LILO entry be, the current 2.6.6 entry - which appears to be running in a location outside of where the "default" "Linux" one is running...
    Resolved - Thanks Mzilikazi

    8 ) Lastly, I have tried to research this, promise, and nothing is coming up with the command needed to do this - what is the "proper" way to - once and for all - set the time zone - I know about the right-click on the clock, but someone posted the CLI which is supposed to "ensure" it being set and staying that way...
    Resolved - Thanks Mzilikazi

    Thanks to anyone for any answers to the unresolved issues here, I thank you, my install thanks you, and lastly, my system thanks you...
    Ms. Cuddles

  8. #8
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Not fair, there's only difficult ones left

    I'll just have a go at the thing that's annoying you:
    Yep - that did the trick, I did a "copy" from my user account to root, and the command "kwrite [anything]" runs with just the errors: "kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/... not valid." - but thats ok, I was getting them even since I installed v3.4
    Code:
    su
    cd /usr/share/icons/hicolor/
    cp index.theme index.desktop
    BTW, for the "Xlib: connection to ":0.0" refused by server" I think it was mzilikazi who posted doing as user: xhost local:, I just added this to a script my userme runs from ~/.kde/Autostart.

    3 ) I tried the "cheat" method of using ALSA on the CD boot, and then doing a knoppix-installer - it appears that alsa is "partially" there, but nothing is in the /proc/asound/cards file - I already disabled Arts, and tried alsa's autoconfig, and even alsa's init - nothing works...
    For me it's under the directory card0 which is symlinked from the device:
    markus@mrk-fujibox:/proc/asound$ ll
    total 1
    lrwxrwxrwx 1 root root 5 Jul 5 10:33 I82801BAICH2 -> card0
    dr-xr-xr-x 6 root root 0 Jul 5 10:33 card0
    -r--r--r-- 1 root root 0 Jul 5 10:33 cards
    -r--r--r-- 1 root root 0 Jul 5 10:33 devices
    -r--r--r-- 1 root root 0 Jul 5 10:33 modules
    dr-xr-xr-x 2 root root 0 Jul 5 10:33 oss
    -r--r--r-- 1 root root 0 Jul 5 10:33 pcm
    dr-xr-xr-x 2 root root 0 Jul 5 10:33 seq
    -r--r--r-- 1 root root 0 Jul 5 10:33 timers
    -r--r--r-- 1 root root 0 Jul 5 10:33 version
    markus@mrk-fujibox:/proc/asound/card0$ ll
    total 0
    dr-xr-xr-x 2 root root 0 Jul 5 10:33 codec97#0
    -r--r--r-- 1 root root 0 Jul 5 10:33 id
    -r--r--r-- 1 root root 0 Jul 5 10:33 intel8x0
    -rw-r--r-- 1 root root 0 Jul 5 10:33 oss_mixer
    dr-xr-xr-x 3 root root 0 Jul 5 10:33 pcm0c
    dr-xr-xr-x 3 root root 0 Jul 5 10:33 pcm0p
    dr-xr-xr-x 3 root root 0 Jul 5 10:33 pcm1c

    5 ) Am I correct in assuming that the Kano's script for NVidia video cards will not work in the new 2.6.6 kernel, and thus the post "currently" in this forum is the "real" way to do an install of a NVidia display card now...
    IIRC the post "currently" in this forum includes compiling a new kernel which would not hurt to do anyway since the stock Knoppix kernel comes with everything and the kitchen sink.
    Just download the source, copy the config from /boot and start with make oldconfig. Then just rip out the parts you're sure you don't need.

  9. #9
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338
    Quote Originally Posted by Markus
    Yep - that did the trick, I did a "copy" from my user account to root, and the command "kwrite [anything]" runs with just the errors: "kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/... not valid." - but thats ok, I was getting them even since I installed v3.4
    Code:
    su
    cd /usr/share/icons/hicolor/
    cp index.theme index.desktop
    BTW, for the "Xlib: connection to ":0.0" refused by server" I think it was mzilikazi who posted doing as user: xhost local:, I just added this to a script my userme runs from ~/.kde/Autostart.
    Cool - I'll see what happens with what I got already...

    Quote Originally Posted by Markus
    3 ) I tried the "cheat" method of using ALSA on the CD boot, and then doing a knoppix-installer - it appears that alsa is "partially" there, but nothing is in the /proc/asound/cards file - I already disabled Arts, and tried alsa's autoconfig, and even alsa's init - nothing works...
    For me it's under the directory card0 which is symlinked from the device:
    markus@mrk-fujibox:/proc/asound$ ll
    total 1
    lrwxrwxrwx 1 root root 5 Jul 5 10:33 I82801BAICH2 -> card0
    dr-xr-xr-x 6 root root 0 Jul 5 10:33 card0
    -r--r--r-- 1 root root 0 Jul 5 10:33 cards
    -r--r--r-- 1 root root 0 Jul 5 10:33 devices
    -r--r--r-- 1 root root 0 Jul 5 10:33 modules
    dr-xr-xr-x 2 root root 0 Jul 5 10:33 oss
    -r--r--r-- 1 root root 0 Jul 5 10:33 pcm
    dr-xr-xr-x 2 root root 0 Jul 5 10:33 seq
    -r--r--r-- 1 root root 0 Jul 5 10:33 timers
    -r--r--r-- 1 root root 0 Jul 5 10:33 version
    markus@mrk-fujibox:/proc/asound/card0$ ll
    total 0
    dr-xr-xr-x 2 root root 0 Jul 5 10:33 codec97#0
    -r--r--r-- 1 root root 0 Jul 5 10:33 id
    -r--r--r-- 1 root root 0 Jul 5 10:33 intel8x0
    -rw-r--r-- 1 root root 0 Jul 5 10:33 oss_mixer
    dr-xr-xr-x 3 root root 0 Jul 5 10:33 pcm0c
    dr-xr-xr-x 3 root root 0 Jul 5 10:33 pcm0p
    dr-xr-xr-x 3 root root 0 Jul 5 10:33 pcm1c
    Sorry to say, this one is not the same for me - I don't have the "card0" directory -=- everything in your listing is the same, excluding the card0 folder though - as I sad, it "somehow" appears to be working, just not the way it used to, ( I think I even had the card0 folder in v3.3 - something is "majorly" different about v3.4 )

    Quote Originally Posted by Markus
    5 ) Am I correct in assuming that the Kano's script for NVidia video cards will not work in the new 2.6.6 kernel, and thus the post "currently" in this forum is the "real" way to do an install of a NVidia display card now...
    IIRC the post "currently" in this forum includes compiling a new kernel which would not hurt to do anyway since the stock Knoppix kernel comes with everything and the kitchen sink.
    Just download the source, copy the config from /boot and start with make oldconfig. Then just rip out the parts you're sure you don't need.
    [/quote]

    This got resolved - I did have to compile my kernel, add the nvidia source... its working now...

    Ms. Cuddles

  10. #10
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338
    So, here's the UPDATED - UPDATED score:

    1 ) RESOLVED

    2 ) RESOLVED
    3 ) I tried the "cheat" method of using ALSA on the CD boot, and then doing a knoppix-installer - it appears that alsa is "partially" there, but nothing is in the /proc/asound/cards file - I already disabled Arts, and tried alsa's autoconfig, and even alsa's init - nothing works...
    Still not working... no card0 folder - but have sound - go figure...
    Code:
    root@Morpheus:/proc/asound# ls -la
    total 0
    dr-xr-xr-x    4 root     root            0 Jul  6 07:47 .
    dr-xr-xr-x   81 root     root            0 Jul  5 19:26 ..
    -r--r--r--    1 root     root            0 Jul  6 07:47 cards
    -r--r--r--    1 root     root            0 Jul  6 07:47 devices
    -r--r--r--    1 root     root            0 Jul  6 07:47 modules
    dr-xr-xr-x    2 root     root            0 Jul  6 07:47 oss
    -r--r--r--    1 root     root            0 Jul  6 07:47 pcm
    dr-xr-xr-x    2 root     root            0 Jul  6 07:47 seq
    -r--r--r--    1 root     root            0 Jul  6 07:47 timers
    -r--r--r--    1 root     root            0 Jul  6 07:47 version
    root@Morpheus:/proc/asound#
    4 ) Along the same lines of alsa - my lilo "append=" line contains the noacpi and noagp and noapm - but it appears in the dmesg output that it is "still" trying to use agp...
    Still not working... ( assume the noacpi may be causing the alsa? no worries on agp - nvidia is working now! )

    5 ) Am I correct in assuming that the Kano's script for NVidia video cards will not work in the new 2.6.6 kernel, and thus the post "currently" in this forum is the "real" way to do an install of a NVidia display card now...
    RESOLVED - as for Kano, use scripts in Knoppix, if they don't work - your SOL - resolved by kernel source compiling... Thanks Naventus, Miilltek, Shah, and Kelmo... Lastly, to Markus

    6 ) I succesfully copied and did a chown and chgrp on my "users" mail folder for KMail, upon going into KMail - I have all of my folders and there contents, but no address book, where is this located, and can it be copied from a v3.3 backup into the proper location ( I don't know where ) and have KMail in v3.4 "pick it up"...
    RESOLVED - I used an old "export" of KMail's address book - saved in previous version of Knoppix, as a CSV - I just "import" 'ed it - setup the template, clicked OK, added any new ones I knew about, and POOF...

    7 ) If all I am going to be using is Linux 2.6.6 kernel, can I just remove the LILO entries for LINUX ( set as default ) and the 2.4 - and if so, what would the LILO entry be, the current 2.6.6 entry - which appears to be running in a location outside of where the "default" "Linux" one is running...
    Resolved - Thanks Mzilikazi
    Question: I compiled my own source kernel to get NVidia working, how does this work? I booted with copies of my 2.6.6 LILO, /boot, config, initd, etc... and added the line into LILO, called this boot 2.6.6pre -=- under that boot, I did the kernel compile, nvidia inclusion, etc... Do I need to use the "...pre" boot because I loaded the compile there, or can I just go back to the 2.6.6 files? ( I am clueless when it comes to LILO and the /boot, and the whole kernel compiling thing )

    8 ) Lastly, I have tried to research this, promise, and nothing is coming up with the command needed to do this - what is the "proper" way to - once and for all - set the time zone - I know about the right-click on the clock, but someone posted the CLI which is supposed to "ensure" it being set and staying that way...
    Resolved - Thanks Mzilikazi

    Thanks to anyone for any answers to the unresolved issues here, I thank you, my install thanks you, and lastly, my system thanks you...
    Ms. Cuddles

Page 1 of 2 12 LastLast

Similar Threads

  1. install probs
    By Si_C in forum Hdd Install / Debian / Apt
    Replies: 15
    Last Post: 05-25-2005, 11:58 PM
  2. More HDD install probs
    By fannymites in forum Hdd Install / Debian / Apt
    Replies: 6
    Last Post: 10-24-2004, 07:54 AM
  3. Ain't we got fun?- a short list of newbie probs
    By ogami1972 in forum General Support
    Replies: 4
    Last Post: 09-03-2004, 04:37 AM
  4. Shopping List (Part II)
    By Cuddles in forum General Support
    Replies: 16
    Last Post: 03-07-2004, 09:17 PM
  5. Shopping List (QYAWTABWATA)
    By Cuddles in forum General Support
    Replies: 1
    Last Post: 03-02-2004, 05:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Samsung Galaxy Tab A8 10.5

Samsung Galaxy Tab A8 10.5" SM-X200 128GB Wifi Only Tablet Open Box

$149.99



Samsung USB 3.1 Flash Drive Bar Plus 256gb TITAN Gray picture

Samsung USB 3.1 Flash Drive Bar Plus 256gb TITAN Gray

$24.10



2TB SAMSUNG EVO Plus Micro SD MicroSDXC Flash Memory Card w/ SD Adapter picture

2TB SAMSUNG EVO Plus Micro SD MicroSDXC Flash Memory Card w/ SD Adapter

$9.99



Genuine Samsung Book Cover Keyboard for 14.6

Genuine Samsung Book Cover Keyboard for 14.6" Galaxy Tab S8 Ultra | S8 Ultra 5G

$89.99



Samsung PM983a M.2 22110 SSD NVMe PCIe 3.0x4 1.88TB picture

Samsung PM983a M.2 22110 SSD NVMe PCIe 3.0x4 1.88TB

$88.50



Samsung Galaxy Tab A9 (X110) 64GB 4GB RAM International Version (New) picture

Samsung Galaxy Tab A9 (X110) 64GB 4GB RAM International Version (New)

$129.99



Samsung Galaxy Tab E 8

Samsung Galaxy Tab E 8" 16GB Black SM-T377V (Verizon) Android Tablet IG1000

$31.95



Samsung - S Pen Creator Edition - White picture

Samsung - S Pen Creator Edition - White

$40.00



SAMSUNG  24

SAMSUNG 24" Monitor Full HD LED/LCD - GRADE A CONDITION - S24E650PL

$69.95



512GB SAMSUNG EVO Plus Micro SD MicroSDXC Flash Memory Card w/ SD Adapter picture

512GB SAMSUNG EVO Plus Micro SD MicroSDXC Flash Memory Card w/ SD Adapter

$21.99