Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 29-03-2008, 05:15 PM   #1 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Any BSD users?

Well the title says it,

Anyone here who uses FreeBSD, DesktopBSD, PCBSD or the likes?

Could you guys share your experience and throw light on how different it is from linux?

Well I could've searched wikipedia but I wanna first hand account of how it is.
Xccentricity is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 30-03-2008, 04:15 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Any BSD users?

I have used PC-BSD. I use FreeBSD and used to, and will return back to, Gentoo/FreeBSD.
Only thing common between linux and a BSD is that they all are Unix like/compliant systems.
Linux is more poised towards System V and BSD's towards BSD4.4, AFAIK.
There's a lot of difference at the core like different kernel, file system, support for hardware, binary types, c library, make system and more.
Two issues that I faced are, flash support is really bad due to adobe not having native flash for BSD's so you have to rely on linux compat for that. Secondly, support for virtualisation is really pathetic.
Things to look out for - FreeBSD jails, zfs support, pf firewall got from OpenBSD.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 30-03-2008, 08:18 PM   #3 (permalink)
In The Zone
 
Join Date: May 2006
Location: chennai
Posts: 422
Default Re: Any BSD users?

To Day I installed the PC BSD 1.5 in my desktop which has sabayan already installed.. after installation while reboot it
a option lines appear in the screen
F! Linux
F2 Linux
F3 ?
F4 PC BSD when I press F4 I directly go to PC BSD then when I want to try my other Linux in the system again I rebooted go to boot menu.. this time pressing F1 F2 no reaction but F4 is working for PC BSD...

If some body tell me how to multiboot with Linux, and BSD I'll be thankful to them

vaithi
vaithy is offline  
Old 30-03-2008, 09:12 PM   #4 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Any BSD users?

Install GRUB on your root partition instead of MBR. Or if you want to boot from GRUB, then install GRUB on your MBR and chainload PC-BSD.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 30-03-2008, 10:49 PM   #5 (permalink)
In The Zone
 
Join Date: May 2006
Location: chennai
Posts: 422
Default Re: Any BSD users?

thanks mehulved!!
chainloaded the PC BSD partition in Sabayan ...Now I can both booted Linux as well as BSD.. This posting is from PC BSD konquerer ...despite its ease of use BSD is still long way to go to naturalise Linux influence on the FOSS supported base..
vaithy is offline  
Old 31-03-2008, 06:53 PM   #6 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

I installed FreeBSD 7.0 on my system,

Even after running "xorgconfig" when I type "startx" I get an error saying:-

"Fatal server error
No screens found".



+



I have installed XP on the primary partition, after installing FreeBSD I get 2 options:-
F1 - DOS
F2 - FreeBSD

But it never loads windows plz help.

Last edited by Xccentricity; 04-04-2008 at 06:36 PM.
Xccentricity is offline  
Old 04-04-2008, 06:16 PM   #7 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

Bump.
Xccentricity is offline  
Old 04-04-2008, 07:54 PM   #8 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,453
Default Re: Any BSD users?

Do u have gnome installed? If not try to install it via the freeBSD Cd => "sysinstall" => install additional packages=>"gnome" !!
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 04-04-2008, 08:54 PM   #9 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Any BSD users?

run xorgconfig to correct X issues
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 07-04-2008, 08:19 PM   #10 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

I'm currently using DesktopBSD since FreeBSD did'nt work at all,

X starts up fine with KDE, but my PS/2 mouse doesnt work even after xorgconfig,

plz help.
Xccentricity is offline  
Old 07-04-2008, 08:20 PM   #11 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: Any BSD users?

Code:
Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option          "CorePointer"
    Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "ZAxisMapping"  "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection
^make sure u have these lines uncommented
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 07-04-2008, 08:22 PM   #12 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

Wow dat was a really quick reply, thnx praka,

will checkout my xorg.conf,



PS - What do u mean by uncommented .
Xccentricity is offline  
Old 07-04-2008, 09:11 PM   #13 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Any BSD users?

As root type the following command
Code:
cat /dev/sysmouse
Now move your mouse. If it writes junk characters on your screen then your mouse is working fine, just need to edit mouse device to /etc/sysmouse in /etc/X11/xorg.conf
To stop the junk characters after testing, press ctrl + c
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 07-04-2008, 09:49 PM   #14 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

