OpenSUSE Multimedia :: K3B - Dual Layer DVD Detected As Single Layer?
K3B says that my drive supports DVD-R DL writing. K3B shows it only having 1 layer.dvd+rw-mediainfo shows
Code:
INQUIRY: [ATAPI ][DVD A DH16A6S ][YA16]
GET [CURRENT] CONFIGURATION:
[code]...
View 8 Replies (Posted: 08-Aug-2010Â 16:10)
Sponsored Links:
Related Forum Messages For Linux category:
Kernel :: Send Pages Of 4096 Bytes From Layer Of Server To Layer Of Client Over A Network?
im trying to send pages of 4096 bytes from kernel layer of server to kernel layer of client over a network. previously i tried the foll. code , for data less than a 100 bytes it worked fine , but for something larger than that the computer hangs......(even the dmesg's wont say why) i also wanted to know how we could use the 'sendpage' function to solve this problem. Code: CLIENT'S KERNEL MODULE struct iovec iov; char buf[1024]; [code].....
Posted: 01-13-2010, 05:48 AM
View 1 Replies!
View Related
OpenSUSE Hardware :: DVD Drive Will Not Read Burned Dual Layer Discs?
seen this or have suggestions on how to fix this. I can read the original disks but I cannot read the backup. The backup disc was burned on Window$ using Nero.I am trying to read the disc using both VLC and Totem but you can see in /var/log/messages there is an issue with reading the disc. This disc is readable in the Window$ box and on all DVD stand alone players. Feb 21 20:17:09 delltop kernel: [40761.304725] sr 0:0:1:0: [sr0] Unhandled sense code Feb 21 20:17:09 delltop kernel: [40761.304752] sr 0:0:1:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [code]...
Posted: 22-Feb-2010Â 10:29
View 4 Replies!
View Related
Hardware :: Cannot Read Dual Layer DVD's?
I'm using Ubuntu 9.04 and I cant read dual layer DVD's. When I put the disk in it spins and makes clicking sound sometimes. It shows up in Places as "Myfiles". If i try to mount it it "DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending". If i try to eject "DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending".
Posted: 05-04-2010, 10:55 AM
View 1 Replies!
View Related
Hardware :: DVD Drives - Dual Or Double Layer?
What's the difference between dual layer and double layer DVD recording drives? Everything I read they are the same thing but different manufactures use both terms. I want to get the Lite On SOHW1633s drive but I want to know if it will record the 8.5 GB capacity.
Posted: 12-19-2004, 08:17 AM
View 2 Replies!
View Related
Ubuntu :: Software To Convert And Burn Dual Layer Media?
Am slowly parting company with MS Windows. I have been using this app to convert, burn, and then be able to play on most all DVD players, ConvertXtoDVD. Is there something I can use in Ubuntu that is fairly easy? Also would like something in Ubuntu to convert and burn to Dual Layer media and then play on standard DVD players.
Posted: May 21st, 2010
View 1 Replies!
View Related
Ubuntu Multimedia :: Synfig - Everything Invisible On Creating New Layer Or Shape
I've been interested in Synfig for a while. In the last version of Ubuntu, there were some problems so I couldn't install it. Yesterday I remembered the program and decided to try it on 9.10. I was amazed, it installed fine and everything worked just how it should. Then later last night, I must have done something because everything turned invisible and when I created a new layer or shape, nothing new appeared. I fiddled with it for a while and then reinstalled the program a total of like 3 times just in case that would help. Then, I went straight to the Synfig site and downloaded the newest version. It looked better, different, but it behaved exactly the same. I'm very confused and I would like to use Synfig, it seems amazing. I assume there's some little thing I missed or something I pressed that I shouldn't have. Here are screen shots of both versions. Screenshot.jpg Screenshot-1.jpg
Posted: April 3rd, 2010
View 2 Replies!
View Related
Ubuntu Multimedia :: Flash Content Covered With Pink Layer
I try to watch flash content but everything is covered with a pink layer... (see attachment file). I am using firefox 3.6.1.5 (same prob with opera!) and flash 1.0.2.r152 in ubuntu 10.10 with compiz disabled and GPU Override set to true (no difference with false..) I tried FlashAID for a clean setup and I have only flashplugin-installer on my laptop (no gnash or libswf...), I also tried it with the package "adobe-flashplugin" same problem. This and the a2dp-skips are my last problems before a perfect setup.
Posted: March 10th, 2011
View 9 Replies!
View Related
Debian Multimedia :: MPlayer Video Output In Layer Beneath Console Text
When I try to play a dvd and give mplayer no options, it defaults to "X11" for the video output, which maxes out the cpu. To get around this, firstly I tried to play the dvd using "cvidix" in the console. I used the following command: mplayer -ao alsa -vo cvidix -fs -framedrop -stop-xscreensaver -dvd-device /dev/dvd1 dvd://1 This played the dvd, but the console text was still visible over the top of the movie; i.e. mplayer was playing in the layer beneath the console text Then I tried using xvidix in X: mplayer -ao alsa -vo xvidix -fs -framedrop -stop-xscreensaver -dvd-device /dev/dvd1 dvd://1 This gives a green line about 5mm thick down the right side of the screen, but other than that it is ok.
Posted: 2011-01-26 01:43
View 6 Replies!
View Related
Server :: Which Layer 7 Firewall Should Be Tried
I am looking for a layer 7 firewall. I have to redirect rtmp requests for different hostnames coming at a gateway to internal servers at LAN at their respective hostnames. Code: IPTABLES some stuff -p rtmp -hostname to server 1 like that. Or if not IPTABLES then some other feasible solution.
Posted: 08-09-2010, 11:35 AM
View 2 Replies!
View Related
OpenSUSE Network :: IPsec On Network Layer In The OSI-model?
I want to know the IPsec-Advantages and Disadvantages that arise because of its location on the network layer in the OSI-Model. I read rfc2401 and rfc4301 specifications to find out the advantages and disadvantages of IPsec being located on the network layer in the OSI-Model (equivalent to Internet layer in the TCP/IP protocol stack). I really could not find enough good reasons for the advantages and disadvantages of IPsec being located on network layer. Here are some of them that I could think of:Advantage: - No application-specific implementation is needed (in comparison to SSL/TLS) - The ability to connect two subnets on the internet (tunneling mode) - Ability to encrypt the traffic between two end-points (transport mode)Disadvantage: - Complex implementation of ipsec itself - High computation performance when AH and ESP both activated - No encryption for the packets to the destination if it is arrived on the subnet on the other side when tunneling mode is activated. (the network traffic is no more encrypted inside the subnet)What else can you guys add more to these advantages and/or disadvantages? The focus is IP-sec location on the network layer. (it is a kind of comparison to ssl/tls which is upper layer protocol)I would be grateful to any responses.P.S: I hope that this thread has landed in its right place.
Posted: 18-Jul-2010Â 08:31
View 2 Replies!
View Related
Networking :: Cannot Access Layer 3 Switch
I have a Allied telesyn layer 3 switch and some how its boot.cfg file is deleted, I have backup for it, now don't know that how to upload that file to switch. and I have RS-232 Terminal which I tried to connect but its doesn't connect also can any budy tell me that how to upload the boot.cfg file again to the switch.
Posted: 09-18-2008, 02:01 AM
View 7 Replies!
View Related
Programming :: Passing Info From Mac To Network Layer
I want to implement a cross layer approach. I want to pass the network information such as delay from the MAC layer to Network layer. Can you tell me the way I am new to this. I am using linux (fedora). I think some system call will do the trick. Correct me if I am wrong. (I want to implement QoS matrices)
Posted: 12-30-2008, 06:43 AM
View 1 Replies!
View Related
|