Linux.com

  |<   <   1   2   >   >|
Author Message
Joined: Oct 04, 2008
Posts: 39
Other Topics
Posted Oct 09, 2008 at 3:33:58 PM
Subject: m520 wireless network adapter in DSL

At least I have internet. I can get the M520 to work by simply pressing the Prism2 button in the DSL control panel. But I have to do that every time I boot for some reason. It won't automatically load the Prism driver.

So the wirless pcmcia card DOES work, but I have to select the Prism2 thingy every time I boot. After I select it, it works great until I reboot.

Any ideas on how I can get Damn Small linux to load this at boot?

Back to top Profile Email Website
rokytnji
Joined Jul 26, 2008
Posts: 460
Location:Pecos, Texas

Other Topics
Posted: Oct 09, 2008 8:17:15 PM
Subject: m520 wireless network adapter in DSL

When you shut down DSL you are given the chance to save changes. If you are unchecking that to shut down, it won't save your settings.

Light travels faster than the speed of sound. Thats why certain people appear bright till they open their mouths. "Where is the 'any' key?" – Homer Simpson, in response to the message, "Press any key" Registered Linux User # 475019

Back to top Profile Email Website
gregorydearth
Joined Oct 04, 2008
Posts: 39

Other Topics
Posted: Oct 22, 2008 2:03:57 PM
Subject: m520 wireless network adapter in DSL

I remember DSL asking that question on another computer I have... It does not ask that question on this machine. Is there a way I can reset this feature or something so I can re-do the prism thing and have it ask me again? Or can I just set this to happen automatically without having that question?

Back to top Profile Email Website
rokytnji
Joined Jul 26, 2008
Posts: 460
Location:Pecos, Texas

Other Topics
Posted: Oct 22, 2008 3:31:42 PM
Subject: m520 wireless network adapter in DSL

http://www.damnsmalllinux.org/wiki/index.php/Persistence

Light travels faster than the speed of sound. Thats why certain people appear bright till they open their mouths. "Where is the 'any' key?" – Homer Simpson, in response to the message, "Press any key" Registered Linux User # 475019

Back to top Profile Email Website
rokytnji
Joined Jul 26, 2008
Posts: 460
Location:Pecos, Texas

Other Topics
Posted: Oct 22, 2008 3:50:07 PM
Subject: m520 wireless network adapter in DSL

Another option is to update your install to DSLinux current release
ftp://ftp.oss.cc.gatech.edu/pub/linux/distributions/damnsmall/current/

These are the files I downloaded
File:dsl-4.2.5.iso
File:dsl-4.2.5.iso.md5.txt

And I used this install method here on 2 gig hardrive


http://www.jasonhsu.com/linux-frugal.html

I am just giving you different options you could also try posting your question in DSLinux forum http://damnsmalllinux.org/cgi-bin/forums/ikonboard.cgi?act=SC;c=1

Light travels faster than the speed of sound. Thats why certain people appear bright till they open their mouths. "Where is the 'any' key?" – Homer Simpson, in response to the message, "Press any key" Registered Linux User # 475019

Back to top Profile Email Website
gregorydearth
Joined Oct 04, 2008
Posts: 39

Other Topics
Posted: Oct 22, 2008 10:06:43 PM
Subject: m520 wireless network adapter in DSL

Thanks, I will give it a shot. I might already have 4.2.5 though. If I stupidly hit "yes" on that question (without internet working), will it never ask me again? I am thinking that might have happened.

Back to top Profile Email Website
gregorydearth
Joined Oct 04, 2008
Posts: 39

Other Topics
Posted: Oct 22, 2008 10:10:30 PM
Subject: m520 wireless network adapter in DSL

Plus, DSL's website stinks. I could never figure out how to make a new topic to post or even respond to existing topics. I always get the "you can't reply to this topic" dialog or something to that effect. I will go there and snoop around again.

Back to top Profile Email Website
rokytnji
Joined Jul 26, 2008
Posts: 460
Location:Pecos, Texas

Other Topics
Posted: Oct 23, 2008 12:36:35 AM
Subject: m520 wireless network adapter in DSL

When you installed DsLinux, did you format (in general) your partitions like this so you would have space to save your changes. And no you don't need a internet connection to save your changes that I know of.

