Slashdot Mirror


Making Linux Recognize Vaio Docking Stations?

dknight asks: "I've recently moved my Sony Vaio SuperSlim R505TE Laptop to Slackware Linux. Let me tell you, it was quite an adventure. I'm still having one major problem though. The docking station connects to the laptop via a firewire connection, so it doesnt recognize the CD Rom. I've installed Firewire support in the kernel, but I'm still having a hard time getting this going. Has anyone else attempted this feat?"

11 comments

  1. same here by gr3g · · Score: 1

    I' have a similar problem with an external Cd-rom on my dell inspiron running slack. I think I need to set the IRQ and Port settings for the parallel port at the boot or using paride. I'm feeling lazy right now so I haven't done that.

    --
    "It has always been this way and it won't change, god bless the fucked up USA" The Briefs
  2. /. Support Forum by peel · · Score: 0, Offtopic

    When I want news for nerds, I go to Slashdot or Memepool or even C-Net news. When I want to research a problem on my Linux box or my Mac or whatever else, I visit the appropriate forums on the web. Be it a mailing list, a newsgroup or what have you. Plain and simple. When I go to Slashdot and find it has been turned into a support forum I question a lot of things about the site as a whole. C'mon Cliff, let's not turn /. or any of the others into tech support sites. Next time something like his interests you let's direct the person to an appropriate site and not use /. as the answer just because we can. -peel

    *computers never mkae misttoks* - Commodore 64

  3. Check with the developers by BroadbandBradley · · Score: 2

    taken from http://linux1394.sourceforge.net

    updated 2001-11-06

    Linux Kernels 2.4.12+
    A fair number of users are reporting good results using the more recent kernel subsystems and CVS updates beginning with the Linux kernel 2.4.12 release. We cautiously suggest that the latest versions of the subsystem are stable once again. The term "stable" needs qualification. Please keep in mind that the Linux IEEE-1394 subsystem is considered, in general, an experimental and unstable subsystem of the Linux kernel. In this section, when we mention "stable" we mean mostly usable with known applications without breaking functionality or crashing the machine.

    it gets deep read and hack, that's the trick. May the source be with you.

  4. Sort of a hack with Slack, modules, and others... by strredwolf · · Score: 2

    I've gotten a similar item, too. I have a Compaq LTE Lite 4/33C. This nice laptop doesn't have PCMCIA ports (DAMMIT!) but there's a base I also have too. I've installed an ISA NIC and a sound card. On the road I carry a Paraell port NIC (a DE-620, very reliable). I've installed Slack 8 on it (and took a hint at Linux-From-Scratch and strip --strip-debug every non-kernel binary I could find to save space).

    The hack is sort of like what Slack's setup does. In rc.netdevice, I run modprobe on two modules (hp-plus and de620). If any loads, I know where I'm am, and I record the module's name into /etc/nic.card. If not, "none" is put in there.

    Once I know, I can say "hp-plus? OOO!!! I'm docked! Config the adapter. Load sshd, sync the on-board /usr/src with the base's intended /usr/src (makefile hack), fscheck and mount /usr/src and /alt." Or I can say "de620? Ok, just config the adapter." Or I can say "Nothing? Well, just do nothing, we can't do anything else..." It's all bash scripting.

    --

    --
    # Canmephians for a better Linux Kernel
    $Stalag99{"URL"}="http://stalag99.net";
  5. funny by Mudhiker · · Score: 2

    if anyone didn't noticed, this is a bit of a joke. the Compaq LTE Lite 4/33C is a 33mhz 486 laptop with 4mb of ram and an 8.5" screen. it is sized like a "thin & lite". There's one on Ebay right now for about $10.

    Kudos to strredwolf for booting Slack on that lil hummer...
    *

    --
    "I want peace on earth and good will toward men." "We're the U.S. government. We don't do that sort of thing!!"
    1. Re:funny by strredwolf · · Score: 2

      What's even funnier is that I could upgrade it a bit to 20mb ram and a half-gig HD, but still can't get XFree 4 to run on it (damn Compaq AVGA, someone port the driver yet from 3.3.6?).

      Now dare me to play MP3's on it, and I'll play Internet Radio (but not full quality, unfortunately).

      --

      --
      # Canmephians for a better Linux Kernel
      $Stalag99{"URL"}="http://stalag99.net";
  6. so I'm guessing that's a no by dknight · · Score: 1

    Alright well, I'm guessing the lack of really any serious replies save one means that no, noone else has given this little adventure a shot. While I'm thinking about it though, I'll ask another question. What about wireless network cards? Say the D-Link DWL650 in particular... Anyone have any luck getting one of those configured?