Results 1 to 9 of 9
Why do hardware companies make propriety drives for Linux? How could opening up their softwares source code hurt them?
Thanks
Dan...
- 07-21-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
Why make propriety drives?
Why do hardware companies make propriety drives for Linux? How could opening up their softwares source code hurt them?
Thanks
Dan
- 07-21-2008 #2
Sometimes companies will just want to keep things secret.
Like the 11 herbs and spices with kfc.
- 07-21-2008 #3Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 658
There are two basic arguments. The first is about competition.
Winmodems are cheap modems that work by having as little hardware built in as possible and have the missing functions handled by the processor in the driver. This makes them really cheap because an extra chip on board requires a few pennies multiplied by the number of modems built. An extra driver function can be copied indefinitely for free.
Now my first winmodem was awful. Totally crippled my PC when I went online. After lightning smote it (true), I got a new one that was far more efficient, almost certainly as a result of a better driver. If the second company released their driver then the first would have been able to copy the more efficient code and compete more effectively.
The second option is to do with code ownership. I'm lead to believe this one applies to nVidia graphics cards. Essentially the hardware company licenses a specialised library from another specialist company. The hardware company then no longer has the rights to open source their drivers because they don't own the code.
The library providing company wont open source anything because all they sell is code and it's much harder to turn a profit if your customers can get everything for free.
There may be other/better arguments than these, but to my knowledge they are the most common.
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.
- 07-21-2008 #4
I think there's also the problem of security, hackers could look through for exploits... though these problems (as Linux has proved) can be put to rest by not writing shite drivers.
- 07-21-2008 #5
- 07-21-2008 #6Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 07-21-2008 #7
Yeah that's what I mean.
Exploits will be found... source or no source... by not fixing the problems you're just allowing for the inevitable to happen. Even then... based on a theory that people are mostly decent... most who saw the code would just say "yeah... fix this" and all would be well.
- 07-21-2008 #8
I look at this from a pragmatic point of view. I could personally care less whether drivers for my device are open-source or proprietary. If drivers exist, and they work, I'm good. Anything else is politics to me.
Registered Linux user #270181
TechieMoe's Tech Rants
- 07-22-2008 #9


Reply With Quote