# Create a new partition (hda1) for holding the original DSL image file. Make it a primary partition with a size of 55 MB. Place it at the beginning of the drive, and make it bootable.
# Select "hda1" and make it type 83 (Linux). Select "Write" to write it to the hard drive.
# Select the Free Space and create a new partition for the swap drive. Make it a primary partition with a size equal to double the RAM. Place it at the end of the space.
# Select hda2 and make it type 82 (Linux swap). Select "Write" to write it to the hard drive.
# Select the Free Space and create a new partition for the main drive. Make it a primary drive, and use the default size (rest of the hard drive space).
# Select hda3 and make it type 83 (Linux). Select "Write" to write it to the hard drive.
# Select "Quit" to exit cfdisk.
# Format the partitions. Enter the following commands:
sudo mke2fs /dev/hda1
sudo mke2fs /dev/hda3
sudo mkswap /dev/hda2

Light travels faster than the speed of sound. Thats why certain people appear bright till they open their mouths. "Where is the 'any' key?" – Homer Simpson, in response to the message, "Press any key" Registered Linux User # 475019

Back to top Profile Email Website
rokytnji
Joined Jul 26, 2008
Posts: 460
Location:Pecos, Texas

Other Topics
Posted: Oct 23, 2008 12:42:01 AM
Subject: m520 wireless network adapter in DSL

Also , when going to exit DSlinux, part of the shutdown box it always has a save changes box checked, that the user has to physically uncheck as to not save changes. so if you formatted some free space on your partition, your saved changes would end up there, and during boot up would load up before your GUI for DSLinux would show up. Example would be like Different Wallpaper that you applied and when you exit yopur new wallpaper would show up next boot.

Light travels faster than the speed of sound. Thats why certain people appear bright till they open their mouths. "Where is the 'any' key?" – Homer Simpson, in response to the message, "Press any key" Registered Linux User # 475019

Back to top Profile Email Website
gregorydearth
Joined Oct 04, 2008
Posts: 39

Other Topics
Posted: Oct 23, 2008 2:52:58 AM
Subject: m520 wireless network adapter in DSL

well, I use a 166 MHz P1 MMX with a 6 gig hd. I let dsl do the formatting and was sure to allow it to make a swap drive. I have never seen a "shutdown box". When I go to shutdown, it leaves the fluxbox and shows in text all the crap it is doing to shutdown. I did make a 512 mb ram stick my backup. so it automatically backs up to that stick durring shutdown and restores from there too. maybe that is the problem. but still, no 'shutdown box' like you said with a box to check save changes.

Back to top Profile Email Website
rokytnji
Joined Jul 26, 2008
Posts: 460
Location:Pecos, Texas

Other Topics
Posted: Oct 23, 2008 6:10:06 AM
Subject: m520 wireless network adapter in DSL

Left you a screen shot of what I am talking about in above post with a link of DSLinux screen shots. scroll to bottom of list and you will see the last screen shot is what I am talking about. Your saved changes box is labeled backup and is always checked by default.

Light travels faster than the speed of sound. Thats why certain people appear bright till they open their mouths. "Where is the 'any' key?" – Homer Simpson, in response to the message, "Press any key" Registered Linux User # 475019

Back to top Profile Email Website
gregorydearth
Joined Oct 04, 2008
Posts: 39

Other Topics
Posted: Oct 24, 2008 3:00:05 PM
Subject: m520 wireless network adapter in DSL

Well, I used a Win98 boot floppy to fdisk the computer and tried to create a small active dos partition for a swap leaving the rest as an extended. Couldn't get two active partitions to take. Couldn't get even two drive letters (logical). Didn't work too well. I would almost successfully get damn small linux to install, only to find out on reboot that it would not boot. I reinstalled linux successfully only after formatting the hard-drive, making almost the whole thing the active dos partition. I used my pen-drive to restore it, so I lost none of my stuff.

It still doesn't ask me nothing when I click shutdown. It just goes to text mode and kills everything and shuts down. I saw the message once when I had it running with that swap partition in place. I used the system tool "setup DOS Swapfile". Of course, the system would not boot and kept asking for my 98 boot floppy.

I guess I could try an actual partitioning tool again, but I hate having the extra time added to by boot time when those tools are installed; plus they overwrite the lilo bootloader (grub never works on this laptop). Then I can't get it to boot.

