Recommended Posts

Would like to see that option too.

Another thing that it really should be changed in synaptic,

is the option "browse the documentation". It's only possible

to use that if you install dwww :

Read all on-line documentation with a WWW browser

All installed on-line documentation will be served via a local HTTP

server. When possible, dwww converts the documentation to HTML.

You need to install both a CGI-capable HTTP server and a WWW

browser to read the documentation.

Now, dwww needs to have a webserver installed. :rolleyes:

Don't think it would be the best solution, if people just want to read the documentation

of a package, to go and install a webserver...

Link to comment
https://www.neowin.net/forum/topic/326259-linux/page/2/#findComment-585996201
Share on other sites

ok, thanks to everyone that helped me switch to Ubuntu.

I have it up and running now and i think it has great potential as an OS.

I do have a few niggly issues if anyone can help.

I added another IDE hard disk as slave after i did the ubuntu install and its not showing up :no:

My netgear dm602 router was auto-detected via ethernet, but i want to use the usb connection on the modem instead so i can use the ethernet for my PS2. The usb driver on the netgear site suggest its for windows.

Also, i think i might have buggered up my Sata hard disk, i formatted it within Ubuntu then decided to put it in my other PC to install ubuntu or windows but it just ticks slowly and not much screen action... i can't even make it to the installer it just hangs at dos. :huh:

Link to comment
https://www.neowin.net/forum/topic/326259-linux/page/2/#findComment-585997560
Share on other sites

I added another IDE hard disk as slave after i did the ubuntu install and its not showing up  :no:

585997560[/snapback]

Try this in a terminal, and post the output in the forum here:

sudo fdisk -l

(and that is a lowercase "L", not the number "1")

This will tell you every hard drive it sees.

My netgear dm602 router was auto-detected via ethernet, but i want to use the usb connection on the modem instead so i can use the ethernet for my PS2. The usb driver on the netgear site suggest its for windows.

585997560[/snapback]

Using the ethernet port will be most transparent and problem-free. However, USB may work. If not natively, then through something like NDISwrapper, I think. I have no experience with that, but it should help point you in a possible direction. We have a HOWTO on setting up NDISwrapper in our HOWTO & FAQ section here.

Also, i think i might have buggered up my Sata hard disk, i formatted it within Ubuntu then decided to put it in my other PC to install ubuntu or windows but it just ticks slowly and not much screen action... i can't even make it to the installer it just hangs at dos.  :huh:

585997560[/snapback]

I dunno. Try running qtparted and see what you can see with that tool. Also, the fdisk command above might tell us what is going on.

If the drive is going to be reformatted and re-used, and you don't care about the data on it, you may need to just wipe the partition table data. If you need to, you can possibly remove all data with qtparted, or you can do this with a dd command.

Link to comment
https://www.neowin.net/forum/topic/326259-linux/page/2/#findComment-585997643
Share on other sites

ok heres the log;

andrew@ubuntu:~$ sudo fdisk -l

Password:

Disk /dev/hda: 81.9 GB, 81964302336 bytes

255 heads, 63 sectors/track, 9964 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System

/dev/hda1 * 1 9634 77385073+ 83 Linux

/dev/hda2 9635 9964 2650725 5 Extended

/dev/hda5 9635 9964 2650693+ 82 Linux swap / Solaris

Disk /dev/hdb: 41.1 GB, 41110142976 bytes

255 heads, 63 sectors/track, 4998 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System

/dev/hdb1 * 1 4791 38483676 83 Linux

/dev/hdb2 4792 4998 1662727+ 5 Extended

/dev/hdb5 4792 4998 1662696 82 Linux swap / Solaris

andrew@ubuntu:~$

Link to comment
https://www.neowin.net/forum/topic/326259-linux/page/2/#findComment-585997690
Share on other sites

Well, your slave drive (on the Primary IDE) is there. It is /dev/hdb. Looks like you just need to mount the partition(s) you need access to. If no mount points are created, you will have to make some yourself and perform the mount manually. Once you know what you want, you can add entries into your /etc/fstab to automatically mount these every time you boot.

Looks like your second drive had a separate Linux installation. Did you want to boot into it? Or share some of the data on it? Or wipe it clean and use it in your current install? Or perhaps something else...?

Link to comment
https://www.neowin.net/forum/topic/326259-linux/page/2/#findComment-585997709
Share on other sites

Looks like your second drive had a separate Linux installation.  Did you want to boot into it?  Or share some of the data on it?  Or wipe it clean and use it in your current install?  Or perhaps something else...?

585997709[/snapback]

i wanted to wipe it clean and use it in my current install.

Link to comment
https://www.neowin.net/forum/topic/326259-linux/page/2/#findComment-585997726
Share on other sites

i wanted to wipe it clean and use it in my current install.

585997726[/snapback]

If you've got something like QTParted installed, fire that up. Otherwise do a sudo cfdisk /dev/hdb and delete all the partitions on it and create a new one.

Then do one of the following:

ext2:

mke2fs /dev/hdb1

ext3:

mke2fs -j /dev/hdb1

reiserfs:

mkreiserfs /dev/hdb1

And then add an entry into your fstab to mount that one.

Link to comment
https://www.neowin.net/forum/topic/326259-linux/page/2/#findComment-585997821
Share on other sites