Did'nt work, after typing the command and moving the mouse I dont get any characters at all.
Xccentricity is offline  
Old 07-04-2008, 11:17 PM   #15 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Any BSD users?

then you'll have to figure out at which port is the mouse getting detected.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-04-2008, 07:48 AM   #16 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

Quote:
Originally Posted by mehulved View Post
then you'll have to figure out at which port is the mouse getting detected.
Plz elaborate.
Xccentricity is offline  
Old 08-04-2008, 10:37 AM   #17 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: Any BSD users?

^cat /dev/input/mice
or
cat /dev/psaux
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 08-04-2008, 01:03 PM   #18 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

Quote:
Originally Posted by praka123 View Post
^cat /dev/input/mice
or
cat /dev/psaux
It says "No such device or directory".

Code:
Identifier "Mouse1"
Driver "Mouse"
Option "Protocol" "PS/2" #PS/2 Mouse
Option "Device" "/dev/sysmouse"
^^^This is the Input Section of my xorg.conf.

Last edited by Xccentricity; 08-04-2008 at 01:04 PM. Reason: Automerged Doublepost
Xccentricity is offline  
Old 08-04-2008, 02:07 PM   #19 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: Any BSD users?

@rahul:
post the o/p of
Code:
ls -l /dev
in http://pastebin.ca and post the link here.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 08-04-2008, 04:19 PM   #20 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

Output of "ls -l /dev"

http://pastebin.ca/976671






I'm also including my xorg.conf:-

http://pastebin.ca/976673
Xccentricity is offline  
Old 08-04-2008, 04:51 PM   #21 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Any BSD users?

Also post output of fstat.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-04-2008, 05:14 PM   #22 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

fstat of \bin?
Xccentricity is offline  
Old 09-04-2008, 02:50 PM   #23 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

Cmon man some help needed,

where is this frikkin file located?

F*!kin mouse.





My xorg.conf:-
http://pastebin.ca/976673
Xccentricity is offline  
Old 09-04-2008, 03:28 PM   #24 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Any BSD users?

Try /dev/psm0
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 09-04-2008, 04:58 PM   #25 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

Quote:
Originally Posted by mehulved View Post
Try /dev/psm0
I did so from root, I get the following output:-





When I type "/dev/psm0" I get:-

Code:
Permission denied

When I type "cat /dev/psm0" I get:-

Code:
Resource Temporarily Unavailable
Xccentricity is offline  
Old 09-04-2008, 09:30 PM   #26 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Any BSD users?

fstat | grep psm0
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 10-04-2008, 09:55 PM   #27 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

I get this output for "fstat | grep psm0" :-

Code:
 
root   moused   957   3 /dev   67   crw-rw-rw-   psm0 rw
Xccentricity is offline  
Old 10-04-2008, 10:05 PM   #28 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Any BSD users?

Try editing xorg.conf and use /dev/pcm0 as your mouse. Restart your X server after editing the config file. See if you're able to use the mouse then.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 10-04-2008, 11:30 PM   #29 (permalink)
In The Zone
 
Join Date: Nov 2007
Posts: 438
Default Re: Any BSD users?

It works but only "temporarily" meaning in the Login screen it doesnt work,

After exiting X and using "init 1" and running xorgconfig and editing the lines in xorg.conf to "/dev/psm0" it works,

but after restarting my pc it doesnt work.
Xccentricity is offline  
Old 10-04-2008, 11:39 PM   #30 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Any BSD users?

better to ask on desktopbsd.net/forums people out there should be able to help you better then. I think it could be cos of GPM but not sure.

Also, try this. After logging in, if the mouse doesn't work, open a terminal and login as root and type killall moused
__________________
http://www.bash.org/?258908

Last edited by mehulved; 10-04-2008 at 11:39 PM. Reason: Automerged Doublepost
mehulved is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Any MPD users here? ray|raven Open Source 4 10-03-2008 03:35 PM
mac osx users-please help abhinandh Chit-Chat 2 29-01-2008 10:03 PM
Hotmail to offer POP3 to Hotmail Plus users, to normal hotmail users later alsiladka Technology News 27 25-09-2007 12:49 PM
What 64 Bit users are doing? .. Using 32 Bit or 64 Bit OS? rollcage QnA (read only) 27 09-03-2006 07:21 AM
3ds Max users or Maya users mad_gundam QnA (read only) 35 21-12-2004 04:26 PM


All times are GMT +5.5. The time now is 08:20 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2