Back to top Profile Email Website
gregorydearth
Joined Oct 04, 2008
Posts: 39

Other Topics
Posted: Oct 24, 2008 10:16:15 PM
Subject: m520 wireless network adapter in DSL

ACTUALLY... here is probably my best option: upgrade to the latest DSL build. Does anyone know how to get DSL to upgrade itself? Or do I have to reinstall it? I heard they fixed the exitcheck.sh file, which is what is causing this problem in the first place.

Back to top Profile Email Website
rokytnji
Joined Jul 26, 2008
Posts: 460
Location:Pecos, Texas

Other Topics
Posted: Oct 25, 2008 1:20:00 AM
Subject: m520 wireless network adapter in DSL

I downloaded these 2 , md5sum to check download and iso for O/S

File:dsl-4.2.5.iso 49726 KB 01/28/2008 12:00:00 AM
File:dsl-4.2.5.iso.md5.txt

Got them from here. You will have to reinstall from cd.

ftp://ftp.oss.cc.gatech.edu/pub/linux/distributions/damnsmall/current/

If you use this tutorial for install you can't go wrong with it.

http://www.jasonhsu.com/linux-frugal.html

Light travels faster than the speed of sound. Thats why certain people appear bright till they open their mouths. "Where is the 'any' key?" – Homer Simpson, in response to the message, "Press any key" Registered Linux User # 475019

Back to top Profile Email Website
gregorydearth
Joined Oct 04, 2008
Posts: 39

Other Topics
Posted: Oct 25, 2008 4:51:48 PM
Subject: m520 wireless network adapter in DSL

I installed the new dsl linux from cd. really easy. Now it looks as if there is no errors and the prism2 loads every time! Thank god. Finally got it working. Thanks for all the help. I guess the older DSL had a bug or something with that driver. Still no question asking me upon shutdown, though when I use JWM I can select 'backup' upon shutdown (normally checked anyway). But it seems to have detected the card properly on startup and doesn't need me to press the prism2 button in the control panel every time. Now if I could only get it to take a background image for the desktop. Tried the background tool in the control panel. Clicked on an image, previewed it, installed it. Rebooted and bam! right back to blue background color.

Back to top Profile Email Website
gregorydearth
Joined Oct 04, 2008
Posts: 39

Other Topics
Posted: Oct 25, 2008 6:22:25 PM
Subject: m520 wireless network adapter in DSL

I figured, what the heck. Might as well do the whole process. I downloaded Darik's boot and nuke (love it... bye bye win98 boot floppy). wiped the drive. THen I did the frugal install as on teh instructions above. Well, it was all going precisely as described until step 19. Seems there is a crapload of questions asked by the frugal install between steps 19 and 20. Never saw anything resembling step 22. I used the lilo frugal install.

When it rebooted (minus the cd) the computer said the typical 'no operating system found'. I am trying with grub now, but grub never did like my laptop.

Back to top Profile Email Website
gregorydearth
Joined Oct 04, 2008
Posts: 39

Other Topics
Posted: Oct 25, 2008 7:08:20 PM
Subject: m520 wireless network adapter in DSL

Frugal Install with Grub is doing it too.
Everything normal up to step 19, where it asks where you are installing from and you select l for live cd.

Then you get the following questions:

Enter parttion to be used for MyDSL extensions. (it recommends hda3, which makes sense to me so I put in 'hda3').

List of boot options: (lists examples): (my laptop needs frame buffering so I put in 'fb1064x768')

Choose a language other than english: (I just hit enter here)

For install answer y to format, for upgrade answer n. Format the target parttion /dev/hda1? (I hit 'y', in compliance to step 20)

Last chance to exit before destroying all data on /dev/hda1 Continue? (I hit 'y' again and accuse it of being an xp shutdown sequence ;) )

Then it says Formatting /dev/hda1 and goes on to set up system image on hda1.

I get "Grub Installation Completed" eventually. press Enter key.

And that is it. It doesn't proceed to shut down so I manually select Exit->Exit Options and click 'ok' to shut down (Have to deselect backup as no backup drive had been set).

It shuts down, ejects the cd, and I power the laptop back on to boot.