My netgear dm602 router was auto-detected via ethernet, but i want to use the usb connection on the modem instead so i can use the ethernet for my PS2. The usb driver on the netgear site suggest its for windows.

585997560[/snapback]

I would suggest that you get a cheapo firewall/router/switch device. They usually come with 4 LAN ports and one WAN port. Connect the ethernet port of the Netgear DM602 to the WAN port and then connect your PS2 and your Linux box to the LAN ports. You'll still have two LAN ports left over for other computers in the future.

I would personally recommend this even if you switch back to Windows :o

a) You get a NAT firewall

b) You get ethernet access to your computer

c) You don't need to mess with drivers at all

d) It works with every OS (heck, you could probably make it work with DOS if you really tried)

Link to comment
https://www.neowin.net/forum/topic/326259-linux/page/2/#findComment-585997833
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I have not even heard of that game. will take a look
    • Chasys Photo 5.41.01 by Razvan Serea Chasys Photo is a suite of image editing applications including a layer-based image editor with adjustment layers, linked layers, timeline and frame-based animation, icon editing, image stacking and comprehensive plug-in support (Chasys Photo Editor), a fast image viewer (Chasys Photo Viewer) and a fast multi-threaded image file converter (Chasys Photo Converter) , with RAW image support in all components. It supports the native file formats of several competitors including Adobe Photoshop, Affinity Photo, ArtWeaver, Corel PhotoPaint, FireAlpaca, GIMP, Krita, Paint.NET, PaintShop Pro and Pixlr, and the whole suite is designed to make effective use of multi-core processors, touch-screens and pen-input devices. Designed under the mantra of “unique, flexible and powerful”, Chasys Photo takes a radically different approach to image editing with the aim of opening up new possibilities for those who dare to be different. Chasys Photo key features: Free-style layering with blending modes Adjustment layers with multiple adjustments per layer Linked layers (a.k.a Linked Smart Objects) Composite, Image List, Frame Animation and Object Animation image modes Animation, both frame-based and object-based (timeline animation) Animation Composer engine Image Stacking for noise reduction, super-resolution, etc. Tablet/Pen-input/Stylus support with pressure control Touch-screen support with gestures including pitch-to-zoom and multi-finger panning Support for the native formats of Adobe Photoshop, Affinity Photo, ArtWeaver, Corel PhotoPaint, FireAlpaca, GIMP, Krita, Paint.NET, PaintShop Pro and Pixlr Support for common formats such as JPEG, animated PNG, animated GIF, TIFF, PICT, WebP, HEIF, DDS, JPEG-2000, JPEG-XR, JPEG-XL, AVI video, etc. Support for the OpenRaster interchange file format and rare formats such as QOI, MNG/JNG and DPX Support for older formats such as PPM/PGM/PBM, PCX/DCX, PCD, TGA, COKE, etc. Comprehensive Camera RAW file support with live adjustment Extensive plug-in support with streamlined SDKs Support for Photoshop Filter Plug-ins (.8BF) Advanced printing and scanning engines PDF document generation Icon and cursor editing, import and export, including Vista-style and Mac-OS icons Screen Capture, including Video Screen Capture with multiple triggering modes Video capture from devices (e.g. TV/Video) Supports multi-core processors, High-DPI displays and Multiple Display setups Integrated File Browser, Bluetooth OBEX and in-built utilities (Calculator, Notepad) Shell integration with thumbnails and conflict detection Unlimited Undo/Redo and Asynchronous Auto-Save, with Just-in-time memory compression to save space Fully re-editable text with advanced styling and effects (TextArt) Full alpha channel through out the workflow with Alpha protection (a.k.a. transparency protection) Multiple language support with user-editable language files and translation assistant (Chasys Photo Language Studio) Anti-aliasing and super-sampling support in tools and paths* Smart-resizing (similar to seam-carving) Best-in-class post-edit heuristics anti-aliasing engine Physical measurement specification with display size detection via EDID Uses the latest CD5 specification with animation and multi-resolution Super-fast internal graphics engine (JpDRAW2) Full UNICODE support in all components Metadata save, restore and scale to imitate vector art Configurable Guides and Grids with Snap-to-Grid Smart-dither to custom palette Asynchronous preview rendering engine Pantone equivalent palettes for PMS 100 to 814-2x Automatic color naming ... and many more! Chasys Photo 5.41.01 changelog: New Features Layered images with multiple pages (Composite/Multi-page) Additional templates to support template-centric workflow New Layer Blend Mode: Inverse Luma Mask Horizon detection in Rotate Transform Cropping option when importing video Orientation options in QR Code Generator plug-in Solved angle ambiguities (CCW versus CW) Internal Improvements Improved graphics engine (JpDRAW2™ v26.05) Improved CD5 codec (v4.10, improved ACSC compression) Improved interpolation when downsizing images Improved motion detection in Video Capture Slightly lower memory usage (RAM is getting expensive!) File Support and Bug Fixes Improved PXZ file support (placeholders, blanks) [bug-fix] Memory leak in flt_JPEG.dll Download: Chasys Photo 5.41.01 | 46.1 MB (Freeware) View: Chasys Photo Home Page | Wikipedia Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • We don't need stars for the word, just use the word "CSAM"
    • If they want to do business in the UK then they can't ignore it. thats why Imgur pulled out of the UK
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      PsYcHoKiLLa
      220
    3. 3
      ATLien_0
      92
    4. 4
      +Edouard
      90
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!