OK. GRUB DID INSTALL IT. but it doesn't do frame buffering automatically. so my screen is pretty much unreadable.

Can't get it to go to frame buffering automatically upon boot. Any clue on how to command it to do this? keep in mind I can't read my screen well. Might look ok text only.

Back to top Profile Email Website
gregorydearth
Joined Oct 04, 2008
Posts: 39

Other Topics
Posted: Oct 25, 2008 7:51:50 PM
Subject: m520 wireless network adapter in DSL

The grub booter even gives you the choice of selecting fb1024x768 which is the option I normally use. But regardless of whether I select DSL or DSL fb1024x769 or not it boots into "undreadable mode" as I call it. Funny. Running it live off the CDROM worked fine as long as I used fb1024x768 (entered before booting).

I have run the last option on grub which basically walks you through the setup again as it loads the dsl image into ramdisk. Selected xvesa, and no good. Unreadable. Now trying the other option. It is going in some loop where it never gets to the desktop now. Fun.

Tried to edit the boot line before booting, deleting the vga=7xx and ensuring the fb1024x768 was entered (it was already there).

then it continued like I was setting up hardware. I chose the OTHER option to xvesa (can't remember).

i then get this:

fatal IO error 104 on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining.

Nice. And at that the computer stops doing anything. I am installing Feather next.

Back to top Profile Email Website
gregorydearth
Joined Oct 04, 2008
Posts: 39

Other Topics
Posted: Oct 25, 2008 8:44:47 PM
Subject: m520 wireless network adapter in DSL

I like feather's installer. It is point and click. I can tell it what partition does what and it brings up cfdisk regardless so if your drive is raw you can make the partitions. It asks you to point it to the swap and then the root (i assume that is the small partition at the beginning of the drive hda1). Had to make hda1 bigger as feather needs about 200MB for its home. Did the ssh option at the end and couldnt get to a desktop. Did not boot into fluxbox or anything. Just asked me for passwords. Startx command gave me the same fatal error as above. Reinstalling now to see if NOT doing ssh (I hate entering passwords anyhow) boots it into a desktop. Again, live cd works great! Installing is such a pain.

Yeah, linux only takes 20 minutes to install compared to windows. But I have been screwing with this laptop for a WEEK now just to get everything to work!

Back to top Profile Email Website
gregorydearth
Joined Oct 04, 2008
Posts: 39

Other Topics
Posted: Oct 25, 2008 9:24:46 PM
Subject: m520 wireless network adapter in DSL

Well, feather was no better. Easier to install (if you call not booting to desktop "installed"), but flawed. Did not look as good as DSL.

I am just going to have to suffer. I am reinstalling DSL and will live with its shortcomings. Sucks to not be able to set a background. Sucks to have to hit the Prism2 every day. But I guess for free it rocks.

Linux kicks window's ass only because it is free. It is not less buggy. It is not more attractive. It is certainly not easy to learn or install. But at least you don't have to pay for it. And it is a LOT faster on this old machine than Windows 2000 while having more features than Windows 98.

Sorry for turning this into a blog in the end. I will be forever thankful for your assistance. At least you showed me how to set a swap drive and introduced me to Dariks boot and nuke, replacing a 98 boot disk I had been using. I will be discontinuing my need for this thread.

Back to top Profile Email Website
rokytnji
Joined Jul 26, 2008
Posts: 460
Location:Pecos, Texas

Other Topics
Posted: Oct 26, 2008 1:23:02 AM
Subject: m520 wireless network adapter in DSL

D@@n Gregorydearth, I don't know why you did't select Xorg instead of Vesa (or is that the one you can't remember) but you seem to be getting a better handle on things. And if it was easy, everybody and their mother would be doing it. All you have lost is some time, instead of money. You could be paying tech support like other people do. Happy Trails, dude. Enjoy your Linux learning experience that nobody can take from you and maybe like me you can help out the next dude.
[Modified by: rokytnji on October 25, 2008 08:25 PM]

Light travels faster than the speed of sound. Thats why certain people appear bright till they open their mouths. "Where is the 'any' key?" – Homer Simpson, in response to the message, "Press any key" Registered Linux User # 475019

Back to top Profile Email Website
Forum Index » Forums » Hardware
  |<   <   1   2   >   >|
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya